
Обёртка вокруг инструментов, используемых для перечисления поддоменов, для автоматизации рабочего процесса для заданного домена, написанная на bash.
Обёртка вокруг инструментов для перебора поддоменов, автоматизирующая рабочий процесс для заданного домена, написанная на bash.

Запустите скрипт установки:
curl -s https://raw.githubusercontent.com/hueristiq/subdomains.sh/main/install.sh | bash -
Или запустите в эфемерном Docker-контейнере:
Клонируйте репозиторий и выполните
cd subdomains.sh
# Build the container image
./docker-subdomains.sh build
# After build, you can run the script with the same options listed above.
# Each run will run in a new container, and the container is destroyed after run
./docker-sudomains.sh -d example.com -r 1.1.1.1
# To destroy the container image if desired
./docker-subdomains.sh destroy
Чтобы вывести справку по этому скрипту, используйте флаг -h:
subdomains.sh -h
_ _ _ _
___ _ _| |__ __| | ___ _ __ ___ __ _(_)_ __ ___ ___| |__
/ __| | | | '_ \ / _` |/ _ \| '_ ` _ \ / _` | | '_ \/ __| / __| '_ \
\__ \ |_| | |_) | (_| | (_) | | | | | | (_| | | | | \__ _\__ \ | | |
|___/\__,_|_.__/ \__,_|\___/|_| |_| |_|\__,_|_|_| |_|___(_)___/_| |_| v1.0.0
USAGE:
subdomains.sh [OPTIONS]
OPTIONS:
-d, --domain domain to discover subdomains for *
-r, --resolvers list of DNS resolvers containing file *
--skip-passive skip passive discovery discovery
--use-passive-tools comma(,) separated passive tools to use
--exclude-passive-tools comma(,) separated passive tools to exclude
--skip-active skip active discovery discovery
--skip-dictionary skip discovery from dictionary DNS brute forcing
-dW, --dictionary-wordlist wordlist for dictionary DNS brute forcing
--skip-permutation skip discovery from permutation DNS brute forcing
-pW, --permutation-wordlist wordlist for permutation DNS brute forcing
--skip-dns-records skip discovery from DNS records
--skip-reverse-dns skip discovery from reverse DNS lookup
-o, --output output text file
--setup install/update this script & dependencies
-h, --help display this help message and exit
NOTE: options marked with asterik(*) are required.
HAPPY HACKING :)
Благодарность авторам различных инструментов, использованных в этом скрипте:
Issues и Pull Requests приветствуются!