added a .first section

This commit is contained in:
Jish
2020-08-03 00:41:19 -04:00
parent 36bd907f99
commit 38b0e44115

View File

@@ -122,7 +122,7 @@ module BeEF
begin
id = params[:id]
hooked_browser = HB.where(:session => id).distinct.order(:id)
hooked_browser = HB.where(:session => id).distinct.order(:id).first
if hooked_browser.nil?
print_error "[XSSRAYS] Invalid hooked browser ID"