Project

rangescan

0.01
No commit activity in last 3 years
No release in over 3 years
A CLI tool to scan websites on a specific IP range
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1
~> 0.8
~> 0.1
~> 13.0
~> 3.9
~> 3.9

Runtime

~> 1.26
~> 0.52
~> 0.8
~> 1.0
 Project Readme

rangescan

Gem Version Build Status Coverage Status CodeFactor

A CLI tool to scan websites on a specific IP range and filter the results by a regexp.

Installation

gem install rangescan

Usage

$ rangescan
Commands:
  rangescan help [COMMAND]                      # Describe available commands or one specific command
  rangescan scan [IP_WITH_SUBNET_MASK, REGEXP]  # Scan an IP range & filter by a regexp

$ rangescan help scan
Usage:
  rangescan scan [IP_WITH_SUBNET_MASK, REGEXP]

Options:
  [--host=HOST]                      # Host header
  [--port=N]                         # Port
  [--scheme=SCHEME]                  # Scheme (http or https)
  [--timeout=N]                      # Timeout in seconds
  [--user-agent=USER_AGENT]          # User Agent
  [--verify-ssl], [--no-verify-ssl]  # Whether to verify SSL or not
  [--max-concurrency=N]              # Concurrency limit for HTTP requests to scan

Scan an IP range & filter by a regexp (default regexp = .)

License

The gem is available as open source under the terms of the MIT License.