Skip to content

Commit

Permalink
feat: optimize WPscan by enforcing update and not showing banner
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMosmans committed Jun 23, 2020
1 parent f402972 commit b855bf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions analyze_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,8 @@ def do_wpscan(url, port, options, logfile):
get_binary("wpscan"),
"--format",
"cli-no-color",
"--no-banner",
"--update",
"--ignore-main-redirect",
"--url",
url,
Expand Down

0 comments on commit b855bf4

Please sign in to comment.