Skip to content

Commit 89a787a

Browse files
Merge pull request #83 from wallarm/stored-xss-detect
add stored xss oob detect
2 parents 12e4e08 + 5eaa1e5 commit 89a787a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

stored-xss-oob.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
generate:
2+
- payload:
3+
- "><img src=\"http://DNS_MARKER\"><"
4+
- "><script src=\"http://DNS_MARKER\"></script>"
5+
- method:
6+
- postfix
7+
detect:
8+
- delayed_oob:
9+
- dns
10+
meta-info:
11+
- applicable_for:
12+
- attack_rechecker
13+
- threat: 70
14+
- type: xss

0 commit comments

Comments
 (0)