nogotofail-Nogotofail是Google的一个网络安全测试工具

nogotofail-Nogotofail是Google的一个网络安全测试工具. 旨在帮助开发人员和安全研究人员发现和修复TLS/SSL的弱连接,设备和程序之间敏感的明文传输,提供一个灵活的,可伸缩的,功能强大的方式

Python 测试工具

访问GitHub主页

共2631Star

详细介绍

nogotofail

Nogotofail is a network security testing tool designed to help developers and security researchers spot and fix weak TLS/SSL connections and sensitive cleartext traffic on devices and applications in a flexible, scalable, powerful way. It includes testing for common SSL certificate verification issues, HTTPS and TLS/SSL library bugs, SSL and STARTTLS stripping issues, cleartext issues, and more.

Design

Nogotofail is composed of an on-path network MiTM and optional clients for the devices being tested. See docs/design.md for the overview and design goals of nogotofail.

Dependencies

Nogotofail depends only on Python 2.7 and pyOpenSSL>=0.13. The MiTM is designed to work on Linux machines and the transparent traffic capture modes are Linux specific and require iptables as well.

Additionally the Linux client depends on psutil.

Getting started

See docs/getting_started.md for setup and a walkthrough of nogotofail.

Discussion

For discussion please use our nogotofail Google Group.

推荐源码