强大的Web渗透工具Burpsuite和Zaproxy

一、Burpsuite

官方主页:https://portswigger.net/

功能介绍:
Proxy——是一个拦截HTTP/S的代理服务器,作为一个在浏览器和目标应用程序之间的中间人,允许你拦截,查看,修改在两个方向上的原始数据流。
Spider——是一个应用智能感应的网络爬虫,它能完整的枚举应用程序的内容和功能。
Scanner[仅限专业版]——是一个高级的工具,执行后,它能自动地发现web 应用程序的安全漏洞,例如扫描网页注入点等。
Intruder——是一个定制的高度可配置的工具,对web应用程序进行自动化攻击,如:枚举标识符,破解登陆用户名密码、收集有用的数据,以及使用fuzzing 技术探测常规漏洞。
Repeater——是一个靠手动操作来补发单独的HTTP 请求,并分析应用程序响应的工具。
Sequencer——是一个用来分析那些不可预知的应用程序会话令牌和重要数据项的随机性的工具。
Decoder——是一个进行手动执行或对应用程序数据者智能解码编码的工具。
Comparer——是一个实用的工具,通常是通过一些相关的请求和响应得到两项数据的一个可视化的“差异”。
Extender–可以集成大量的扩展插件,丰富的应用程序接口,包括SQLmap、sslscan、CSRF scanner、xss scaner等。

企业版和专业版需要注册才可以下载,并且接收的邮箱必须为企业邮箱,163、qq、outlook、gmail等邮箱不支持,下面给出了Free Edition版本的下载地址:

https://portswigger.net/burp/communitydownload

https://portswigger.net/burp/releases/download?product=community&version=1.7.36&type=jar

https://portswigger.net/burp/releases/download?product=community&version=1.7.36&type=windowsx86

https://portswigger.net/burp/releases/download?product=community&version=1.7.36&type=linux

https://portswigger.net/burp/releases/download?product=community&version=1.7.36&type=macosx

https://portswigger.net/burp/releases/download?product=community&version=1.7.36&type=windowsx64

二、Zaproxy(The OWASP Zed Attack Proxy (ZAP))

1、https://github.com/zaproxy/zaproxy                  (源代码)

2、https://github.com/zaproxy/zap-extensions/  (扩展)

标准版 2.7 下载地址如下:

https://github.com/zaproxy/zaproxy/releases/download/2.7.0/ZAP_2_7_0_windows.exe

https://github.com/zaproxy/zaproxy/releases/download/2.7.0/ZAP_2_7_0_windows-x32.exe

https://github.com/zaproxy/zaproxy/releases/download/2.7.0/ZAP_2_7_0_unix.sh

https://github.com/zaproxy/zaproxy/releases/download/2.7.0/ZAP_2.7.0_Linux.tar.gz

https://github.com/zaproxy/zaproxy/releases/download/2.7.0/ZAP_2.7.0.dmg

https://github.com/zaproxy/zaproxy/releases/download/2.7.0/ZAP_2.7.0_Crossplatform.zip

转载于:https://www.cnblogs.com/heycomputer/articles/10229840.html

你可能感兴趣的:(强大的Web渗透工具Burpsuite和Zaproxy)