Merge pull request #1597 from slackr/master

Raw JavaScript ARE rule
This commit is contained in:
Brendan Coles
2018-07-20 04:27:10 +10:00
committed by GitHub

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"
}