Sha256: f8f7eecfece50b0cc31d59cb2113b927ef91b792fb86b666d4807ff3bbd5e8d4

Contents?: true

Size: 1.44 KB

Versions: 9

Compression:

Stored size: 1.44 KB

Contents

# CMSScanner

[![Gem Version](https://badge.fury.io/rb/cms_scanner.svg)](https://badge.fury.io/rb/cms_scanner)
[![Build Status](https://img.shields.io/travis/wpscanteam/CMSScanner.svg)](https://travis-ci.org/wpscanteam/CMSScanner)
[![Coverage Status](https://img.shields.io/coveralls/wpscanteam/CMSScanner.svg)](https://coveralls.io/r/wpscanteam/CMSScanner)
[![Code Climate](https://img.shields.io/codeclimate/github/wpscanteam/CMSScanner.svg)](https://codeclimate.com/github/wpscanteam/CMSScanner)
[![Dependency Status](https://img.shields.io/gemnasium/wpscanteam/CMSScanner.svg)](https://gemnasium.com/wpscanteam/CMSScanner)

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

9 entries across 9 versions & 1 rubygems

Version Path
cms_scanner-0.0.38.4 README.md
cms_scanner-0.0.38.3 README.md
cms_scanner-0.0.38.2 README.md
cms_scanner-0.0.38.1 README.md
cms_scanner-0.0.38.0 README.md
cms_scanner-0.0.37.12 README.md
cms_scanner-0.0.37.11 README.md
cms_scanner-0.0.37.10 README.md
cms_scanner-0.0.37.9 README.md