Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ipv4Bypass — Using IPv6 to Bypass Security | Kitploit
Tools/GitHubGitHub/milo2012/ipv4bypass
ReconnaissanceVulnerability AnalysisIDS/IPS EvasionNetwork SecurityPenetration Testing
GitHubmilo2012/ipv4bypass

ipv4Bypass

Using IPv6 to Bypass Security

View Repository
932711 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

ipv4Bypass

Using IPv6 to Bypass Security

Dependences (tested on Kali Linux)

  • python3
  • nmap
  • arp-scan (apt-get install arp-scan)
  • python-nmap (https://pypi.org/project/python-nmap/)

Example on how to run the tool

root@kitploit:~
$ 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.

Download Tool