10.08.2015 Views

Packet generation and network based attacks with Scapy - SecDev.org

Packet generation and network based attacks with Scapy - SecDev.org

Packet generation and network based attacks with Scapy - SecDev.org

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

IKE scanIntroduction<strong>Scapy</strong>Network discovery <strong>and</strong> <strong>attacks</strong>One shotsScanningTTL tricksScan <strong>with</strong> an ISAKMP Security Association proposal=⇒ VPN concentrators will answerSending packetsres,unans= sr( IP(dst="192.168.1.*")/UDP()/ISAKMP(init_cookie=R<strong>and</strong>String(8),exch_type="identity prot.")/ISAKMP_payload_SA(prop=ISAKMP_payload_Proposal()))Possible result interpretation: VPN concentrators listres.nsummary(prn=lambda (s,r): r.src,filter=lambda (s,r): r.haslayer(ISAKMP) )Philippe BIONDI<strong>Packet</strong> <strong>generation</strong> <strong>and</strong> <strong>network</strong> <strong>based</strong> <strong>attacks</strong> <strong>with</strong> <strong>Scapy</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!