mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-18 01:39:18 -04:00
Merge pull request #385 from righettod/master
Detect reverse proxy inconsistencies Source: https://www.acunetix.com/blog/articles/a-fresh-look-on-reverse-proxy-related-attacks/
This commit is contained in:
commit
916d54df11
1 changed files with 20 additions and 0 deletions
20
Discovery/Web-Content/reverse-proxy-inconsistencies.txt
Normal file
20
Discovery/Web-Content/reverse-proxy-inconsistencies.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
/#/../console/
|
||||
/#/../admin/
|
||||
/#/../manager/html/
|
||||
/#/../manager/text/
|
||||
/..;/console/
|
||||
/..;/admin/
|
||||
/..;/manager/html/
|
||||
/..;/manager/text/
|
||||
#/../console/
|
||||
#/../admin/
|
||||
#/../manager/html/
|
||||
#/../manager/text/
|
||||
..;/console/
|
||||
..;/admin/
|
||||
..;/manager/html/
|
||||
..;/manager/text/
|
||||
../console
|
||||
../admim
|
||||
../manager/html/
|
||||
../manager/text/
|
Loading…
Add table
Reference in a new issue