Foozzi Discoshell Save

a simple discovery script that uses popular tools like subfinder, amass, puredns, alterx, massdns and others

Project README

Discoshell

example workflow made-with-bash

Discoshell [discovery-shell] - is a simple discovery script that uses popular tools such as: subfinder, amass, puredns, massdns, alterx


Description

At the moment Discoshell can discover only live subdomains, generate permutation wordlists and filter wildcard subdomains. asciicast


Usage

Discoshell [discovery-shell]
         v.0.1.0b

Simple utility for discovering subdomains and manipulating the results.

usage: ./discoshell.sh --input string --output string

  -i|--input string       input file name
                          (example: input.txt)
                          required if '-s|--single' was not set

  -s|--single string      single domain
                          (example: site.com)
                          note: you have to use it if you want discover just one domain instead a list
                          required if '-i|--input' was not set

  -o|--output string      output file name
                          (example: output.txt)
                          note: if not set, output will be in stdout

  -rw|--remove-www        removing 'www.' from a subdomain string (for ex: www.site.com, default is disabled)
                          not required


  -h|--help               this message


Requirements

note about amass: you need to use amass v3.23.3

go install -v github.com/owasp-amass/amass/v3/...@master

Installation

git clone https://github.com/foozzi/discoshell && cd discoshell
chmod +x discoshell.sh
./discoshell.sh -s hackerone.com

Tests

First you need to install Bash Automated Testing System

And then:

bats -t tests
Open Source Agenda is not affiliated with "Foozzi Discoshell" Project. README Source: foozzi/discoshell
Stars
75
Open Issues
0
Last Commit
5 months ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating