Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengbaoyang committed Jun 15, 2016
2 parents 1db4ed4 + bcbff1c commit dfeca3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Binary file added goproxy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@ gomitmproxy是想用golang语言实现[mitmproxy](https://mitmproxy.org/),主
* http代理

```bash
gomitmproxy
gomitmproxy
```
不带任何参数,表示http代理,默认端口8080,更改端口用 -port
不带任何参数,表示http代理,默认端口8080,更改端口用 -port

* http抓包

```bash
gomitmproxy -m
gomitmproxy -m
```

加-m参数,表示抓取http请求和响应
![fetch http](https://raw.githubusercontent.com/sheepbao/gomitmproxy/develop/goproxy.png)

加 -m 参数,表示抓取http请求和响应

* http代理科学上网

Expand Down

0 comments on commit dfeca3c

Please sign in to comment.