Roman Hergenreder 4 anni fa
parent
commit
09f85c0e74
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      README.md

+ 2 - 0
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)