Merge pull request #1957 from beefproject/are_new_execution_error

ARE New Zombie Execution Error
This commit is contained in:
jcrew99
2020-07-09 10:26:59 +10:00
committed by GitHub

View File

@@ -92,7 +92,7 @@ module BeEF
:rule_token => rule_token,
:mod_body => wrapper,
:is_sent => false,
:rule_id => rule_id
:id => rule_id
)
are_exec.save!
# Once Engine.check() verified that the hooked browser match a Rule, trigger the Rule ;-)