Bypass 403 [3]

Add 1 tip
pull/3/head
Muhammad Daffa 2020-09-17 22:55:57 +07:00 committed by GitHub
parent c972fd33ce
commit 4a3d3210b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -41,4 +41,14 @@ Try this to bypass
http://target.com/admin..;/
```
Source: [https://twitter.com/iam_j0ker]()
5. Try to uppercase the alphabet in the url
```
http://target.com/admin
```
Try this to bypass
```
http://target.com/aDmIN
```
Source: [@iam_j0ker](https://twitter.com/iam_j0ker)