
seen from Argentina

seen from Malaysia
seen from China

seen from Saudi Arabia
seen from Türkiye
seen from Malaysia
seen from Malaysia
seen from China
seen from China
seen from Tunisia
seen from Australia

seen from Russia

seen from Puerto Rico
seen from Malaysia
seen from Iceland
seen from China
seen from United States

seen from China

seen from Malaysia
seen from United Kingdom
mitm6 - Compromising IPv4 Networks via IPv6
mitm6 - Compromising IPv4 Networks via IPv6 #mitm6 #Windows #DNS #DHCPv6 #Hacking #network
mitm6 is a pentesting tool that exploits the default configuration of Windows to take over the default DNS server. It does this by replying to DHCPv6 messages, providing victims with a link-local IPv6 address and setting the attackers host as default DNS server. As DNS server, mitm6 will selectively reply to DNS queries of the attackers choosing and redirect the victims traffic to the attacker…
View On WordPress
Chiron - An IPv6 Security Assessment Framework with Advanced IPv6 Extension Headers Manipulation Capabilities
Chiron - An IPv6 Security Assessment Framework with Advanced IPv6 Extension Headers Manipulation Capabilities #Python
Chiron is an IPv6 Security Assessment Framework, written in Python and employing Scapy.
It is comprised of the following modules: • IPv6 Scanner • IPv6 Local Link • IPv4-to-IPv6 Proxy • IPv6 Attack Module • IPv6 Proxy All the above modules are supported by a common library that allows the creation of completely arbitrary IPv6 header chains, fragmented or not.
The main advantage of the…
View On WordPress
ip -6 addr show dev br-lan |grep dynamic| cut -d \ -f 6 | cut -d : -f 1-5
Just look at this. Digusting really. Their ought to be a better way...
How to determine the DHCPv6 DUID in Lion
I couldn't find this on Google, even after many hours of searching. I managed to figure it out eventually. Here's how (output slightly modified):
decoding the abominable DUID
echo "\DUID\from\DHCPv6\leases" | od -x | awk '{for (i=NF; i>1; i--) printf("%s ",$i);print ""}' | awk '{a[i++]=$0} END {for (j=i-1; j>=0;) print a[j--] }'