python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I extract the tcp data packet from Wireshark?
This is a "CTF Challenge" (a set of online infosec challenges) and I have become stuck.
I noticed in the conversation one person asks for the other person to send the salted password file.
...
Digi Jeff
Votes: 0
Answers: 1
Pylibpcap for python-3.x
There was a library pylibpcap for python2 that contained the functionality to create pcap objects like this:
import pcap
pc = pcap.pcapObject()
Now I'm looking for an analogue for python3, but from ...
Helen
Votes: 0
Answers: 2
How to intercept IP packets going to the kernel Linux
I need to create a TCP session "manually", without using the connect() function. I have tried to use RAW sockets. But in this case, I only get copies of the incoming IP packets. The original...
asdo
Votes: 0
Answers: 1
How to Receive and capture packets from internet/remote host using DPDK?
I want to capture Raw Packets from any host and capture them in a file like "recieved.pcap" bypassing the kernel.
I am using a virtual ec2 instace for this.
To bypass kernel I have set up DP...
chandanXty
Votes: 0
Answers: 1