Last active
June 22, 2021 21:07
-
-
Save andrefs/e004a6ef876454358a7a2cf5e4224e27 to your computer and use it in GitHub Desktop.
hacker101_cody.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$title = "testTitle"; | |
echo "ola"; | |
system("ls -a > test.php"); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment