Impacket is a collection of Python classes for working with network protocols. Impacket is focused on providing low-level programmatic access to the packets and for some protocols (e.g. SMB1-3 and MSRPC) the protocol implementation itself.
Questions tagged [impacket]
18 questions
0
votes
0 answers
Sending ICMPv6 Messages using Impacket (ImpactPacket and Impact Decoder)
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…

Franz Justin Buenaventura
- 366
- 3
- 20
0
votes
1 answer
Impacket & dpkt sending features?
Is there any support for sending packets in impacket or dpkt libraries?
I was able to find examples of sniffing, interpreting and constructing packets using these libraries, but they don't seem to support sending over network interfaces.
Ping…

vda8888
- 689
- 1
- 8
- 19
-2
votes
1 answer
(Python impacket) smb Server with Logon?
I'm trying to implement an authentication section into the smbserver.py from the impacket lib.
I changed the errorCode at the Line 2201 to STATUS_LOGON_FAILURE under some conditions, but my windows client keeps requesting with the same credentials…

user3822293
- 1
- 1
- 1