Sha256: c0ebbf3411cbb438ccc44a0ee9ba18c7b5e10684fae6b26d9e707bbd0436b396
Contents?: true
Size: 1.35 KB
Versions: 32
Compression:
Stored size: 1.35 KB
Contents
# CMSScanner [](https://badge.fury.io/rb/cms_scanner) [](https://travis-ci.org/wpscanteam/CMSScanner) [](https://coveralls.io/r/wpscanteam/CMSScanner) [](https://codeclimate.com/github/wpscanteam/CMSScanner/maintainability) 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
Version data entries
32 entries across 32 versions & 1 rubygems