Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wpscanteam/CMSScanner
CMS Scanner Framework
https://github.com/wpscanteam/CMSScanner
Last synced: 3 months ago
JSON representation
CMS Scanner Framework
- Host: GitHub
- URL: https://github.com/wpscanteam/CMSScanner
- Owner: wpscanteam
- License: mit
- Created: 2014-02-06T16:57:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T05:56:34.000Z (4 months ago)
- Last Synced: 2024-07-19T05:20:58.094Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 1.07 MB
- Stars: 126
- Watchers: 19
- Forks: 46
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - wpscanteam/CMSScanner - CMS Scanner Framework (Ruby)
README
# CMSScanner
[![Gem Version](https://badge.fury.io/rb/cms_scanner.svg)](https://badge.fury.io/rb/cms_scanner)
![Build](https://github.com/wpscanteam/CMSScanner/workflows/Build/badge.svg)
[![Coverage Status](https://img.shields.io/coveralls/wpscanteam/CMSScanner.svg)](https://coveralls.io/r/wpscanteam/CMSScanner)
[![Code Climate](https://api.codeclimate.com/v1/badges/b90b7f9f6982792ef8d6/maintainability)](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