From 09f85c0e743bb041d135eee703fa02b13e6e2363 Mon Sep 17 00:00:00 2001 From: Roman Hergenreder Date: Tue, 2 Jun 2020 15:35:03 +0200 Subject: [PATCH] README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38ed9aa..d13438c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This repository contains self-made and common scripts for information gathering, - ssh-check-username.py: Check if user enumeration works for ssh - GitHack.py - [autorecon.py](https://github.com/Tib3rius/AutoRecon) +- subdomainFuzz.sh: Fuzzes subdomains for a given domain ### Enumeration: Privilege Escalation - [LinEnum.sh](https://github.com/rebootuser/LinEnum) @@ -25,4 +26,5 @@ This repository contains self-made and common scripts for information gathering, ### Miscellaneous - upload_file.py: Starts a local tcp server, for netcat usage +- xss_handler.py: Starts a local http server and generates xss payload to steal cookies - [padBuster.pl](https://github.com/AonCyberLabs/PadBuster)