From faa7903617d18c189415fa8c827bc375bef80461 Mon Sep 17 00:00:00 2001 From: Boik Date: Mon, 22 Jan 2018 09:54:25 +0800 Subject: [PATCH] add proxy tools --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c92178d..a19dc5a 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ And don't forget to check out my [repos](https://github.com/qazbnm456) 🐾 or s - [Template Injection](#tools-template-injection) - [Detecting](#tools-detecting) - [Preventing](#tools-preventing) + - [Proxy](#tools-proxy) - [Webshell](#tools-webshell) - [Disassembler](#tools-disassembler) - [Others](#tools-others) @@ -441,7 +442,6 @@ And don't forget to check out my [repos](https://github.com/qazbnm456) 🐾 or s ### Penetrating * [Burp Suite](https://portswigger.net/burp/) - Burp Suite is an integrated platform for performing security testing of web applications by [portswigger](https://portswigger.net/). -* [mitmproxy](https://github.com/mitmproxy/mitmproxy) - Interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers by [@mitmproxy](https://github.com/mitmproxy). ### Offensive @@ -484,6 +484,12 @@ And don't forget to check out my [repos](https://github.com/qazbnm456) 🐾 or s * [js-xss](https://github.com/leizongmin/js-xss) - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist by [@leizongmin](https://github.com/leizongmin). + +### Proxy + +* [Charles](https://www.charlesproxy.com/) - HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. +* [mitmproxy](https://github.com/mitmproxy/mitmproxy) - Interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers by [@mitmproxy](https://github.com/mitmproxy). + ### Webshell