Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
4answers
8k views

Android emulator: How to monitor network traffic?

How do I monitor network traffic sent and received from my android emulator?
15
votes
6answers
4k views

What (software) usb sniffers are available for windows?

Are there any software drivers for windows 7 (64-bit) that can report the data transferred between some application software and a usb device? I have tried snoopy ...
8
votes
9answers
4k views

HTTP and HTTPS sniffer for Windows

Does any of you know a good HTTP / HTTPS packet sniffer for Windows? I need it for debugging a webapp I prefer open source (.NET), but shareware or paid products are also of interest. /Thanks
5
votes
8answers
4k views

What HTTP traffic monitor would you recommend for Windows?

I need the sniffer to test network traffic of applications developed by me for Windows and Facebook. Basic requirements: -display request and response -display HTTP headers -display the time it took ...
5
votes
7answers
4k views

How do I hook the TCP stack in Windows to sniff and modify packets?

I'd like to write a packet sniffer and editor for Windows. I want to able to see the contents of all packets entering and leaving my system and possibly modify them. Any language is fine but I'd ...
4
votes
8answers
535 views

Writing email sniffer

I am interested in writing an email sniffer that saves all emails sent via web based clients to hd, but I can't work out how to do this. How can I catch HTTPS mail before it is encrypted? I would ...
4
votes
1answer
1k views

Serial / Com Port monitor for Windows x64

Can anyone recommend any good Com port monitor tools, like Portmon, which also work on Windows x64? Ideally something open source / freeware would be good.
4
votes
2answers
1k views

WinUSB application or User-Mode Driver as a filter driver for USB Analysis/Sniffer/Trending

A question to maybe some who have worked extensively with WinUSB APIs or use mode USB drivers - Does anyone know if the WinUSB API or a user mode driver can be used as a passive observer of USB ...
4
votes
4answers
6k views

Packet sniffing in Python (Windows)

What is the best way to sniff network packets using Python? I've heard from several places that the best module for this is a module called Scapy, unfortunately, it makes python.exe crash on my ...
2
votes
1answer
147 views

Examining TCP traffic from an iOS device

Is there an app or clever way to check TCP:IPv4 traffic for a host:port on iOS devices? Users will be connecting to a device with an iOS app, and if there is an existing way to sniff or otherwise log ...
2
votes
2answers
642 views

Bluetooth sniffer - preferably mac osx

I am trying to find a bluetooth packet sniffer to capture bluetooth signals from close by devices. I would like for this application to work on mac osx. I have had difficulty finding anything at all ...
2
votes
4answers
495 views

Best way to analyze http traffic sent by my java code?

I have some java code both new (using Apache commons http libraries) and old (strictly using java 1.4 API) and am trying to rewrite the old code using the newer apache commons libraries. However, it ...
2
votes
1answer
247 views

need a PCI sniffer

I'd like to look at PCI transmission but I can't find any tool for it. Does anyone now how to sniff data exchanged with PCI?
2
votes
1answer
598 views

Detect if website visitor has toolbars installed eg. Google toolbar using javascript

I am working on an online education website that frequently uses pop up windows. This is part of a learning management system from a third party provider so not possible to change the way this works. ...
2
votes
3answers
415 views

can I see all SQL statements sent over an ODBC connection?

I'm working with a third-party application that uses ODBC to connect to, and alter, a database. During certain failure modes, the end-results are not what I expect. To understand it better, I'd like ...
2
votes
3answers
123 views

http sniffer not working in a LAN setting

I wrote a http sniffer program , first ran it in my standalone pc < fedora OS >, and it worked well. And when i tried this in a LAN setting < bus-LAN , fedora OS again > , and set the eth0 to ...
2
votes
5answers
1k views

Cookie sniffer - PHP

I guys. Have worked around with cookies in PHP for some time. However something came to my mind. Does its possible to gather all cookies (without knowing its names), or at least list all cookies ...
1
vote
0answers
161 views

How to write an RS232 sniffer in C# [closed]

Possible Duplicate: In C# how could I listen to a COM (Serial) Port that is already open? I have a device that communicates with a computer through RS232 (with a USB adapter which doesn't ...
1
vote
2answers
202 views

Get full HTTP request description via TShark

I need to get full description of the HTTP requests with TShark sniffer. I mean something like Wireshark's GUI where you can get: raw request data (zipped/unzipped); pretty printed extracted HTTP ...
1
vote
2answers
196 views

Add zero's to string

I have a C program which captures data, and among them it captures MAC Addresses. However, while the MAC might be for example 00:0F:3A:D3, the program captures it like 0:F:3A:D3. Is there a way to ...
1
vote
1answer
91 views

How to sniff / monitor SVN protocol messages? (or any TCP messages from an application)

I would like to monitor all incomming SVN protocol requests / repsonses from an SVN server (1.6, using collabnet edge 1.3.1). Or another option, to monitor all SVN trafic comming from the client (.NET ...
1
vote
4answers
718 views

Can Wireshark be used to change the content of packets

Wireshark doesn't seem to be able to change the content of filtered packets in real time. Does anyone know a symilar software which can change packet content that is filtered. Finding something like ...
1
vote
1answer
284 views

Anti Sniff OR Sniff Detection

Does anyone know a "network sniffing detection" tool for linux? Thank you.
1
vote
1answer
187 views

How to sniff im comunicaton?

I would like to write communication sniffer for some im, like icq or msn. Can you please help me how to start? its quite hard to find useful info how to do this. How should i start? i know that there ...
1
vote
1answer
195 views

How does HTTP Analyzer work?

Halo, i am interest in methods, which http analyzer uses to capture data. I would like to write program which saves emails sent via web based clients. The problem is https and HTTP Analyzer solves it, ...
1
vote
3answers
3k views

Reconstructing data from PCAP sniff

I am trying to sniff HTTP data through libpcap and get all the http contents (header+payload) after processing the TCP payload. As per my discussion at ...
1
vote
4answers
1k views

Writing an http sniffer (or any other application level sniffer)

Dear all, I am trying my hands understanding PCAP libraries. I am able to apply a filter and get the TCP payload at port 80. But what next ? How can I read the HTTP data - suppose I want to know the ...
1
vote
3answers
566 views

Selenium-RC: Is there a way to sniff the incoming/outgoing HTTP requests

Like HTTP Headers in firefox, I would like to save all the HTTP requests and responses (more importantly requests) that are sent/received during the run of selenium. Is there a built-in tool or do I ...
1
vote
4answers
958 views

Socket Proxy Server

Suppose Client A connects though TCP/IP Sockets to Server B Is it possible to create a Proxy Like Server thing to do this: Client A Connects to Proxy X ; And tried to authenticate to the server ...
1
vote
6answers
2k views

HTTP packet reconstruction

If I have a large HTTP packet which has been split up into a number of TCP packets, how can I reconstruct them back into a single HTTP packet? Basically, where in the packet do I look to tell when a ...
1
vote
2answers
3k views

How to listen to USB PORT

I need to create a USB Sniffer application that can read the data which comes or goes through the USB PORT. I need to develope this application in c# so kindly help me out to get this.
0
votes
1answer
25 views

Intercept browser requests and modification of the server response

I want to intercept all browser requests and then add some js into server responses before it will appears in browser. For example "Ad muncher" is doing it. It add js that removes all ad from pages. ...
0
votes
2answers
36 views

Java: how to make application secure from jvm and http monitor running externally on same machine?

Is there any way to hide the http requests a java application makes from wireshark or any other traffic monitoring processes on the machine? possible to hide certain string data from being exposed ...
0
votes
1answer
148 views

Wireless sniffing to catch URL visited by user - Kismet

I am designing a software to record only the URL visited by students while giving exam. So I somehow need to know which IP is visiting which site. I will have a list of all the IPs of students. I ...
0
votes
2answers
149 views

Detecting packet sniffer

I'm writing an network related application and I want to protect it from reverse engineering by shutting it down, if packet sniffer is detected. How can I detect if packet sniffer is running? I could ...
0
votes
0answers
139 views

Decompress Gzip and Chunked HTTP response

Hi im making a packet sniffer by using Sharppcap library. the problem is unchunking and gunzipping chunked and gzipped HTTP response. here is a example byte array that needs to be unchunked and ...
0
votes
0answers
98 views

Reverse engineer/decrypt data from serial port

I few years back I received a toy model of a moon explorer. It is a pretty neat toy that records temperature, distance from a point, and keeps track of battery power. The aforementioned statistics can ...
0
votes
1answer
166 views

How To Capture network packets to MySQL

I'm going to design a network Analyzer for WiFi (802.11) Currently I use tshark to capture and parse the WiFi frames and then pipe the output to a perl script to store the parsed information to Mysql ...
0
votes
1answer
183 views

How to sniff the HTTP packet in C# [closed]

How do I sniff HTTP packets in C# ? Is winpcap or wireshark best and how do I use them?
0
votes
1answer
57 views

Can I detect if someone is using a serial port sniffer?

I am working on a project to communicate with devices plugged into USB using serial communications. I know that this type of software product is often hacked using serial port/ usb sniffing. How can ...
0
votes
0answers
32 views

what is use of sniffer in cloud computing

hello friend I am totally new to cloud computing & I want to do project on cloud computing name is Enabling Public verifiability and data dynamics for storage security in cloud computing then what ...
0
votes
0answers
47 views

Can you run a sniffer capture trough Mac Terminal?

im running wireshark to listen to the packages but i hate the GUI... is there a way to run a sniffer on Mac's Terminal?? like kismet in linux... thanks.
0
votes
1answer
177 views

Howto - setup a filter in sharppcap?

i'm using the sharppcap library and try to setup a filter. My goal is to setup a filter that only add packets from one ip adress and not the whole amount of data of any ip and tcp packets. i had ...
0
votes
1answer
283 views

jNetPcap on Android: problem with findAllDevs method!

I've sucessfully compiled jNetPcap as a shared library for Android. I have made a simple application using this code: http://jnetpcap.com/examples/classic to test the API. The problem is that when I ...
0
votes
2answers
107 views

Packet analyzers: how do they work?

I've been quite interested in IT security for a long time and I've come across network snfifers several time. What I don't understand is how the process actually works. Let's assume we have a wireless ...
0
votes
3answers
426 views

How to redirect desktop users away from mobile site… to regular site?

How can I sniff out desktop users and send them to regular (non-mobile) site when they find the mobile site listed in google? Thank you for any insight!
0
votes
0answers
33 views

How to get requested URL name?

I need to catch event in my application(in gtk+) containing name of requested URL.i need to catch it on opening or closing of URL from any browser.the solution should be platform independent(can be ...
0
votes
2answers
423 views

Windows Phone 7 sniffer

Does any know some good http (at least) sniffer which works under Windows Phone 7 OS? Currently I use wireshark/fiddler + windows phone 7 emulator for testing, but anyway I want to test my app using ...
0
votes
1answer
589 views

Capturing and assembling TCP streams with libnids

I've been writing a simple sniffer tool. I started out with libpcap, but then realized it would be useful to keep track of TCP stream information, so I began reading about and experimenting with ...
0
votes
2answers
504 views

Packet sniffer socket exception

On the following code Socket s = new Socket(AddressFamily.InterNetwork, SocketType.Raw, ProtocolType.IP); s.Bind(new System.Net.IPEndPoint(IPAddress.Parse("127.0.0.1"),0)); ...

1 2