scapy icon indicating copy to clipboard operation
scapy copied to clipboard

Scapy: the Python-based interactive packet manipulation program & library.

Results 245 scapy issues
Sort by recently updated
recently updated
newest added

The added test should make the reason of this change clear: for now, the `.qname` returned values differ between crafted and captured packets. Now the `.qname` attribute always shows the...

Hi community, HW config: Board: RPI4 USB wifi: Alfa awus036acs (RTL8811AU chipset) SW config: OS Buster 10 Kernel Linux 5.10.103 Scapy Master branch I'm implementing on an RPI4 a beacon...

Continue the work started by https://github.com/secdev/scapy/pull/3674: - **Major NDR(64) work**: pointer deferal, proper conformant handling in structures... dissection and build should now work in almost all cases. (I added barebone...

enhancement
cleanup

It's been a long time since I've done one of those. - Core typing of Windows - Change the mypy CI to test Linux AND Windows independently - bunch of...

Hinty

Add individual logger for the isotp layer

Just a refactoring of the debug outputs in the automotive layer. This gives better control over logging and doesn't influence the loggers of scapy like log_interactive

### Brief description We use TLS automata from scapy to interact with TLS servers, generating a big number of connections (each with a fresh automaton), and we observe that file...

bug

- Added basic support for `Binding` method of STUN ([RFC 3489](https://www.rfc-editor.org/rfc/rfc3489)). - Added attributes: - `USERNAME` - `MESSAGE-INTEGRITY` - `XOR-MAPPED-ADDRESS` - `USE-CANDIDATE` - `PRIORITY` - `FINGERPRINT` - `ICE-CONTROLLING` - `GOOG-NETWORK-INFO`