
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 पर पिंग करें या एक पुल रिक्वेस्ट बनाएं