Hi,
I need to sniff packets traveling through my computer... I just need to see header data, GET, POST data and so on.. what software do you recomend? It would be great if it was free.
Thanks!
web sniffer
Moderator: General Moderators
- AbraCadaver
- DevNet Master
- Posts: 2572
- Joined: Mon Feb 24, 2003 10:12 am
- Location: The Republic of Texas
- Contact:
Re: web sniffer
Use Firefox and http://livehttpheaders.mozdev.org/ or there may be a header sniffer in Firebug which is very handy anyway.fredass wrote:Hi,
I need to sniff packets traveling through my computer... I just need to see header data, GET, POST data and so on.. what software do you recomend? It would be great if it was free.
Thanks!
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
- flying_circus
- Forum Regular
- Posts: 732
- Joined: Wed Mar 05, 2008 10:23 pm
- Location: Sunriver, OR
Re: web sniffer
Ireally like webscarab. It gets set up as a proxy and you can modify headers on each request.
WebScarab
WebScarab
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: web sniffer
fiddler2 has always been my favorite for "sniffing" http traffic.