From 7735b59782b0648df30c9735491ccefa0ab99ba5 Mon Sep 17 00:00:00 2001 From: hahwul Date: Thu, 22 Sep 2022 22:28:14 +0900 Subject: [PATCH] Add 2 proxy tools --- weapons/evil-proxy.yaml | 12 ++++++++++++ weapons/mitmproxy.yaml | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 weapons/evil-proxy.yaml create mode 100644 weapons/mitmproxy.yaml diff --git a/weapons/evil-proxy.yaml b/weapons/evil-proxy.yaml new file mode 100644 index 0000000..5594e28 --- /dev/null +++ b/weapons/evil-proxy.yaml @@ -0,0 +1,12 @@ +--- +name: EvilProxy +description: A ruby http/https proxy to do EVIL things. +url: https://github.com/bbtfr/evil-proxy +category: tool +type: Proxy +platform: +- linux +- macos +- windows +lang: Ruby +tags: \ No newline at end of file diff --git a/weapons/mitmproxy.yaml b/weapons/mitmproxy.yaml new file mode 100644 index 0000000..626f7c4 --- /dev/null +++ b/weapons/mitmproxy.yaml @@ -0,0 +1,12 @@ +--- +name: mitmproxy +description: An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers. +url: https://github.com/mitmproxy/mitmproxy +category: tool +type: Proxy +platform: +- linux +- macos +- windows +lang: Python +tags: \ No newline at end of file