vision

Version, currently main branch1 version
  • main branchlatestMay 9, 2022

github.com/vidner/vision

Nobody see your vision, they walking around blindfolded

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  vision:
    github: vidner/vision
    branch: main

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

Then run:

shards install

shard.yml

Crystal
1.4.0
License
MIT
Author
vidner
Target
  • vision from src/vision.cr

Dependencies

Runtime Dependencies

  • dns*gitlab: jgillich/crystal-dns
  • dotenv*github: drum445/dotenv
  • discordcr*github: shardlab/discordcr
  • ipaddress*github: sija/ipaddress.cr

README

vision

when subdomain-enumeration meet port-scan

Installation

install crystal

shards build

Usage

Usage: vision [arguments]
    -t TARGET, --target=TARGET       Target to scan (subnet, ip, domain)
    -l TARGET, --list=TARGET         List of target separated by newline
    -c, --complete                   Deep scan for domain target
    -v, --version                    Show vision version
    -d, --discord                    Run discord bot
    -h, --help                       Show this help

Contributing

  1. Fork it (https://github.com/vidner/vision/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