Merge pull request #1623 from SPccman/patch-1

Update 20140821 How to sniff HTTP traffic from the command line on Linux...
This commit is contained in:
Xingyu.Wang 2014-09-14 22:02:46 +08:00
commit 4b34be06dc

View File

@ -1,3 +1,4 @@
SPccman is translating
How to sniff HTTP traffic from the command line on Linux How to sniff HTTP traffic from the command line on Linux
================================================================================ ================================================================================
Suppose you want to sniff live HTTP web traffic (i.e., HTTP requests and responses) on the wire for some reason. For example, you may be testing experimental features of a web server. Or you may be debugging a web application or a RESTful service. Or you may be trying to troubleshoot [PAC (proxy auto config)][1] or check for any malware files surreptitiously downloaded from a website. Whatever the reason is, there are cases where HTTP traffic sniffing is helpful, for system admins, developers, or even end users. Suppose you want to sniff live HTTP web traffic (i.e., HTTP requests and responses) on the wire for some reason. For example, you may be testing experimental features of a web server. Or you may be debugging a web application or a RESTful service. Or you may be trying to troubleshoot [PAC (proxy auto config)][1] or check for any malware files surreptitiously downloaded from a website. Whatever the reason is, there are cases where HTTP traffic sniffing is helpful, for system admins, developers, or even end users.
@ -100,4 +101,4 @@ via: http://xmodulo.com/2014/08/sniff-http-traffic-command-line-linux.html
[2]:http://xmodulo.com/2012/11/what-are-popular-packet-sniffers-on-linux.html [2]:http://xmodulo.com/2012/11/what-are-popular-packet-sniffers-on-linux.html
[3]:http://xmodulo.com/2014/06/monitor-nginx-web-server-command-line-real-time.html [3]:http://xmodulo.com/2014/06/monitor-nginx-web-server-command-line-real-time.html
[4]:http://dumpsterventures.com/jason/httpry/ [4]:http://dumpsterventures.com/jason/httpry/
[5]:http://xmodulo.com/2013/03/how-to-set-up-epel-repository-on-centos.html [5]:http://xmodulo.com/2013/03/how-to-set-up-epel-repository-on-centos.html