old htb folders
This commit is contained in:
2023-08-29 21:53:22 +02:00
parent 62ab804867
commit 82b0759f1e
21891 changed files with 6277643 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#nmap
## Brutefoce Community Strings
### nmap
```
sudo nmap -sU --script snmp-brute IP --script-args 'snmp-brute.communitiesdb=/usr/share/wordlists/seclists/Discovery/SNMP/common-snmp-community-strings.txt,snmp.version=v2c' -v -p 161
```

View File

@@ -0,0 +1,15 @@
#wfuzz
## Subdomain Fuzzing
### wfuzz
```
wfuzz -H "Host: FUZZ.domain" --hc 302,400 -c -z file,"/usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt" http://mentorquotes.htb/
```
## On SSRF
### Hidden Services Fuzzing
wfuzz -c -z range,1-65535 --hh 0 'HOST/ssrf?url="http://localhost:FUZZ/"'