0
votes
0answers
49 views
How to intercept/sniff all tcp/udp network traffic for specific application?
Hello.
Basically, I want to know how can I intercept/sniff all tcp/udp network traffic for some specific application like the tunneling applications do? For example ProxyCap allows to tunnel all …
2
votes
4answers
140 views
Are there any HTTP/HTTPS interception tools like Fiddler for mac os X?
Hi all,
I would want to ask you if you know any application like fiddler but for mac os x , i need to debug some requests from google earth in mac os x. i used to do it with fiddler on windows but …
1
vote
3answers
202 views
Packet Sniffing using Raw Sockets in linux in c
I need to write packet sniffer in Linux that detect http packet that send and save the url that request .
I see code in security-freak
and run related code . This code run and only sniff received …
1
vote
2answers
285 views
iPhone and WireShark
How can I sniff packets from my iPhone on my network? can someone give me some instructions? I tried Googling, but nothing teaches how to sniff iPhone packets、
I am on windows.
2
votes
0answers
43 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.
0
votes
1answer
26 views
Detect H.323 by simple sniffing?
Is it possible to detect if a H.323 connection (phone call) is up by simple sniffing traffic on an adjacent node?
3
votes
4answers
157 views
Sniffing/capturing all traffic between Apache and Weblogic on Solaris
We have an application where an embedded device talks to weblogic via Apache. Weblogic and Apache are on the same Solaris server, and we are using the weblogic module for Apache.
The communication …
0
votes
2answers
140 views
network monitoring on windows mobile 6
Hi there
I am currently trying to write a network monitoring software for windows mobile 6. I googled a lot and some people say that it is not possible to use a NDIS driver or WinPcap or so for …
5
votes
1answer
63 views
jQuery.browser is deprecated, but how do you use .support?
On my web page, I have this CSS:
tr:hover {
background-color: #f0f;
}
Which works nicely in all browsers except for good ole IE. I know that I can just write some jQuery to add and remove a …
0
votes
2answers
138 views
Sniffing LPT Traffic
I need to intercept LPT output traffic. After a couple of hours of research, I've come to understand that the only way to do this is by writing a kernel-mode driver, more precisely a "filter …
2
votes
5answers
199 views
Free tools for local HTTP packet sniffing/intercepting?
I'm currently using HTTP Analyzer V5 trial version which expires very soon.
Are there any [good] free tools for sniffing and inspecting the contents of HTTP packets, in a similar way to the above …
3
votes
6answers
422 views
Sniffing traffic between a Flex app and ColdFusion backend
What is a good strategy for sniffing/tracing function calls between a Flex application and a ColdFusion-based backend running on ColdFusion server? I understand they use AMF protocol.
I'm used to …
1
vote
1answer
363 views
Modem connected via USB: sniffing of “AT commands” possible?
Hi guys, can somebody confirm if I can use USB sniffing to capture the "AT commands" sent to an HSDPA modem from an external application?
0
votes
3answers
62 views
How to determine what URL a closed source piece of software is connecting to? (OSX)
Usually I'd use Wireshark, but is there a really super quick way to determine what URL an app is pulling data from? I need to whitelist the host so that it works through a proxy server, as the app …
7
votes
5answers
517 views
Why is browser sniffing so bad?
You hear it all over the place: using javascript to sniff the user agent string to detect browser versions is a Very Bad Thing. The latest version of jQuery has now deprecated its $.browser object in …
