a

mail@pastecode.io avatar
unknown
php
5 months ago
136 B
1
Indexable
<!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