Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 587 Bytes

File metadata and controls

15 lines (13 loc) · 587 Bytes

WPMassDetector

A simple bash script that takes a list of websites and tells you which ones uses WordPress CMS

Usage

  1. Clone this repo.
  2. change directory to the new created directory named WPMassDetector
  3. Copy your websites url's to the file named sites.
  4. chmod 775 WPMassDetector.sh
  5. ./WPMassDetector.sh sites WPsites.txt

Notes

  1. This is an ugly script that I coded to automate a certain task.
  2. If your websites list is long, then it will take some time to process it.
  3. I will add Jommla and other CMS detection later.
  4. Feel free to edit it.