Sha256: 1952941ff8af1e5b8fbfaee86daf4d0d8017713b86f064a070c61e5a62cd151e

Contents?: true

Size: 1.36 KB

Versions: 1

Compression:

Stored size: 1.36 KB

Contents

# CMSScanner

[![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

1 entries across 1 versions & 1 rubygems

Version Path
cms_scanner-0.0.37.5 README.md