Raw JavaScript ARE rule

This commit is contained in:
slackr
2018-07-19 14:21:08 -04:00
committed by GitHub
parent aa4a4de118
commit da8d78f40a

View File

@@ -0,0 +1,19 @@
{
"name": "Raw JavaScript",
"author": "wade@bindshell.net",
"browser": "ALL",
"browser_version": "ALL",
"os": "ALL",
"os_version": "ALL",
"modules": [
{"name": "raw_javascript",
"condition": null,
"options": {
"cmd": "alert(0xBeEF);"
}
}
],
"execution_order": [0],
"execution_delay": [0],
"chain_mode": "sequential"
}