Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion command-injection-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ generate:
#- "$(ping$IFS$9-c1$IFS$9DNS_MARKER)"

- method:
- postfix
- replace

detect:
Expand Down
1 change: 0 additions & 1 deletion command-injection-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ generate:
# - "\"|%PROGRAMFILES:~10,-5%set%PROGRAMFILES:~10,-5%/a%PROGRAMFILES:~10,-5%CALC_MARKER\""

- method:
- postfix
- replace

detect:
Expand Down
2 changes: 1 addition & 1 deletion ssti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ generate:
- payload:
- ${CALC_MARKER}{php}echo CALC_MARKER;{/php}{{CALC_MARKER}}${{CALC_MARKER}}<%= CALC_MARKER %>
- method:
- postfix
- replace
detect:
- response:
- body: CALC_MARKER
Expand Down
2 changes: 1 addition & 1 deletion stored-xss-oob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ generate:
- "><img src=\"http://DNS_MARKER\"><"
- "><script src=\"http://DNS_MARKER\"></script>"
- method:
- postfix
- replace
detect:
- delayed_oob:
- dns
Expand Down