0

I can't seem to find a good documentation for sending packets on ICMPv6 Messages.

There is a sample from Impacket but it uses Ping6 so it simply calls

ICMP6.ICMP6.Echo_Request(1, seq_id,payload)

and it will return a ping message.

How should I start like for example sending an RA Message.

Also the hardest part for me is the payload, because in my sniffing and detection. Impacket does not have any module to read "objectly" the payload so it is bunch of hex and based from that we make assumptions.

Thanks for people who can help

ivan_pozdeev
  • 33,874
  • 19
  • 107
  • 152
  • I am not familiar with Impacket, but I like using scapy. Maybe consider using it? http://www.packetlevel.ch/html/scapy/scapyipv6.html – Nebril Jan 05 '15 at 14:34
  • Can't, my project I already use Impacket and I need it to use all the way. I don't have time to study another library. *Edit: Also I Scapy is build to use through its interactive environment, I think there are limitations on using it for python – Franz Justin Buenaventura Jan 05 '15 at 14:45
  • 1
    Scapy is a Python interface to libpcap and it's interactive environment is Python, so I don't really see why there would be such limitation. Other than that I can't help you, I never used Impacket. – Nebril Jan 06 '15 at 20:44

0 Answers0