Skip to content

Repository files navigation

add symlink to user bin

sudo find /opt/bin -name '*.sh' -exec sh -c 'ln -s "$1" "/usr/bin/$(basename "$1" .sh)"' _ {} \; #symlink
sudo chmod +x /opt/bin/*.sh # add permissions

help

color me

Usage: color_me [color] 'text' or color_me -c [color] 'text'
Available colors: black 0;30 red 0;31 green 0;32 yellow 0;33 blue 0;34 magenta 0;35 cyan 0;36 white 0;37 gray 1;30 light_red 1;31 light_green 1;32 light_yellow 1;33 light_blue 1;34 light_magenta 1;35 light_cyan 1;36 light_gray 1;37 dark_gray 90 dark_red 91 dark_green 92 dark_yellow 93 dark_blue 94 dark_magenta 95 dark_cyan 96

enumerate subdomains

Usage: ./enumerate_subdomains.sh [OPTIONS] -I <input_file>

    Options:
    -I, --input <file>      Specify input file (mandatory, eg. wildcards).
    -O, --output <file>     Specify output file for results (default: subdomains).
    -H, --help              Display this help message.

generate dork links

    Input Feed:
    -oR,  --organization <org>      Specify a single organization.
    -L,   --list <file>             Specify a file with a list of organizations.

    Output:
    -O,   --output <word>           Prepend a word to the output filenames.
    -oGh, --output-github <file>    Specify output file for GitHub links.
    -oGg, --output-google <file>    Specify output file for Google links.
    -oSh, --output-shodan <file>    Specify output file for Shodan links.
    -oWb, --output-wayback <file>   Specify output file for Wayback links.

    Dorking types:
    -gH,  --github                  Generate GitHub dork links.
    -gG,  --google                  Generate Google dork links.
    -gS,  --shodan                  Generate Shodan links.
    -gW,  --wayback                 Generate Wayback Machine links.
    -A,   --all                     Generate all dork links.
    -aP,  --api                     Use API-specific wordlists.

    Custom Wordlist:
    -wGh, --wordlist-github <file>  Specify GitHub wordlist file.
    -wGg, --wordlist-google <file>  Specify Google wordlist file.
    -wSh, --wordlist-shodan <file>  Specify Shodan wordlist file.
    -wWb, --wordlist-wayback <file>  Specify Wayback wordlist file.

    Help:
    -H,   --help                    Display this help message.

message discord

Usage: message_discord [-f FILE | -s STRING | -h]
Options:
  -f, --file      Send a file message to Discord
  -s, --string    Send a string message to Discord
  -h, --help      Show this help message

sort domains by http status

Usage: ./sort_http.sh -I <input_file> [-O <prepend>]
  -I, --input    Input file containing subdomains (required)
  -O, --output   Optional prepend for output files (default: none)
  -h, --help     Display this help message

About

Every script that goes into bin.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages