python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
get hash of downloaded file in pcap capture with pyshark
I would like to get the sha256 digest of the downloaded files that result from a pcap capture file (files that the user downloaded during wireshark packets capture).
This is the pcap I'm using: https:...
Pietro Lodi Rizzini
Votes: 0
Answers: 1
cant run with pypy3 script which uses pyshark
here i tryied to run script with pypy3 c.py but above error occured ,
i installed pypy3 -m pip install pyshark but ...
pypy3 c.py
ModuleNotFoundError: No module named 'lxml.objectify'
import pysha...

Bumin Qagan
Votes: 0
Answers: 2
Network sniffer that opens the ips as tabs in browser?
I'm trying to write a code that basically grabs the network traffic sniffed by wireshark and opens the ips in tabs in selenium.
At first I tried using whois and socket.gethostbyaddr() as All I needed ...
Alex Montsarj
Votes: 0
Answers: 0
why in the raw data the first byte is in asciii
I've got the followings raw data in bytes :
b'\r\xdc\xc9\x00\x00\x00\x00\x00\x9f\x03\xdf\x00\x9f\x03\xdfI\x82W\x00\x00\x97\x00'
b'\x16\xd9\xc9\x00\x00\x00\x00\x00\x9f\x03\xdf\x00\x9f\x03\xdfI\xf2d\x02...
k1k4ss0
Votes: 0
Answers: 0