active questions tagged sniffing - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T19:12:27Z http://stackoverflow.com/feeds/tag/sniffing http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1807468/how-to-intercept-sniff-all-tcp-udp-network-traffic-for-specific-application 0 How to intercept/sniff all tcp/udp network traffic for specific application? FuriCuri 2009-11-27T08:41:21Z 2009-11-27T08:41:21Z <p>Hello.</p> <p>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 traffic for specific application to some proxy. So as I can understand those programs can intercept all traffic before they change/reroute it.</p> <p>I've tried using winpcap but even Wireshark. But it doesn't work if you have proxycap installed. I mean, it does not capture application traffic:</p> <ol> <li>Traffic from my program intercepted by the ProxyCap</li> <li>ProxyCap redirects it all to localhost proxy</li> <li>My localhost proxy is actually a Your-Freedom gateway proxy</li> <li>Your-freedom proxy sends traffic to their servers (traffic goes to internet).</li> </ol> <p>When I start Wireshark sniffing (which is based on winpcap driver) I see only traffic from step #4 (when it goes to the internet). And this traffic is not raw (it's packed/encoded) so it doesn't work for me to sniff it.</p> <p>So since I need to sniff all the traffic I thought that I either find a way to sniff before ProxyCap (or after it, but I don't think it's possible since traffic redirected to the loopback proxy).</p> <p>I want to ask you guys - is there a way to intercept/sniff traffic like ProxyCap (or other tunneling applications) do?</p> http://stackoverflow.com/questions/1214087/network-monitoring-on-windows-mobile-6 0 network monitoring on windows mobile 6 Emiswelt 2009-07-31T18:25:45Z 2009-11-09T02:11:25Z <p>Hi there</p> <p>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 monitoring any network interface. Others say that it is possible. Fact is, that I found no exaples, nor any sourcecode on the net. </p> <p>Therefore I ask this community: Is it possible to write a packet capturing tool that works on data-link layer for windows mobile in C or C#?</p> <p>with best regards</p> http://stackoverflow.com/questions/1637835/packet-sniffing-using-raw-sockets-in-linux-in-c 1 Packet Sniffing using Raw Sockets in linux in c SjB 2009-10-28T15:00:16Z 2009-11-08T12:48:49Z <p>I need to write packet sniffer in Linux that detect http packet that send and save the url that request . I see code in <a href="http://www.security-freak.net/raw-sockets/raw-sockets.html" rel="nofollow">security-freak</a></p> <p>and run related code . This code run and only sniff received packet but I need send packet to sniff . In this code how to detect sent packet ?</p> <p>I can't use any library like libcap or ... (forbidden)<br /> the code is :<a href="http://sjb.ir/sniffer.c" rel="nofollow">sniffer.c</a></p> http://stackoverflow.com/questions/1555287/detect-h-323-by-simple-sniffing 0 Detect H.323 by simple sniffing? atrent 2009-10-12T15:40:24Z 2009-11-06T10:59:36Z <p>Is it possible to detect if a H.323 connection (phone call) is up by simple sniffing traffic on an adjacent node?</p> http://stackoverflow.com/questions/1680381/are-there-any-http-https-interception-tools-like-fiddler-for-mac-os-x 2 Are there any HTTP/HTTPS interception tools like Fiddler for mac os X? Fgblanch 2009-11-05T12:53:12Z 2009-11-05T16:11:33Z <p>Hi all,</p> <p>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 now i don't know ho to do them in mac. Thanks in advance.</p> http://stackoverflow.com/questions/1674553/serial-com-port-monitor-for-windows-x64 2 Serial / Com Port monitor for Windows x64 J_men 2009-11-04T15:30:20Z 2009-11-04T15:30:20Z <p>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.</p> http://stackoverflow.com/questions/1598407/iphone-and-wireshark 1 iPhone and WireShark Doug 2009-10-21T02:17:58Z 2009-10-21T02:57:32Z <p>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、</p> <p>I am on windows.</p> http://stackoverflow.com/questions/1373181/sniffing-capturing-all-traffic-between-apache-and-weblogic-on-solaris 3 Sniffing/capturing all traffic between Apache and Weblogic on Solaris Paul 2009-09-03T12:40:52Z 2009-10-20T05:44:10Z <p>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.</p> <p>The communication works over http</p> <p>It does not work over https, although the problem does not appear to be directly related to https (the SSL session is negotiated fine and some back and forth happens). It appears the device handles the communication differently when https is used.</p> <p>We'd like to see the http/https requests and responses to debug this. </p> <p>We can capture the data between device and server using (e.g.) wireshark, but that's encrypted so isn't a great help. Wireshark (or snoop) don't see the local traffic on the server between Apache and Weblogic. Note: on Linux we could do this - but not on Solaris.</p> <p>We don't actually need the low level packet capture of Wireshark - capturing the headers and body of the http requests and responses would be sufficient.</p> <p>Anyone know how do to this? Is there an apache mod that will log all the requests and responses that pass through, perhaps (A google didn't show anything obvious). Any other creative ways of doing this?</p> http://stackoverflow.com/questions/618233/modem-connected-via-usb-sniffing-of-at-commands-possible 1 Modem connected via USB: sniffing of "AT commands" possible? Cristian 2009-03-06T09:42:14Z 2009-10-07T03:00:03Z <p>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?</p> http://stackoverflow.com/questions/1522977/jquery-browser-is-deprecated-but-how-do-you-use-support 5 jQuery.browser is deprecated, but how do you use .support? nickf 2009-10-05T23:51:14Z 2009-10-06T00:20:07Z <p>On my web page, I have this CSS:</p> <pre><code>tr:hover { background-color: #f0f; } </code></pre> <p>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 class on mouse over/out, but I'd prefer not to handicap (albeit ever so slightly) all the other browsers which support <code>:hover</code> properly - so I want to only apply this JS behaviour for the browsers which don't support the pure CSS solution natively.</p> <p>Of course, we all know that <code>$.browser</code> is deprecated, and we all know that browser sniffing is a bad thing, and every other question on SO has a raft of answers along the lines of "you're not supposed to check for the <em>browser</em>, check for the <em>feature</em>", and that's all well and good in the magical fairy land where these people live, but the rest of us need to get our sites working and looking ok across IE6 and other browsers.</p> <p><code>$.support</code> looks like this for IE6 &amp; 7:</p> <pre><code>leadingWhitespace: false tbody: false objectAll: false htmlSerialize: false style: false hrefNormalized: false opacity: false cssFloat: false scriptEval: false noCloneEvent: false boxModel: true </code></pre> <p>How on earth am I supposed to use these properties to determine whether <code>tr:hover</code> will work?</p> <p>Yes I know that in this example, it's fairly innocuous and I could probably get away with either not giving IE users that feature, or by simulating it across all browsers, but that's not the point. How are you supposed to stop using <code>$.browser</code> when <code>$.support</code> doesn't come close to replacing it?</p> http://stackoverflow.com/questions/1089128/sniffing-lpt-traffic 0 Sniffing LPT Traffic ArcherT 2009-07-06T20:44:06Z 2009-07-07T02:53:43Z <p>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 driver"...?</p> <p>I've downloaded the WDK, but the terminology and vast number of driver types is a little overwhelming.</p> <p>I'm basically trying to understand what <em>kind</em> of driver I should be writing; my target environment is Windows XP SP2 and 3 <em>only</em>.</p> <p>Some background info, if it matters: I have a bunch of legacy DOS apps that print to LPT1. I'd like to be able to capture this output and redirect this data (after GDI calls) to a modern USB (network) printer. Fortunately, the latter part of the problem's easy.</p> <p>I'm hoping someone could point me in the right direction. TIA.</p> http://stackoverflow.com/questions/1085890/free-tools-for-local-http-packet-sniffing-intercepting 2 Free tools for local HTTP packet sniffing/intercepting? Cecil Has a Name 2009-07-06T08:04:18Z 2009-07-06T21:32:31Z <p>I'm currently using HTTP Analyzer V5 trial version which expires <em>very</em> soon.</p> <p>Are there any [good] free tools for sniffing and inspecting the contents of HTTP packets, in a similar way to the above mentioned tool?</p> http://stackoverflow.com/questions/977405/how-to-determine-what-url-a-closed-source-piece-of-software-is-connecting-to-os 0 How to determine what URL a closed source piece of software is connecting to? (OSX) Rich Bradshaw 2009-06-10T18:33:37Z 2009-06-10T18:42:56Z <p>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 doesn't support proxies.</p> http://stackoverflow.com/questions/742024/which-net-library-wrapper-do-you-recommend-for-sniffing-packets 1 Which .NET library / wrapper do you recommend for sniffing packets ? dr. evil 2009-04-12T16:35:14Z 2009-04-12T17:10:36Z <p>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.</p> <p>Have you used any of them? Which one is the best according to your experience?</p> <p><em>I'm only looking for libraries which have commercial friendly licenses, Also commercial libraries are OK as soon as they got a decent price tag</em></p> http://stackoverflow.com/questions/345305/could-anyone-suggest-a-good-packet-sniffer-class-for-c 1 Could anyone suggest a good packet sniffer class for c++? Mike Curry 2008-12-05T21:55:59Z 2009-04-12T17:03:10Z <p>Could anyone suggest a good packet sniffer class for c++? Looking for a easy insertable class I can use in my c++ program, nothing complicated.</p> http://stackoverflow.com/questions/661213/why-is-browser-sniffing-so-bad 7 Why is browser sniffing so bad? nickf 2009-03-19T06:13:27Z 2009-03-19T09:15:31Z <p>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 <code>$.browser</code> object in place of <code>$.support</code>. But what should I do if there's a bug or problem which is only affecting IE and not the other browsers, and I'm not sure why?</p> <p>In my case, some jQuery code makes a tooltip appear and disappear with an animation on mouseover and mouseout. In Internet Explorer, it looks awful, and jittery, with the tooltip div changing to a really large size before hiding, and if you run your mouse over a heap of items with the tip it really kills the browser. I have no idea what particular feature IE doesn't "support" that I should be testing against, so it's much easier to just sniff for IE and use a different method. What could/should I do instead?</p> http://stackoverflow.com/questions/629916/windows-packet-capture-software-development-kit 0 Windows packet capture software development kit Howard May 2009-03-10T12:31:33Z 2009-03-10T12:42:28Z <p>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 to install WinPcap on the target machines. Is there an alternative which I can use which still provides a relatively easy interface. If it's free that would be great.</p> <p>Regards</p> http://stackoverflow.com/questions/95442/sniffing-traffic-between-a-flex-app-and-coldfusion-backend 3 Sniffing traffic between a Flex app and ColdFusion backend Brendan Kidwell 2008-09-18T18:36:52Z 2009-02-04T15:47:14Z <p>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.</p> <p>I'm used to using <a href="http://www.fiddlertool.com/fiddler/" rel="nofollow">Fiddler</a> to sniff transactions between HTTP clients and servers, and it works great as long as you're using plain text or XML HTTP requests and responses (including those over SSL) but it isn't much help for binary protocols like AMF over HTTP.</p> <p>In my case, I <strong>do</strong> have access to the source code for the client and server, but I'm looking for an easy way to passively sniff traffic in any Flex + ColdFusion situation, without having to tweak anything on the server.</p> http://stackoverflow.com/questions/462439/packet-sniffing-in-python-windows 3 Packet sniffing in Python (Windows) Elimis 2009-01-20T18:18:33Z 2009-01-20T22:00:52Z <p>Hi all,</p> <p>What is the best way to sniff network packets using Python?</p> <p>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 system. I would assume that it's just a problem with how I installed it, except that many other people have told me that it doesn't work particularly well on Windows. (If anyone is interested, I'm running Windows Vista, which might affect things).</p> <p>Does anyone know of a better solution?</p> <p>Thanks</p> <p>EDITED TO ADD:</p> <p>Thanks for the answers.</p> <p>After reading the answer telling me to install PyPcap, I messed around with it a bit and found out that Scapy, which I had tried using, was telling me to install PyPcap as well, except that it's a modified version for it's use. It was this modified PyPcap that was causing the problem, apparently, since the example in the answer also caused a hang.</p> <p>I installed the original version of PyPcap (from Google's site), and Scapy started working fine (I didn't try many things, but at least it didn't crash as soon as I started sniffing). I sent a new defect ticket to the Scapy developers: <a href="http://trac.secdev.org/scapy/ticket/166" rel="nofollow">http://trac.secdev.org/scapy/ticket/166</a>, hope they can do something with it.</p> <p>Anyways, just thought I'd let y'all know.</p> http://stackoverflow.com/questions/434528/how-can-i-inspect-form-data-being-posted 2 How can I inspect form data being Posted? Unkwntech 2009-01-12T05:19:31Z 2009-01-12T05:48:28Z <p>I am reverse engeneering an app and I need to see what is in the post data without viewing the form source, is a there a decent app/plugin to see what is being posted? <br /><br />Any Browser on Windows <br />I'm looking for something other then packet sniffing.</p> http://stackoverflow.com/questions/358037/in-c-how-could-i-listen-to-a-com-serial-port-that-is-already-open 2 In C# how could I listen to a COM (Serial) Port that is already open? Phobis 2008-12-10T23:51:09Z 2008-12-11T07:38:43Z <p>I am using a program that talks to my COMM port, but I have made another program that I want to "sniff" the comm port messages and perform it's own actions against those messages in addition. Is this possible in .NET c#?</p> http://stackoverflow.com/questions/314776/how-to-print-out-the-httpwebrequest-in-c 0 How to print out the HttpWebRequest in C#? Alfred B. Thordarson 2008-11-24T16:59:17Z 2008-11-24T17:09:37Z <p>I'm having a problem with a POST I'm doing using the HttpWebRequest object from C#. In order to analyze the problem I would like to know exactly what is being sent over the wire. The problem is that I'm also using HTTPS so I can't sniff the wire. I need some way of printing out to the Console all the relevant information of the HttpWebRequest object or something like that. Thank you for your help.</p> http://stackoverflow.com/questions/124745/sniffing-network-traffic-for-signs-of-viruses-spyware 4 Sniffing network traffic for signs of viruses/spyware DrStalker 2008-09-24T00:33:51Z 2008-10-28T04:41:24Z <p>How can I connect a system to a network and sniff for virus/spyware related traffic? I'd like to plug in a network cable, fire up an appropriate tool sand have it scan the data for any signs of problems. I don't expect this to find everything, and this is not to prevent initial infection but to help determine if there is anything trying to actively infect other system/causing network problems.</p> <p>Running a regular network sniffer and manually looking through the results is no good unless the traffic is really obvious,but I havn't been able to find any tool to scan a network data stream automatically.</p> http://stackoverflow.com/questions/212160/berkley-packet-filter-for-windows 0 Berkley packet filter for Windows Howard May 2008-10-17T13:41:02Z 2008-10-17T13:56:10Z <p>Hi is Berkley Packet Filter supported on Windows or is there something comparable which I should use. Best Regards</p> http://stackoverflow.com/questions/117474/how-to-sniff-usb-port-under-windows 6 How to sniff usb port under Windows? dpavlin 2008-09-22T20:39:03Z 2008-10-16T10:52:13Z <p>From time to time I need to dump usb traffic under windows, mostly to support hardware under Linux, so my primary goal is to produce dump files for protocol analysis.</p> <p>For USB traffic, it seems that <a href="http://www.pcausa.com/Utilities/UsbSnoop/default.htm" rel="nofollow">SniffUsb</a> is the clear winner... It works under XP and has much nicer GUI than earlier versions. It produce <em>huge</em> dump files, but everything is there.</p> <p>However, my device is in fact usb serial device, so I turned to <a href="http://technet.microsoft.com/en-us/sysinternals/bb896644.aspx" rel="nofollow">Portmon</a> which can sniff serial port traffic without USB overhead.</p>