On Windows I like using Fiddler to scan TCP streams and save them.
Is there a similar tool to do this under Linux?
|
On Windows I like using Fiddler to scan TCP streams and save them. Is there a similar tool to do this under Linux? |
||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Wireshark is network protocol analyzer and is available for Linux, PC and Mac. Like fiddler it allows you to scan TCP streams and allows deep inspection of hundreds of protocols. Please take a look at features in the about page. |
|||||
|
|
Check out Charles - it runs on Linux as well.
|
|||||
|
|
OWASP Zed Attack Proxy is a little different in theory but you can find the same functions and many more security-related ones. Its main aim is to help you find vulnerabilites in web applications and information gathering are very similar to Fiddler or Charles (Proxying, analysing and geenrating POSTs, etc.) It's also a free and open source tool (Apache License 2.0). |
|||
|
|
|
Maybe Burp Suite fits your needs? has a free version: http://portswigger.net/burp/download.html |
|||
|
|