The sniffer tag has no wiki summary.
-4
votes
1answer
28 views
Sniffer that reveals URL's from Java app [closed]
I am looking for an application for Windows that can reveal URL's of files downloaded by Java application. Console doesn't work at all.
1
vote
1answer
37 views
Packet Sniffing and Sessions
Let us say that I have a website and that I created a session containing an encryption key. Can a packet sniffer such as Fiddler be able to get the contents of this session, thus compromising the ...
1
vote
0answers
36 views
Scapy - how to get the statistics?
I need to write a network sniffer and I have decided to use python to do it. I know that the performances will not be the best, and for this kind of software I should use c or c++, but a good ...
0
votes
1answer
44 views
How to parse in linux sniffer results on the fly?
I want to sort and calculate how much clients downloaded files (3 types) from my server.
I installed tshark and ran followed command that should capture GET requests:
`./tshark 'tcp port 80 and ...
0
votes
0answers
57 views
Fiddler doesn't capture Apache's requests
I have installed Fiddler, it manages to capture all Firefox requests to servers (local Apache or remote) but Fiddler doesn't show requests of some other software.
I do not see any HTTP requests which ...
5
votes
2answers
173 views
How to sniff HTTP packets in python?
I want to sniff all the HTTP packets in my computer via python(version2.6.. is this possible? can I do it with scapy, or without other external modules?
0
votes
1answer
53 views
Username and Password in address bar
Once I login to my website (a chat room), the URL contains uid=myusername&pass=mypass and it stays there indefinitely, and never goes, even while chatting..
Can a guest sniff what is in my ...
0
votes
1answer
116 views
JpcapCaptor, NetworkInterface in Jpcap package
I have dowloaded a jpcap package from http://sourceforge.net/projects/jpcap/
I have copied the jar file in ext of jre and jdk and also copied the folder in bin of jdk. but when i run my code it shows ...
0
votes
2answers
122 views
Sniffing IOCTL and serial port communication
I'm trying to reverse the protocol used by an early nineties logic analyzer an its PC software.
The device is connected via RS-232 (propietary wiring) and communicates with a DOS program, successfully ...
1
vote
0answers
132 views
USB 2 prober for mac?
I'm trying to write a little driver for a Tengu usb device. I tried using USB Prober.app but it seems it can only probe USB 1 devices (my old Logitech mouse can be probed). Is it possible to sniff ...
0
votes
2answers
99 views
Real time monitor and block a web request
I am planning on creating a free open source Porn blocker software that as much as possible blocks porn websites.
The idea is to create a list of websites like xxxporn.xxx or whatever and once user ...
0
votes
0answers
58 views
Does JMeter work with Proxy Sniffer agent?
we have a Proxy Sniffer agent running on a machine. Also I have the JMeter 2.9 running on a laptop. Now I want to load the server using the machine which contains the Proxy Sniffer Agent and want to ...
0
votes
1answer
93 views
Python sniffer for 2 different CSV-types
I want to read 2 different types of CSV-files
- one with a ',' as delimiter
- one with a ';' as delimiter
I tried to check which delimiter I'm using by doing :
dialect = ...
-1
votes
2answers
57 views
Output the dump of a sniffer to an external file in C
I was creating a simple sniffer, just for fun, and I want to output the dump to a file. Here's the code of the sniffer:
#include <stdio.h>
#include <pcap.h>
#define MAX_PACKET_NUM 5
int ...
0
votes
1answer
271 views
Intercept and filter HTTP request
I want to intercept/sniff incoming HTTP request and filter/modify their contents (before they reach the application).
"Fiddler" seems to have this functionality, but for the sake of integration and ...
0
votes
0answers
22 views
DNS on bus configuration
We have 3 hosts on our network, in bus configuration, like that :
A -----------------------------M ----------------------------- B
192.168.0.1 192.168.0.2 ||| 10.0.0.2 10.0.0.1
...
1
vote
1answer
195 views
Building features for Intrusion Detection System using JPCAP
I am doing project on intrusion detection system. I am using JPCAP library to capture packet. Using JPCAP I am able to construct basic features of TCP Connections mentioned in KDD 99 dataset(e.g. ...
0
votes
0answers
163 views
BeagleBoard xm USB Sniffer Project
I am using the code from the BeagleBoard USB Sniffer project (http://www.elinux.org/BeagleBoard/GSoC/USBSniffer ) to build my own project on BeagleBoard xm, what I am trying to do is to build a camera ...
0
votes
0answers
131 views
Send receive packets via Wifi without established wireless network
Is there any option to send and receive packets via wifi, but without established connection.
I want to write app which will listen ether, and sends packets (into ether) if if it's needed.
Naturally, ...
1
vote
2answers
234 views
Iptables sniffing traffic not sent to local machine
I have a switch configured to mirror all traffic to an ethernet interface of a server. I can actually see the packets received with tshark, tcpdump, etc, but iptables doesn't seem to see this traffic. ...
0
votes
1answer
54 views
Is it possible to build sniffer to listen other site responses?
There is a site that filter products by attributes.
I want to log the responses that return to this site (url, ip and sessionid) by all the users.
Is there a way to build a sniffer/crawler that can ...
0
votes
2answers
73 views
sniffer can't find DJANGO_SETTINGS_MODULE
I'm trying to automate the test rerun after a change while developing. After searching around a little sniffer seemed fine. But if I run it my tests fail with this error:
ERROR: Failure: ...
0
votes
1answer
36 views
Send String Safetly from mobile device to C# Server
My App Send to my server User's Facebook Access Token / password.
$.ajax { url:'http://www.mysite.com?accesstoken=**** / pass=**** ....
I know that a sniffers threat would make it dangoures. Is ...
4
votes
1answer
349 views
Why doesn't my program work with different Linux distros?
I'm working on a packet sniffer.
The big problem is that my code works perfectly only under Backtrack 5 R3, but it doesn't work under other distributions! In fact, on Ubuntu 12.10 and ArchLinux, when ...
0
votes
0answers
99 views
Bluetooth spp sniffer
I'm looking for a tool, preferably in Windows, that will allow me to see the byte streams going in and out from the Bluetooth device through SPP. This would be similar to Serial port monitors ...
-2
votes
1answer
159 views
Looking for a virus the uses anti sniffer tools for windows [closed]
As part of my research in the university I am exploring viruses that use anti-forensics tools, and in spesific the anti sniffer tool.
For example, a virus that asks the OS some queries, and if it ...
-2
votes
1answer
242 views
C# sniffer - received data
I tried to write sniffer in C# and in Google I found this tutorial. I added to class TCPHeader
string wiad = Encoding.UTF8.GetString(byTCPData);
if (wiad.Contains("|"))
MessageBox.Show(wiad);
...
0
votes
1answer
226 views
Java Ethernet traffic generator - read Ethernet load
I am developing a Java application to read/write PLC values trough Modbus TCP, I am using modbus4j.
In the same application I want to generate Ethernet TCP traffic, and read the Ethernet load.
Do you ...
1
vote
1answer
233 views
sniffing visited sites and save to a file
I want to log http trafic in some pc connected to my network, in order to know what sites have been visited by the user. This program will run in a company maybe to check that worker don't go to sites ...
1
vote
0answers
129 views
Web usage monitoring with Python
I want to write a script to store and analyze my Internet usage, but beside a simple list of pages visited, i want to include a "coming from" and "going to" for every page, so i can display the data ...
1
vote
3answers
482 views
Sniffer to sniff TCP traffic other than localhost
I need to intercept traffic from my subnet in order to use it for application I'm developing (the application is in C and is sending messages via TCP). Can anyone suggest me a sniffer software which ...
1
vote
1answer
140 views
Wireshark package beginning identification
I have a ".pcapng" binary file, created by Wireshark.
How to detect the beginning of every new package in it?
Is there any specific bytes sequence?
Alternatively, how to detect the end of a ...
0
votes
0answers
501 views
Monitor website traffic - sniffer
I am building small app in C# that needs to monitor traffic to some site, and count time user stays on that website.
I am aware that i need some kind of sniffer for that, but my question is, what ...
0
votes
1answer
360 views
JPCap - cant capture TCP packets
I'm trying to implement a network sniffer using JPCap library.
The problem is, it is capturing only UDP packets of other nodes. The TCP packets are not being captured. (Actually TCP packets of my ...
5
votes
2answers
2k views
How to sniff HTTPS traffic from Android emulator to remote server ?
I want to monitor HTTPS traffic from my application to remote server. I am trying to follow this instruction and it works for HTTP (without s), but not for HTTPS.
What is wrong? Should I write some ...
0
votes
3answers
233 views
Is it possible to use packet sniffers to track GET requests
I'm trying to log ad clicks on my website. When an ad is clicked there is always a GET request to a specific external website. I want my server to be notified as soon as this request is made. So this ...
0
votes
2answers
3k views
Wireshark filter for filtering both destination-source IP address and the protocol
I want to filter Wireshark's monitoring results according to a filter combination of source, destination ip addresses and also the protocol.
So, right now I'm able to filter out the activity for a ...
0
votes
0answers
22 views
How do i add an additional css for the iPad to my child theme?
Does wordpress come with a built in mobile sniffer? I like to add an extra .css if the user browse with an iPad?
Any other tips how to make a non-mobile themeforest template more mobile friendly? In ...
0
votes
1answer
188 views
is there an equivalent sniffer to justniffer for windows?
I use a really cool sniffer for logging all web and mail traffic from the network. It passively captures the traffic and log it in apache access log format.
So i am able to post process log for web ...
2
votes
1answer
197 views
How can I sniff local traffic
I have WAR app A that calls app B. I want to sniff traffic between them. How can I do it? OS: Windows
0
votes
2answers
534 views
Network Sniffer for Windows that attaches to a process
I'm in a need of network sniffer that attaches itself to a process in Windows 7 and sniff through it's networking like ... where it is sending packets to what the packets contain what packets it is ...
1
vote
3answers
826 views
sniff sql data over network
Is it possible to sniff ms-sql data that is transferred over the network?(assuming the connection is not encrypted?)
Trying to use Wireshark to sniff the data on the network, was a bit complex to ...
0
votes
1answer
283 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
111 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
2answers
753 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
470 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 ...
-4
votes
1answer
239 views
Could someone explain these code snippets? [closed]
In the following code, could someone explain to me how the following works?
/*
* sniffex.c
*
* Sniffer example of TCP/IP packet capture using libpcap.
*
* Version 0.1.1 (2005-07-05)
* ...
0
votes
0answers
459 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 ...
1
vote
0answers
214 views
How to write an RS232 sniffer in C# [duplicate]
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 ...
0
votes
3answers
1k 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 ...
