35

I'm looking for a good and famous web debugging proxy that can logs all HTTP(S) traffic. Like a fiddler for Windows. I found that it doesn't work on Ubuntu.

So is there any one for Ubuntu?

Jorge Castro
  • 73,717
Alex Malex
  • 2,692
  • 9
  • 28
  • 26

8 Answers8

13

NetTool is a developer tool for monitoring and manipulating application-level network messages, particularly useful for debugging web applications and web services. There are two components to NetTool: the HTTP Client, and the TCP Tunnel.1

Paros is for web application security assessment. It is free of charge and completely written in Java. Through Paros's proxy nature, all HTTP and HTTPS data between server and client, including cookies and form fields, can be intercepted and modified.2

1Source:Sourceforge

1Source:Paroproxy

Mitch
  • 109,787
7

Fiddler is now available for linux and Mac through its Mono port. All instructions available here

Naz
  • 171
6

I find Burp Suite really handy. It is not Open Source but it is written in Java (works everywhere) and it has community edition. Supports HTTPS, other features are called Essential manual tools

lechup
  • 169
6

You can try Charles Proxy.

I've been using it a while and it works well.

kervin
  • 1,451
4

NetTool is one the best tools as Suggested by Mitch

You should also try out Webscarab. WebScarab is a framework for analysing applications that communicate using the HTTP and HTTPS protocols.

devav2
  • 37,290
0

I used the free tool wire shark. https://www.wireshark.org/. Good alternative!

Anwar
  • 77,855
0

I'm wondering why nobody mentioned good old LiveHTTPHeaders, which is a browser addon available for Firefox and Chrome. It allows you to view and modify http headers.

domih
  • 265
0

Proxy.app

Betwixt - based on Chrome DevTools interface

Some additional options located on StackOverflow.