milo2012/ipv4Bypass: Using IPv6 to Bypass Security
2018-09-09 20:09:57 Author: github.com(查看原文) 阅读量:145 收藏

Join GitHub today

GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.

Sign up

Using IPv6 to Bypass Security

Switch branches/tags

master

Nothing to show

Nothing to show

Clone or download

Clone with HTTPS

Use Git or checkout with SVN using the web URL.

Launching GitHub Desktop...

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop...

If nothing happens, download GitHub Desktop and try again.

Launching Xcode...

If nothing happens, download Xcode and try again.

Launching Visual Studio...

If nothing happens, download the GitHub extension for Visual Studio and try again.

Fetching latest commit…

Cannot retrieve the latest commit at this time.

README.md

Using IPv6 to Bypass Security

Dependences (tested on Kali Linux)
python2.7
nmap
python-nmap (https://pypi.org/project/python-nmap/)
termcolor (https://pypi.org/project/termcolor/)

Example on how to run the tool

$ python bypass.py -i eth0 -r 10.5.192.0/24  

$ python bypass.py  -h
Usage: bypass.py [options]

Options:
  -h, --help      show this help message and exit
  -i INTERFACENO  Network interface (e.g. eth0)
  -r IPRANGE      Local network IP range (e.g. 192.168.0.1/24)
 

Screenshot of tool
Screenshot of tool

More information
See https://milo2012.wordpress.com/2018/06/22/using-ipv6-to-bypass-security-tool/ for an explanation on the technique and how the tool works.


文章来源: https://github.com/milo2012/ipv4Bypass
如有侵权请联系:admin#unsafe.sh