What would be a good option to troubleshoot an interaction of browser with a server besides wireshark?
I mean being able to see what the browser sends and receives.
Is firebug a good alternative or is it only for css
and the html
useful?
Asked
Active
Viewed 1.1k times
0

user76678
- 349
- 3
- 5
- 16
-
2Welcome to Server Fault. Unfortunately, we really don't do [product, service and learning material recommendations](http://blog.stackoverflow.com/2010/11/qa) here. – Michael Hampton May 16 '13 at 19:06
-
@MichaelHampton:This is not learning material request or service request or product.I just ask what other collegues. Not what is the best to buy or compare products etc – user76678 May 16 '13 at 19:10
-
1Perhaps you could clarify your question. Are you looking for techniques to troubleshoot HTTP applications without sniffing the network / recording packets? There are debugging environments built into all modern browsers that may help trace or you could use an intercepting proxy like ZAP. – adric May 16 '13 at 19:15
-
@user76678, so what is your question? It sure looks like this. `What product (piece of software) can I use to capture data`. The word product is meant to be generic, and include software, (free or non-free), hardware, services, and so on. Serverfault is about answering technical problems, not being a human powered search engine to help you find software/hardware/etc. – Zoredache May 16 '13 at 21:58
2 Answers
1
Ettercap: http://ettercap.github.io/ettercap/
Kismet: http://sectools.org/tool/kismet/
TCPDump: http://www.tcpdump.org/
To name a few you can try, Ettercap and Kismet are good CLI based sniffers too.

Ben Lavender
- 284
- 1
- 5