Tagged Questions

0
votes
0answers
30 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
105 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 …
2
votes
0answers
32 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.
1
vote
3answers
185 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
250 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.
0
votes
1answer
24 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?
5
votes
1answer
62 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 …
3
votes
4answers
149 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
129 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 …
0
votes
2answers
134 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
194 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 …
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 …
1
vote
1answer
97 views

Which .NET library / wrapper do you recommend for sniffing packets ?

As far as I understand all sniffing libraries in .NET just a wrapper around WinpCap, which is OK. If you know any other better option please write as answer. Have you used any of them? Which one is …
7
votes
5answers
511 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 …
0
votes
1answer
121 views

Windows packet capture software development kit

I am trying to port a packet sniffer from Linux to windows and am having trouble finding an appropriate API to the Ethernet device on Windows. I don't want to use WinPcap because I don't want to have …

1 2 next
15 30 50 per page