Skip to content

Commit

Permalink
Revert "Fix logic error in parsing command line args"
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Jan 29, 2017
1 parent aaee6f1 commit b17ee20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpscan.rb
Expand Up @@ -371,7 +371,7 @@ def main
end

# If we haven't been supplied a username/usernames list, enumerate them...
if !wpscan_options.username && !wpscan_options.usernames && wpscan_options.wordlist
if !wpscan_options.username && !wpscan_options.usernames && wpscan_options.wordlist || wpscan_options.enumerate_usernames
puts
puts info('Enumerating usernames ...')

Expand Down

0 comments on commit b17ee20

Please sign in to comment.