Skip to content

Commit 3918acb

Browse files
committed
Changed keyword used when returning
1 parent a0b72bb commit 3918acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/ipboard_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def do_login(user, pass, ip)
6464
else
6565
print_error "Server nonce not present, potentially not an IP Board install or bad URI."
6666
print_error "Skipping #{rhost_or_vhost}.."
67-
return :skip_user
67+
return :abort
6868
end
6969

7070
# With the server nonce found, try to log into IP Board with the user provided creds

0 commit comments

Comments
 (0)