Try the following steps to install CMSeek on your kali Linux
sudo apt install cmseek
You might get an error on newly installed Kali linux
Unable to locate package cmseek
Use the following command:
sudo apt-get update
Then use the command
sudo apt -y install cmseek
Working on CMSeek
Search for CMS based websites
inurl wp-admin.php
cmseek - http://bmi.ym.edu.tw
You might get the error as below:
cmseek -u sitename --random-agent
fruitforest.in
WPscan
Scan
wpscan --url sitename --random-agent
Enumerate users:
wpscan --url sitename -e
wpscan --url sitename --username name
--wordlist /path/wordlist.txt
No comments:
Post a Comment