
서브도메인 모니터로 Slack, Discord, Telegram에 보고 기능 제공
Slack, Discord, Telegram으로 보고할 수 있는 서브도메인 모니터
targets.txt 파일에서 스캔 대상을 설정하고, config.yaml에서 보고 구성을 설정한 후, 매일 실행되도록 크론잡을 생성하세요.
crontab -e
0 8 * * * /usr/bin/submonitor
릴리스 섹션에서 컴파일된 바이너리를 다운로드하세요: https://github.com/xpl0ited1/submonitor/releases/
또는 직접 컴파일하세요
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)
이 프로젝트에 기여하고 싶다면 트위터 @xpl0ited1로 연락하거나 풀 리퀘스트를 생성해 주세요.