Skip to content

Instantly share code, notes, and snippets.

@LoganTann
Last active May 12, 2021 08:13
Show Gist options
  • Save LoganTann/3b2b293435eb2671cf96690e84db6d19 to your computer and use it in GitHub Desktop.
Save LoganTann/3b2b293435eb2671cf96690e84db6d19 to your computer and use it in GitHub Desktop.
rootme lfi shell
<?php
echo "foobar";
print_r(scandir("."));
echo file_get_contents("index.php");
// foobar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment