AR convert crypto

This commit is contained in:
Ben Passmore
2019-11-03 08:00:29 +10:00
parent 88c488969e
commit 91332844c8

View File

@@ -82,7 +82,7 @@ module Core
begin
id = random_hex_string(8)
BeEF::Core::Models::Dns::Rule.each { |rule| throw StandardError if id == rule.id }
BeEF::Core::Models::Dns::Rule.all.each { |rule| throw StandardError if id == rule.id }
rescue StandardError
retry
end