wpscanteam / wpscan

WPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites. Contact us via contact@wpscan.com
https://wpscan.com/wordpress-cli-scanner
Other
8.5k stars 1.25k forks source link

WPScan from Raspberry PI running as Docker Image running into errors #1675

Closed Sascha-Block closed 2 years ago

Sascha-Block commented 2 years ago

Before submitting an issue, please make sure you fully read any potential error messages output and did some research on your own.

Subject of the issue

When I want to run WPScan from an Raspberry PI running as Docker Image not working

Your environment

Steps to reproduce

Installing lastest WPScan Version:

docker pull wpscanteam/wpscan

Executing Docker WPS Image with command:

docker run -it --rm wpscanteam/wpscan --url https://a-word-press-domain.com/ --enumerate u

Expected behavior

Execution of command with response of usernames

Actual behavior

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested
standard_init_linux.go:228: exec user process caused: exec format error

What have you already tried

sudo apt update plus sudo apt upgrade sudo apt install -y yarn

firefart commented 2 years ago

Hi @Sascha-Block , I've added some more architecures to our docker image: https://hub.docker.com/repository/docker/wpscanteam/wpscan/tags?page=1&ordering=last_updated

If you pull the latest image again you should be able to run wpscan on an arm/v7 platform now