python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Decrypt SSL/TLS with specific Private Key via SCAPY
I want to decrypt HTTPS traffic for my domain on my server with scapy.
Then I have the original international registered certificate (TLS1.3) files for my domain...
And it must be so much easy to do t...

Eyni Kave
Votes: 0
Answers: 1
Scapy - crafted ICMP replies being ignored by sender
I have wrote a small app to respond to ICMP, however it seems that the sender is ignoring the ICMP replies. Inspecting the packets in Wireshark they are missing the timestamp fields, and working ICMP ...
CharlyB2Bomber
Votes: 0
Answers: 1
Scapy rdpcap function error "MemoryError"
I want to use rdpcap to open a traffic capture.
cap = rdpcap("Chall_1.pcapng")
but i receive the following error and I don't know how to solve it.
Traceback (most recent call last):
File ...
dy3zz1
Votes: 0
Answers: 2
How to use threading in python to make multiple fake access points with Scapy?
So I've made a python program that creates a fake access point by sending lots of beacon frames using Scapy. The program works fine, but i wanted to expand it. I want the program to be able to make mu...

saïd alhazina
Votes: 0
Answers: 1