Sha256: dd900ca8d78082993b0779a5afd77e445421e464da46c9bbc4cd53b3907da3e3

Contents?: true

Size: 709 Bytes

Versions: 5

Compression:

Stored size: 709 Bytes

Contents

# Gengiscan

Gengiscan is a CMS fingerprinting tool using Generator meta tag and Seerver HTTP response header to tell the technology behind a CMS serving a target website.
No intrusive attacks are performed, just a plain GET using Net::HTTP standard ruby library

## Installation

To install gengiscan gem

    $ gem install gengiscan

## Usage

Using gengiscan it's easy:

    require 'gengiscan'
    puts Gengiscan.new.detect("http://www.targetcms.com")[:generator]

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gengiscan-0.60.1 README.md
gengiscan-0.50.0 README.md
gengiscan-0.40.0 README.md
gengiscan-0.30.0 README.md
gengiscan-0.20.0 README.md