From 2edd38f75d904f8146a09f7719d6d1f9387a4b93 Mon Sep 17 00:00:00 2001 From: carolinewuyan <309866211@qq.com> Date: Mon, 20 Oct 2014 14:10:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E5=AF=B9=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../How to sniff HTTP traffic from the command line on Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translated/tech/How to sniff HTTP traffic from the command line on Linux.md b/translated/tech/How to sniff HTTP traffic from the command line on Linux.md index c45d3e3215..07d6f740f3 100644 --- a/translated/tech/How to sniff HTTP traffic from the command line on Linux.md +++ b/translated/tech/How to sniff HTTP traffic from the command line on Linux.md @@ -20,7 +20,7 @@ $ sudo yum install httpry -如果逆向通过源码来构httpry的话,你可以通过这几个步骤实现: +如果逆向通过源码来构httpry的话,你可以通过这几个步骤实现: $ sudo yum install gcc make git libpcap-devel $ git clone https://github.com/jbittel/httpry.git