
Monitor de subdomínios com capacidades de notificação para Slack, Discord e Telegram
Monitor de subdomínios com capacidade de relatórios para Slack, Discord e Telegram
Configure os alvos de varredura no arquivo targets.txt, defina a configuração de relatórios no config.yaml, e então crie um cronjob para executar diariamente
crontab -e
0 8 * * * /usr/bin/submonitor
Baixe o binário compilado na seção de releases: https://github.com/xpl0ited1/submonitor/releases/
Ou compile por conta própria
git clone https://github.com/xpl0ited1/submonitor/
cd submonitor
go build main.go
./submonitor -h
submonitor v1.0.3
-arf
if specified the tool will report the subdomains to ARF API
-b if specified the tool will try to bruteforce subdomains
-c string
path to the config.yaml file (default: $HOME/.config/submonitor/config.yaml)
-dt int
timeout for dns queries when bruteforcing (default 5000)
-r string
dns server using for resolving subdomains. ex.: 8.8.8.8:53
-t string
path to the targets.txt file (default: $HOME/.config/submonitor/targets.txt)
-w string
path to the wordlists that will be used to bruteforce subdomains (default: $HOME/.config/submonitor/brute.txt)
Se você gostaria de contribuir com este projeto, apenas me chame no twitter @xpl0ited1 ou crie um pull request