Sniffing is an eavesdropping attempt which consists of capturing packets transmitted through a third party network and reading the data in search of confidential information.
Questions tagged [sniffing]
372 questions
-1
votes
1 answer
How come I have never seen an LTE sniffing tool on uplink?
I am trying to find whether it is possible to sniff LTE traffics.
However, I only found online about behaving as a fake base station (eNodeB) so devices will be forced to connect to you. Then you get info about other devices.
But I never find a…

user2638327
- 33
- 4
-1
votes
1 answer
Sniffing trunked IAX2 traffic
Is there any way to sniff trunked IAX2 trafic. I make search in google but it's all about sip and rtp.
I make test with wireshark but "Telephony tools" doesn't work correctly with IAX2 as you see in the picture below:

Y. Dabbous
- 39
- 1
- 7
-1
votes
1 answer
Sniff packages between 2 devices via usb
I need to sniff data packages exchanged between a device And a PC connected via usb (Micro usb). My goal is To find out how The device "talk" with The original software so i Can program a new one with more functions And more languages translations.…

Razinar
- 727
- 3
- 13
- 21
-1
votes
1 answer
Zigbee sniffing using killerbee channel detecting error
I configured two Digi xbee s1 module with same channel and PAN ID and both as end device. Communication happens perfectly between these modules.
Problem is when i use rzusbstick with killerbee firmware to look for all the available PAN ID and…

arun magesh
- 11
- 1
- 2
-1
votes
1 answer
Bluetooth "Sniff Mode"
I'm developing an app which connects one Android device with another device via SPP.
I have a problem on my connection: Lag.
My first communication gets an immediate response.
The next ones take more time because my Android device goes into a "Sniff…

José Santos
- 66
- 10
-1
votes
1 answer
Debugging web application in android
I am doing a small project for learning purposes in android.
I am using genymotion as an android emulator and installing my apk inside. However, the question is, i am using Fiddler4 as a proxy but it is only able to capture HTTP/HTTPS traffic.…

aceminer
- 4,089
- 9
- 56
- 104
-1
votes
1 answer
Berkley packet filter for Windows
Is Berkley Packet Filter supported on Windows or is there something comparable which I should use?

Howard May
- 6,639
- 9
- 35
- 47
-1
votes
2 answers
C# Sniff Packets from another computer on the same Network
I've looked around at various C# Packet Sniffing tutorials and have built one that can parse packets sent to and from my computer. This is awesome, but I haven't found anything that relates to intercepting packets from another computer (obviously…

Luke Joshua Park
- 9,527
- 5
- 27
- 44
-2
votes
1 answer
Is endpoint with HTTPS not enough to avoid sniffing attacks?
My Endpoint is accompanied by HTTPS but if I post user credentials via this endpoint, how is it vulnerable to sniffing attacks? Is endpoint with HTTPS not enough or some other implementations are also required?
If I POST user credential via an REST…

Durgendra
- 145
- 2
- 11
-2
votes
2 answers
usb port sniffing and usb port trigger when data captured
I want to sniff a usb port in Windows and when specific data have been captured I want to send them through another usb port on the same computer. I am able to make the capture with Wireshark and usbcap but I want to do this on real time. Is there…

ctzof
- 1
- 5
-3
votes
1 answer
C# db connection security
I have a small C# desktop application. It connects to postgres db server. I will distribute this application to some users.
Now my question;
Is someone can get my connection string (username, password) with local port listener software or any other…

Evren
- 1