Fix response parsing

bug/bundler_fix
Carter 2017-03-29 18:21:12 -05:00 committed by GitHub
parent b36836bb0a
commit 4bdbdc0e00
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class MetasploitModule < Msf::Auxiliary
return
end
score = res.to_s.to_f # Change the score to a float to be able to determine value in the checks
score = res.body.to_f # Change the score to a float to be able to determine value in the checks
if score == 0
print_error("#{tgt} is not a honeypot")