Skip to content

Commit

Permalink
fixed ARE engine issue #1855
Browse files Browse the repository at this point in the history
  • Loading branch information
h4sh5 committed Jan 15, 2020
1 parent 3f314fc commit d417645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/main/ar-migrations/008_create_executions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def change
t.text :exec_time
t.text :rule_token
t.boolean :is_sent
t.integer :rule_id
end

end
Expand Down
2 changes: 1 addition & 1 deletion core/main/autorun_engine/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def trigger(rule_ids, hb_id)
end

are_exec = BeEF::Core::Models::Execution.new(
:session => hb_session,
:session_id => hb_session,
:mod_count => modules.length,
:mod_successful => 0,
:rule_token => rule_token,
Expand Down

0 comments on commit d417645

Please sign in to comment.