Changed keyword used when returning

bug/bundler_fix
Christopher Truncer 2014-08-21 12:34:54 -04:00
parent a0b72bba93
commit 3918acb1e1
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class Metasploit3 < Msf::Auxiliary
else
print_error "Server nonce not present, potentially not an IP Board install or bad URI."
print_error "Skipping #{rhost_or_vhost}.."
return :skip_user
return :abort
end
# With the server nonce found, try to log into IP Board with the user provided creds