Skip to content

Commit

Permalink
Sprint Boot Actuator feature and Host Header Injection updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Sanchez authored and Miguel Sanchez committed Nov 8, 2024
1 parent 448b587 commit 473b000
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ Host Header Injection
```
python3 spyhunt.py -hh domains.txt
```
Host Header Injection With proxy
```
python3 spyhunt.py -hh domains.txt --proxy http://proxy.com:8080
```
Directory Brute Forcing
```
python3 spyhunt.py --directorybrute domain.com --wordlist list.txt --threads 50 -e php,txt,html -x 404,403
Expand Down

0 comments on commit 473b000

Please sign in to comment.