Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
उपकरण/GitHubGitHub/xpl0ited1/submonitor
OSINT (खुला स्रोत खुफिया)टोहीDNS और सबडोमेन गणनाजानकारी एकत्र करनासबडोमेन एनुमरेशन
GitHubxpl0ited1/submonitor

submonitor

Slack, Discord और Telegram को रिपोर्ट करने की क्षमता वाला सबडोमेन मॉनिटर

रिपॉजिटरी देखें
1413 साल पहलेअभी तक समीक्षित नहीं

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें

submonitor xpl0ited1 द्वारा


विवरण

Slack, Discord और Telegram को रिपोर्ट करने की क्षमता वाला उपडोमेन मॉनिटर

उपयोग:

targets.txt फ़ाइल में स्कैनिंग लक्ष्य कॉन्फ़िगर करें, config.yaml पर रिपोर्टिंग कॉन्फ़िग सेट करें, फिर प्रतिदिन निष्पादित करने के लिए एक क्रॉनजॉब बनाएँ

root@kitploit:~
crontab -e

0 8 * * * /usr/bin/submonitor

रिलीज़ अनुभाग से संकलित बाइनरी डाउनलोड करें: https://github.com/xpl0ited1/submonitor/releases/

या इसे स्वयं संकलित करें

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

टूल डाउनलोड करें