Guide For Install WPScan Tool In Termux.
WPSeku is a black box WordPress vulnerability scanner that can be used to scan remote WordPress installations to find security issues.
Installation Commands
pkg up -y
pkg install git -y
pkg install python -y
git clone https://github.com /m4110k/WPSeku
cd WPSeku
pip install -r requirements.txt
python wpseku.py -u domain.com
Here : domain.com = target domain address which you want to scan for vulnerability