-
sslstrip是一款用于实施SSL剥离攻击的中间人(MITM)工具
资源介绍
跳线
这是一种工具,可实现用Go编写的Moxie Marlinspike的SSL剥离攻击。 受启发。
要求
唯一的要求是Go。 没有其他依赖关系,只有该语言的标准库。 我们已经使用了1.9.2版的Go,但是它也可以与其他版本一起使用。 如果遇到问题,请打开问题。
正在安装
$ # clone the repo in your $GOPATH/src/sslstrip
$ cd $GOPATH /src/sslstrip/cli
$ go build main.go
$ ./main -h
Usage of ./main:
-filename string
the output log file or empty for stdout
-log-response
log responses
-port int
port to listen on (default 8000)