0.12
A long-lived project that still receives updates
Framework to provide an easy way to implement CMS Scanners
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.6
~> 13.0
~> 3.12.0
~> 1.3.0
~> 0.22.0
~> 3.18.1
~> 1.26.0

Runtime

>= 1.3, < 1.5
~> 0.3
~> 1.4.1
>= 0.14, < 0.17
>= 1.11.4, < 1.16.0
>= 4.0.3, < 5.1.0
>= 1.10, < 1.14
>= 1.2.2, < 1.4.0
 Project Readme

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