Fix missed var

bug/bundler_fix
William Vu 2014-09-25 01:19:14 -05:00
parent e051cf020d
commit 790df96396
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Metasploit4 < Msf::Auxiliary
'agent' => user_agent
)
return if (res && res.body.include?(agent))
return if (res && res.body.include?(user_agent))
if res && res.body =~ /#{marker}(.+)#{marker}/m
print_good("#{peer} - #{$1}")