登录 注册
当前位置:主页 > 资源下载 > 50 > sslstrip是一款用于实施SSL剥离攻击的中间人(MITM)工具

sslstrip是一款用于实施SSL剥离攻击的中间人(MITM)工具

  • 更新:2024-09-07 09:47:56
  • 大小:5KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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