Sniffing is an eavesdropping attempt which consists of capturing packets transmitted through a third party network and reading the data in search of confidential information.
-6
votes
0answers
35 views
I want a library for droping all packet recived in network card on windows [closed]
I want to drop all packet.Is it possible?I want a library for droping all packet recived in network card on windows.I want to program in c++.
0
votes
1answer
8 views
My Lan Port making lots of Http requests when internet cable connected
i use internet in two ways. One is with wifi and other is with LAN cable. i use fiddler frequently for debugging my web project. Recently from past 2days, i found that when i connected LAN cable to my ...
0
votes
2answers
27 views
MS SQL Security when accessed remotely
I am planning to make a VB.Net application that is hard coded to access an MS SQL database hosted remotely on a web server. Is there a way for someone using some packet sniffing (I think it is called) ...
-3
votes
0answers
27 views
Change packet content as a router, a simple way to do it? [closed]
I tried to change the content of packets passing through my gateway.
i saw that Ettercap was not able to accomplish this task since it has problems with running in offensive mode on gateways.
...
-1
votes
2answers
62 views
Protecting your api key in android
I was making an application using TMDB api and have been making a few REST requests in order
to fetch the requested data. I was wondering if it was possible for a hacker to sniff the url and retrieve ...
-2
votes
0answers
33 views
Get Outgoing IP address destinations from server [closed]
I am by no means a network expert but have been forced to take on a task at work that has me stumped. If I have a third party application on my computer or a web based application (i.e Online Banking) ...
0
votes
1answer
78 views
Fiddler and Monitoring Web Service Traffic
I am trying to monitor a web service request and response using Fiddler. However, it seems that it is not capturing anything.
How can I configure Fiddler to capture the web service call and request ...
0
votes
1answer
33 views
Promisc mode on vm from windows host [closed]
I have a Ubuntu vm running on a windows 8 host (using vmware workstation).
I am trying to put the nic in promisc mode to see packets in the wifi network.
I cant seem to see packets from the host.
Is ...
-2
votes
1answer
43 views
How to sniff the network traffic when victims' static ARPs are on [closed]
For example, if there is a network with three computers connected to the same switch, Alice, Bob, and Eve. If Alice and Bob add each other on their own ARP list as a static ARP entry, and Eve still ...
2
votes
2answers
195 views
Getting browser history with Javascript?
This question has been asked many times but most of those questions are old.
I have tried several different techniques:
a:visited {} /* read computed style - always returns :link color*/
a:visited ...
0
votes
1answer
73 views
Intercept TCP and UDP traffic localhost
Is there a way to intercept TCP and UDP traffic that is inside localhost on Windows in C#? For example an app running on localhost sending messages through TCP and/or UDP on localhost... I need to ...
0
votes
0answers
27 views
Get encryption type for wlan with tcpdump
How can I get the actual encryption type sent in Beacons from tcpdump? I have searched the manpage entry, Google, and website for tcpdump and pcap to no avail. I have the snaplen set to the highest ...
0
votes
1answer
801 views
Direction on setting up fiddler and Bluestacks
Does anyone know how to set up fiddler to monitor/sniff traffic from bluestacks? I've seen that other mention that it can be done, but need some direction on configuring fiddler or configuring ...
0
votes
0answers
73 views
ettercap for android - cant compile filter
I am using ettercap for android
http://forum.xda-developers.com/showthread.php?p=19511261
and i am unable to compile filter with command
# ./etterfilter filter -o filter_temp
it says no such ...
0
votes
2answers
140 views
Sniffing 802.11 and 3G network
I'm doing some experiments over 802.11 and 3G/GSM networks. So that, my machine has to "sniff" traffic both wlan and 3G network. On the Wlan i think i can manage that by using wireshark. But, 3G ...
3
votes
1answer
153 views
Is there a low level Network library to sniff and change network traffic?
I am looking for a way to sniff network packets and encode them with C# (in summary: alter network traffic).
I don't know how to explain my request but I need something like "Keyboard Hook".
Is ...
0
votes
1answer
46 views
How do I send HTTP request on behalf of some other machines in my local network?
I have a local network, I can monitor all traffics there. Bandwidth for each user is limited, and usually all computers are NOT using their total bandwidth. So, if I can find a way to send requests on ...
0
votes
1answer
76 views
The Password between server & client is being passed in clear text
The password between server & client is being passed in clear text when SSL is already activated. The security tester is saying that, the password can be seen in network layer. Where, it is ...
1
vote
1answer
105 views
pcap_lookupdev undefined
I am developing for OSX 10.8. I just installed libpcap via MacPorts and tried running a simple device hunter (below)
#include <stdio.h>
#include <pcap.h>
int main(int argc,char *argv[])
...
2
votes
0answers
182 views
Android: Set up a local VPN, used to intercept packets
I want to intercept packets and get the IP/Port numbers, along with the PID/UID of the connection. Things I'm thinking about and what not below...
VpnService: When using the app tPacketCapture, you ...
0
votes
1answer
43 views
Determining user's page viewing time by sniffing traffic
When a user request for a page (page request), browser request for several other components within that page (inline requests), i.e. images, CSSs, JSs, ...
By just sniffing the traffic between ...
1
vote
1answer
124 views
how to capture ssl traffic using SharpPcap
SharpPcap is a great library. I'm building http packet viewer for linux using it and it works fine! However is it possible to capture and decrypt ssl traffic? From one hand it would be exactly what ...
0
votes
1answer
436 views
cacerts.bks does not exist
I have rooted my Android (4.0.4) phone and installed an app which proxies all HTTP traffic through my computer. This works fine and I can see and modify all HTTP requests. But HTTPS-traffic does not ...
0
votes
0answers
34 views
how to change a wlan network name and password in ubuntu?
how do you change a wlan network name and password in ubuntu?
I changed and saved the password in Network Manager window, but it does not work with the
new password.
2
votes
0answers
75 views
Want to Modify/MiTM for RTP traffic between two interface [closed]
I am running linux machine between two IP Phone with Two NIC card's. all of the traffic passthroug between eth0 and eth1 should move through TCP/IP stack.currently,IP-forwarding is enabled in linux ...
0
votes
1answer
111 views
Way to get packet count on a network with C
Is it possible to code a way to make a packet counter for the whole network, similar to Wireshark's packet count while choosing the interface. The main thing being that I want a packet count of the ...
2
votes
2answers
148 views
how does HTTP “session” reconstruction work?
I have found this tool online: http://www.unleashnetworks.com/products/unsniff.html
How does this work? Are they assuming that all HTTP traffic for a session occurs in the same TCP session, and then ...
0
votes
0answers
101 views
Python, mechanize & HTTPS: socket dump as a proof of data authenticity?
I'm thinking of recording a whole HTTPS session, publishing its encryption keys and presenting it to third parties as a proof that this particular data was sent by a given server identifying itself ...
0
votes
1answer
36 views
Why would someone scan for “/mstatic/sales/css/sales.css?v=6”?
Why would a random IP in China try to send a request for my web server at "/mstatic/sales/css/sales.css?v=6" ? What would they be scanning for ?
2
votes
1answer
113 views
IEEE 1394/Firewire sniffers?
Does anybody know any software (for win7 or winXP) that will allow me to capture or simply see data transferred between Firewire device and Application.
I wish to see data streams between my (ASIO) ...
0
votes
1answer
292 views
Network sniffer on iOS
I need to do video streaming to iPhone.
However, I don't have a homebrewed application playing the H.264 stream yet.
I have to understand first, how much delay there's for iPhone to receive the first ...
1
vote
0answers
54 views
How to sniff packets in GWT?
I'm looking for a way to sniff packets in GWT or is there any other way to perform this task. I want to show a tree map of the incoming packets based on their size . One way which I thought is to use ...
0
votes
0answers
56 views
Relate HTTP Requests and Responses (to find url for response)
I'm developing a KEXT using NKE on mac. I'm monitoring HTTP packets. I can read packets data for HTTP requests and responses, but I need a way to relate the requests and responses to each other in ...
0
votes
1answer
91 views
Sniff local network iOS game host
I am having a little issue right here.
I want to sniff an iOS game that makes an ad-hoc connection to another iOS device using the local network to get multiplayer, but I am unable to sniff these ...
1
vote
3answers
2k views
How to intercept packets sent by a application and check what they have? [closed]
I would like to know how can I intercept packets sent by a certain application and then to check what those packets contain?
I need some advice what to do because I never did that I want to learn for ...
0
votes
0answers
67 views
Sniff and decode the live java objects over a network
Is there any tool available to the sniff and decode the live java object / transacrion over the network.plz assist.
0
votes
0answers
85 views
What is the best way to sniff HTTP traffic between sites on the same IIS host?
I'm doing some work for a place that runs a whole bunch of webservices on the same IIS server as their frontend (They're in the same app pool too, but I can change that if necessary).
What's the ...
0
votes
1answer
226 views
Replacing a dll in a SilverLight application (xap) for the purpose of sniffing traffic
I'm trying to understand how a Silverlight app communicates with its server. Communication is encrypted. I would like to see how messages look like before encryption. I came up with this idea: when ...
1
vote
3answers
936 views
Raw Socket promiscuous mode not sniffing what I write
I am writing a program with a Raw Socket in promiscuous mode and I need the raw socket not sniff the packet I send. I need to read only the data over the ethernet rx wire (not the tx wire). It's ...
0
votes
0answers
22 views
Cross-platform Network Sniifer
I am creating a cross-platform application (Windows and Mac) that on the local area connection. My question is on how to best create this application:
Architecture:
I am planning on taking a MVC ...
0
votes
3answers
130 views
How to prevent a signed request from being used again?
Let's say Bob sent this HTTP request to an API to update his email:
/user/update?email=bob@example.com&userid=1234&sig=x1zz645
Now a sniffer named Zerocool recorded this request for later ...
1
vote
1answer
303 views
HTTPS / SSL sniffing
i am using Backtrack5 for this ..but am stuck ...i am not able to get the data i want, i am using Ettercap and SSL Strip for this...
Does any one here any idea of how to do it ?
3
votes
1answer
542 views
Understanding Tcpdump filter & bit-masking
I am trying to sniff the http headers by using tcpdump.
This filter works well but I can't understand it -
(((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)
I've ...
0
votes
2answers
60 views
List cannot be copied
I am using the sniff() function of Scapy to sniff packet from the ethernet. I store it in a variable called pkt. Later I want to make a copy of the same by appending contents of pkt in another ...
0
votes
1answer
133 views
Sniffing/recording application layer only
I am looking for a tool (preferably on Linux) that can sniff UDP traffic and record only the application layer to file(s).
I couldn't make tcpdump/wireshark to do so, as they always write the lower ...
0
votes
1answer
164 views
Detect Blackberry pre OS 7
I need to be able to detect if my webpage is running on a blackberry before OS 7.
I need to be able to tell a user that certain elements will no function correctly.
Is this possible?
0
votes
1answer
160 views
Redirect webpage to the mobile version using Android custom browser
I'm implementing a browser for Android. What I need to do is to find out whether the website I'm visiting has a mobile version or not. If the mobile version is available I should be able to redirect ...
0
votes
3answers
442 views
can we sniff some program's network traffic?
I want to develop a program in c# that can target and application or port's traffic and tries to view that traffic.For example,I select example.exe program in my application and it gives me it's ...
-3
votes
1answer
458 views
Android wireless AP sniffing [closed]
I would love to write a program that can be able to sniff passwords and login credentials off an android wireless AP but am kind of stuck since android is still a new field to me. does any one have an ...
0
votes
0answers
181 views
Sniff COM Port in Windows mobile device
i want to log the outgoing bluetooth messages from an windows mobile 6.5 application , i thought to sniff the COM port so i found PortMon but i don't know how i could run it in windows mobile.
if not ...