scapy
scapy copied to clipboard
Scapy: the Python-based interactive packet manipulation program & library.
### Brief description https://datatracker.ietf.org/doc/html/draft-cheshire-edns0-owner-option-01 refers to the Len field in https://datatracker.ietf.org/doc/html/draft-cheshire-edns0-owner-option-01#section-3.2 but it's off by 4 there because the Len field should be the size of the option data (without...
We must try to understand why the CI is failing on DNS resolution on macos :/ - trying to fix the OSX issues
This PR adds support for packets captured with usbmon on Linux. The usbmon docs are here, although they're inaccurate in a few cases: https://docs.kernel.org/usb/usbmon.html. I mainly relied on the Wireshark...
### Brief description New function `_raw_packet_cache_field_value` from commit 4aaed1d0a423ad8e9da571d4c1b1d105b84823a8 breaks some use of `PacketListField`. ### Scapy version 2.6.0rc1 ### Python version all ### Operating system all ### Additional environment information...
### Brief description When using Scapy's `sniff()` function to read from a pcap file, a zombie `tcpdump` process is left behind if the `filter` argument is set to a non-`None`...
### Brief description We use `scapy` together with [rq](https://github.com/rq/rq/). At the beginning of `scapy` work it couldn't find any files in the cache directory (i.e. `manufdb`, `ethertypes`, `services`), so the...
### Brief description I send a no fragmented ICMP message, The customed message processor returned fragmented messages. The following code can only obtain the first fragmented message, What should I...
### Brief description https://download.copr.fedorainfracloud.org/results/packit/evverx-scapy-2/fedora-rawhide-x86_64/07935289-scapy/builder-live.log.gz ``` scapy/layers/dot11.py:1879: CryptographyDeprecationWarning: ARC4 has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.ARC4 and will be removed from this module in 48.0.0. scapy/layers/dot11.py:1904: CryptographyDeprecationWarning: ARC4 has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.ARC4...
### Brief description Specified interface is not being taken into account when using `send` method. ### Scapy version 2.5.0 ### Python version 3.11 ### Operating system Debian 12 ### Additional...
### Brief description I'm using asyncsniffer to sniff on 3 adapters on my pc. I create two packet to send in new sub-thread, both of them are sent once per...