Skip to content

wpscanteam/CMSScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e2fd720 · Feb 23, 2025
Feb 23, 2025
Apr 4, 2022
Jul 19, 2021
Feb 23, 2025
Feb 23, 2025
Nov 16, 2014
Jan 11, 2019
Mar 22, 2021
May 12, 2020
Mar 21, 2019
Jan 26, 2015
Feb 19, 2020
Mar 21, 2019
Feb 23, 2025

Repository files navigation

CMSScanner

Gem Version Build Coverage Status Code Climate

The goal of this gem is to provide a quick and easy way to create a CMS/WebSite Scanner by acting like a Framework and providing classes, formatters etc.

/!\ This gem is currently Experimental /!\

A basic implementation example is available in the example folder.

To start to play with it, copy all its files and folders into a new git repository and run bundle install && rake install inside it. It will create a cmsscan command that you can run against a target, ie cmsscan --url https://www.google.com

Install Dependencies: bundle install

Contributing

  1. Fork it ( https://github.com/wpscanteam/CMSScanner/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request