sslstrip:一种实现SSL剥离攻击的MITM工具

时间:2024-05-28 05:48:50
【文件属性】:

文件名称:sslstrip:一种实现SSL剥离攻击的MITM工具

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-28 05:48:50

Go

跳线 这是一种工具,可实现用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)


【文件预览】:
sslstrip-master
----sslstrip.go(7KB)
----LICENSE(1KB)
----cli()
--------main.go(517B)
----README.md(2KB)

网友评论