Git Product home page Git Product logo

net's Introduction

arp_scan.py

Finds hidden hosts in current subnet.

arp_scan.png

arp_snac.py

Analyze stale information threads in current subnet.

arp_snac.png

The script will automatically update the graph.

arp_snac2.png

arp_cage.py

Isolate host in current subnet.

sudo ./arp_cage.py eth0 10.0.0.0/24 10.0.0.10

dhcpd.py

Just simple implementation of dhcp-server.

dpi.py

Simple example of using wireshark lib for packets parsing.

frag.py

Fragrouter. It will recreate packets with fragmentation for firewall testing.

sudo ./frag.py eth0 10
nc target port

icmp_ts.py

Obtain local time from the remote host via ICMP packet.

icmp_ts.png

tcp_analyze.py

Performs network usage analyze of targets machine by IP.id and obtaint system uptime.

tcp_analyze.png

It may be very usefull for your targets understanding.

tcp_analyze_group.py

Performs a grouping of targets into real servers by system uptime.

tcp_analyze_group.png

It may be very usefull for your targets understanding.

traceroute.py

Power traceroute with arbitrary L4-packet on steroids:

  • perform geoip-lookup of each hop
  • perform whois-lookup of each hop
  • determine delta IP.id for measurement network usage every hops

traceroute.png

tracebuster.py

Finds a hidden paths in your network.

For example, collects a 3-hops uniq paths for each /24-subnetwork via 80/tcp packets:

sudo ./tracebuster.py 3 tcp 172.16.0.0/12 80

tracebuster.gif

In result it generate dot-graph of discovered topology:

tracebuster.png

path_discover.py

Visual traceroute in graph form.

msf> services -c port,proto
sudo ./path_discover.py
8.8.8.8 53 tcp
8.8.8.8 53 udp
ctrl-D

Shows the path of the packet in the direction of each port.

path_discover.jpg

We can see that TCP and UDP packets going to the same port are moving along different routes.

path_discover_group.py

Visual traceroute in graph form with grouping by servers (by system uptime).

msf> services -c port,proto
sudo ./path_discover_group.py
8.8.8.8 53 tcp
8.8.8.8 53 udp
ctrl-D

path_discover_group.png

Utility determines belongings of ports to real servers.

rr_test.py

Leak of path through network interfaces address.

rr_test.png

lsrr_test.py

Attempt to change packet routing via Loose Source and Record Route.

sudo ./lsrr_test.py 10.0.0.10 10.0.1.0/24

net's People

Contributors

s0i37 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.