scapy
scapy copied to clipboard
Scapy: the Python-based interactive packet manipulation program & library.
I wanted to use the compute_icrc function as a part of a task in my job. I have added the the IPv6 implementation after it was marked under TODO. I...
Renamed vendor from ADLINK to Eclipse in the RTPS contribution layer.
add support for BGP protocol's LARGE_COMMUNITY Path Attribute, introduced with RFC 8092 and RFC 8195
Intermittant "WARNING: Mac address to reach destination not found. Using broadcast." on windows 10.
### Brief description When using Automaton.send() or even getmacbyip(), it intermittently fails to acquire the mac address for the default gateway despite it being visible in the windows ARP table...
Hi, I'm trying to send a Bluetooth packet to a known mac address, I tried the function srbt(), as the code below: ```python pkts=HCI_Hdr(type=2)/HCI_ACL_Hdr(handle=0x040, PB=0, BC=0)/L2CAP_Hdr(cid=0x0004)/ ATT_Hdr(opcode=0x52)/ATT_Write_Command(gatt_handle=0x000d,data=bytes(data.buf)) srbt('e8:32:2a:d2:a8:79', pkts, inter=0.1)...
I realize we could probably create a submodule on github to host things we don't want to be included in the `secdev/scapy`. For instance pcap files. (thinking of this looking...
Allow parsing unreliable datagram headers. The code adds guess_payload_class functions to find the correct sub-header according to BTH.opcode, and also automatic selection of the opcode when possible.
TCPROS is a transport layer for ROS Messages and Services. It uses standard TCP/IP sockets for transporting message data. Inbound connections are received via a TCP Server Socket with a...
Hello, I'm Haram Park. And I'm a Bluetooth security researcher at Computer & Communication Laboratory in Korea University(https://ccs.korea.ac.kr/). It was really useful for me to use scapy on my personal...
This is just a PoC. A *.uts file will be transformed to a pytest like file. The exported file usually needs manual modifications, but this exporter can be a first...