unix-thrust / beurk

BEURK Experimental Unix RootKit
GNU General Public License v3.0
362 stars 94 forks source link

support backdoor connection through ipv6 #67

Open nil0x42 opened 8 years ago

nil0x42 commented 8 years ago

we might want to implement/support connexion over ipv6 for remote servers without an ipv4 address.

for that, we need to check if the client can connect through ipv6, and also implement tcp/ipv6 for hidding in pcap_loop() hook (libpcap).