scapy
scapy copied to clipboard
Scapy: the Python-based interactive packet manipulation program & library.
Today, we need to do the following: ``` >>> conf.route.resync() >>> conf.ifaces.reload() ``` We should unify the method names, and maybe add a function named `network_resync()` to call them together.
1、The following issues all occur after the certificate request packet appears in the server finish packet.see file1. 2、If the certificate packet does not provide a Certificate Request Context, some servers...
Resolves #4049
### Brief description The tun interfaces on my Mac are all named "utun0", "utun1", etc. How can I make scapy work with that? ### Scapy version 2.5 ### Python version...
### Brief description I upgraded scapy version from 2.4 to [2.5.0.dev](http://2.5.0.dev/)130 on Ubuntu. Now I get 0 answers ### Scapy version 2.5.0.dev130 ### Python version 3.8.10 ### Operating system Ubuntu...
### Brief description ICMPv6 Echo requests sent by Scapy on Windows result in an ICMPv6 Type 4 Parameter Problem error message being generated in response to the received reply. The...
### Brief description Malformed DNS queries like ```python >>> DNS(b'q\xa04\x00\x00\xa0\x01\x00\xf3\x00\x01\x04\x01y').qd INFO: DNS RR prematured end (ofs=2, len=2) [] ``` cause DNS/LLMNR answering machines to throw `AttributeError`. ### Scapy version a8d2bb7d1ad68b3442533fecb0510b3c02316950...
### Brief description Using the sniff function in scapy, I'm not able to live capture packets that are vlan tagged using a filter. ### Scapy version 2.5.0 ### Python version...
### Brief description Calling fuzz() on a 0-byte Raw data item creates a value that is no longer 0 bytes long - from experimentation, it can be at least 1100...
**Checklist:** - [V] If you are new to Scapy: I have checked [CONTRIBUTING.md](https://github.com/secdev/scapy/blob/master/CONTRIBUTING.md) (esp. section submitting-pull-requests) - [V] I squashed commits belonging together - [] I added unit tests or...