coscan

Version, currently master branch1 version
  • master branchlatestApr 8, 2018

github.com/faustinoaq/coscan

A project for scaning target sub-networks

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  coscan:
    github: faustinoaq/coscan
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.24.1
License
MIT
Author
Faustino Aguilar
Target
  • coscan from src/coscan.cr

Dependencies

This version declares no dependencies.

README

COscan

coscan

A project for scaning target sub-networks

Installation

shards build

Usage

./bin/coscan --help
Usage: coscan [arguments]
    -r RANGE, --range=RANGE          Specify scan range
    -u USERNAME, --user=USERNAME     Specify masive target user
    -p PASSWORD, --password=PASSWORD Specify masive target password
    -p PATTERN, --pattern=PATTERN    Specify masive target pattern
    -h, --help                       Show this help

Contributing

  1. Fork it ( https://github.com/faustinoaq/coscan/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 a new Pull Request

Contributors

  • faustinoaq Faustino Aguilar - creator, maintainer