Can I check data being uploaded in a Firefox connection to a web site?
Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Can I check data being uploaded in a Firefox connection to a web site?
I use Firefox 3.5.9 and Ubuntu 9.10.
There is a suspicious amount of data (more than a megabyte) being uploaded from my computer whenever I log onto a commercial web site on which I advertise rental properties.
Is there any way I can see the data being uploaded - I am pretty familiar with the Unix/Linux system and commands.
If you want a quick look at requests and responses try Firebug or TamperData, elif you also need to log (and maybe modify?) them try Paros or Burp else tcpdump or wireshark?
I didn't mention that I am on a dial-up modem connection, so there is no network interface for tcpdump to check!
Does anyone know a way to "snoop" on data sent from Firefox with such a connection. There is still a lot of data going out that I don't understand. If I was using Windows rather than Linux I would suspect a virus/worm/etc.
Dial-up connections usually use ppp0, right? Please confirm what interface your dial-up connection is using (run 'ifconfig -a' and paste here if you don't know).
You can point tcpdump to ppp0 (same as if you had an ethernet connection...same method, different interface): tcpdump -i ppp0
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.