Updated requester for AR

This commit is contained in:
Ben Passmore
2019-11-30 15:21:11 +10:00
parent 7c2a56945c
commit b89fbd9268
4 changed files with 12 additions and 64 deletions

View File

@@ -20,7 +20,7 @@ module BeEF
@body = body
# Generate all the requests and output them to the hooked browser
output = []
BeEF::Core::Models::Http.all(:hooked_browser_id => hb.session, :has_ran => "waiting").each { |h|
BeEF::Core::Models::Http.where(:hooked_browser_id => hb.session, :has_ran => "waiting").each { |h|
output << self.requester_parse_db_request(h)
}