Skip to content

Files

Latest commit

95db74f · Jan 31, 2019

History

History
40 lines (38 loc) · 1.03 KB

README.md

File metadata and controls

40 lines (38 loc) · 1.03 KB

Cybscan v0.1.6

  • Scannner for wordpress websites - Many more features will be added further

Installation

Clone or download this repository

git clone https://github.com/cyb3r3x3r/cybscan.git

Now go to the directory and give permission by

cd cybscan
chmod +x cybscan.py

Now install all the required modules from requirements.txt file by

pip install -r requirements.txt

and then run

python cybscan.py

Features

  1. Grab the IP,server info.
  2. Grab the wordpress version info by 5 methods.
  3. Grab the http headers information.
  4. Check the RSS generator.
  5. Check if directory indexing is enabled.
  6. Check if XML-RPC interface is available.
  7. Grab the themes of website and check it for vulnerability
  8. Grab the plugins installed and check them for vulnerability
  9. Check honeypot probability
  10. Crawl the website for link and had a option to save retrieved links
  11. Retrieve all usernames if exist**

Usage

python cybscan.py example.com

Contact me or help me improving this repository...Thanks