Add special character to bypass file upload restrictions

This commit is contained in:
Francisco Spínola 2023-04-10 17:55:08 +01:00 committed by GitHub
parent 51579a95f4
commit 6a7fb5e4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ Other useful extensions:
4. Try to bypass the protections **tricking the extension parser** of the server-side with techniques like **doubling** the **extension** or **adding junk** data (**null** bytes) between extensions. _You can also use the **previous extensions** to prepare a better payload._
* _file.png.php_
* _file.png.pHp5_
* _file.php#.png
* _file.php%00.png_
* _file.php\x00.png_
* _file.php%0a.png_