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)
iOS global proxy does not work in some applications
I have set manual proxy in the Wifi section in the iOS device. It's ok when I using safari, But when I using Whatsapp and some other apps, the requests does not go through the proxy.
I sniffed the pac...

Ali
Votes: 0
Answers: 1
MiTM with wireshark
I'm trying to do MiTM on my home wi-fi. I'm a complete newbie.
I have macOS. I downloaded wireshark, executed it, chose wi-fi en0, entered "eapol" in filters, reconnected on my phone to the ...

Heil Programmierung
Votes: 0
Answers: 1
Scapy AsyncSniffer fails if stop() is called right after start()
Look at the following example
a = AsyncSniffer()
a.start()
a.stop()
a.stop() will throw an exception. Is there a way to fix this without adding a time.sleep() between the start() and stop()?
this of...
adamlapidoth
Votes: 0
Answers: 1