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.
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
- Fork it ( https://github.com/wpscanteam/CMSScanner/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request