
Subdomain-Monitor mit Benachrichtigungsfunktionen für Slack, Discord und Telegram
Subdomain-Monitor mit Berichtsfunktionen für Slack, Discord und Telegram
Konfiguriere die Scan-Ziele in der targets.txt-Datei, setze die Berichtskonfiguration in der config.yaml und erstelle dann einen Cronjob, der täglich ausgeführt wird
crontab -e
0 8 * * * /usr/bin/submonitor
Lade die kompilierte Binärdatei aus dem Releases-Bereich herunter: https://github.com/xpl0ited1/submonitor/releases/
Oder kompiliere sie selbst
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)
Wenn du zu diesem Projekt beitragen möchtest, schreib mir einfach auf Twitter @xpl0ited1 oder erstelle einen Pull-Request