A simple bash script that takes a list of websites and tells you which ones uses WordPress CMS
- Clone this repo.
- change directory to the new created directory named WPMassDetector
- Copy your websites url's to the file named sites.
- chmod 775 WPMassDetector.sh
- ./WPMassDetector.sh sites WPsites.txt
- This is an ugly script that I coded to automate a certain task.
- If your websites list is long, then it will take some time to process it.
- I will add Jommla and other CMS detection later.
- Feel free to edit it.