diff --git a/bbot/modules/wpscan.py b/bbot/modules/wpscan.py index 4f1a63a1b5..56559a0498 100644 --- a/bbot/modules/wpscan.py +++ b/bbot/modules/wpscan.py @@ -58,7 +58,8 @@ class wpscan(BaseModule): }, { "name": "Install wpscan gem", - "gem": {"name": "wpscan", "state": "latest", "user_install": False}, + # we install globally because installing to a user's home dir is unpredictable across different distros and often missing from PATH + "shell": "gem install wpscan --no-user-install", "become": True, }, ]