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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
jsubfinder — गो-आधारित उपकरण जो वेबपेजों और जावास्क्रिप्ट फ़ाइलों को स्कैन करके छिपे हुए उपडोमेन और रहस्यों का पता लगाता है, जिसमें बग बाउंटी और पेनिट्रेशन टेस्टिंग वर्कफ़्लो के लिए वैकल्पिक क्रॉलिंग और रीयल-टाइम प्रॉक्सी विश्लेषण शामिल है। | Kitploit
उपकरण/GitHubGitHub/threatunknown/jsubfinder
OSINT (खुला स्रोत खुफिया)टोहीजानकारी एकत्र करनावेब सुरक्षासीक्रेट डिटेक्शनसबडोमेन एनुमरेशन
GitHubthreatunknown/jsubfinder

jsubfinder

गो-आधारित उपकरण जो वेबपेजों और जावास्क्रिप्ट फ़ाइलों को स्कैन करके छिपे हुए उपडोमेन और रहस्यों का पता लगाता है, जिसमें बग बाउंटी और पेनिट्रेशन टेस्टिंग वर्कफ़्लो के लिए वैकल्पिक क्रॉलिंग और रीयल-टाइम प्रॉक्सी विश्लेषण शामिल है।

रिपॉजिटरी देखें
283351 साल पहलेKitploit द्वारा समीक्षित

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

सभी देखें →

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

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

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

सभी उपकरण देखें →
साझा करें
वेबसाइट

jsubfinder लोगो

JSubFinder एक उपकरण है जो गोलांग में लिखा गया है, जो दिए गए URL में वेबपेजों और जावास्क्रिप्ट में छिपे उपडोमेन और रहस्यों (secrets) की खोज करता है। BugBounty शिकारियों को ध्यान में रखकर विकसित, JSubFinder Go की अद्भुत प्रदर्शन का लाभ उठाता है, जिससे यह बड़े डेटा सेटों का उपयोग कर सकता है और अन्य उपकरणों के साथ आसानी से जोड़ा जा सकता है।

z69D8q

स्थापना


एप्लिकेशन स्थापित करें और रहस्यों (secrets) को खोजने के लिए आवश्यक हस्ताक्षर (signatures) डाउनलोड करें

GO का उपयोग करते हुए:

root@kitploit:~
go install github.com/ThreatUnkown/jsubfinder@latest
wget https://raw.githubusercontent.com/ThreatUnkown/jsubfinder/master/.jsf_signatures.yaml && mv .jsf_signatures.yaml ~/.jsf_signatures.yaml

या

डाउनलोड पेज

मूल उपयोग


खोज

दिए गए URL में उपडोमेन और रहस्यों (secrets) की खोज करें

root@kitploit:~
$ jsubfinder search -h

Execute the command specified

Usage:
  JSubFinder search [flags]

Flags:
  -c, --crawl              Enable crawling
  -g, --greedy             Check all files for URL's not just Javascript
  -h, --help               help for search
  -f, --inputFile string   File containing domains
  -t, --threads int        Ammount of threads to be used (default 5)
  -u, --url strings        Url to check

Global Flags:
  -d, --debug               Enable debug mode. Logs are stored in log.info
  -K, --nossl               Skip SSL cert verification (default true)
  -o, --outputFile string   name/location to store the file
  -s, --secrets             Check results for secrets e.g api keys
      --sig string          Location of signatures for finding secrets
  -S, --silent              Disable printing to the console

उदाहरण (इस मामले में परिणाम समान हैं):

root@kitploit:~
$ jsubfinder search -u www.google.com
$ jsubfinder search -f file.txt
$ echo www.google.com | jsubfinder search
$ echo www.google.com | httpx --silent | jsubfinder search$

apis.google.com
ogs.google.com
store.google.com
mail.google.com
accounts.google.com
www.google.com
policies.google.com
support.google.com
adservice.google.com
play.google.com

रहस्यों (Secrets) सक्षम के साथ

ध्यान दें --secrets="" रहस्य परिणामों को secrets.txt फ़ाइल में सहेजेगा

root@kitploit:~

$ echo www.youtube.com | jsubfinder search --secrets=""
www.youtube.com
youtubei.youtube.com
payments.youtube.com
2Fwww.youtube.com
252Fwww.youtube.com
m.youtube.com
tv.youtube.com
music.youtube.com
creatoracademy.youtube.com
artists.youtube.com

Google Cloud API Key <redacted> found in content of https://www.youtube.com
Google Cloud API Key <redacted> found in content of https://www.youtube.com
Google Cloud API Key <redacted> found in content of https://www.youtube.com
Google Cloud API Key <redacted> found in content of https://www.youtube.com
Google Cloud API Key <redacted> found in content of https://www.youtube.com
Google Cloud API Key <redacted> found in content of https://www.youtube.com

उन्नत उदाहरण

root@kitploit:~
$ echo www.google.com | jsubfinder search -crawl -s "google_secrets.txt" -S -o jsf_google.txt -t 10 -g
  • -crawl डिफ़ॉल्ट क्रॉलर का उपयोग करके विश्लेषण के लिए अन्य URL के लिए पेजों को क्रॉल करें
  • -s JSubFinder को रहस्यों (secrets) की खोज के लिए सक्षम करता है
  • -S कंसोल पर आउटपुट को शांत करें
  • -o <file> आउटपुट को निर्दिष्ट फ़ाइल में सहेजें
  • -t 10 10 थ्रेड का उपयोग करें
  • -g हर URL में JS खोजें, यहां तक कि उनमें भी जिनमें हमें लगता है कि कोई नहीं है

प्रॉक्सी

TLS MITM समर्थन के साथ अपस्ट्रीम HTTP प्रॉक्सी को सक्षम करता है। यह आपको निम्न की अनुमति देता है:

  1. साइटों को रीयलटाइम में ब्राउज़ करें और JSubFinder को उपडोमेन और रहस्यों की रीयलटाइम खोज करने दें।
  2. यदि आवश्यक हो, तो कार्यभार को कम करने के लिए किसी अन्य सर्वर पर jsubfinder चलाएँ।
root@kitploit:~
$ JSubFinder proxy -h

Execute the command specified

Usage:
  JSubFinder proxy [flags]

Flags:
  -h, --help                    help for proxy
  -p, --port int                Port for the proxy to listen on (default 8444)
      --scope strings           Url's in scope seperated by commas. e.g www.google.com,www.netflix.com
  -u, --upstream-proxy string   Adress of upsteam proxy e.g http://127.0.0.1:8888 (default "http://127.0.0.1:8888")

Global Flags:
  -d, --debug               Enable debug mode. Logs are stored in log.info
  -K, --nossl               Skip SSL cert verification (default true)
  -o, --outputFile string   name/location to store the file
  -s, --secrets             Check results for secrets e.g api keys
      --sig string          Location of signatures for finding secrets
  -S, --silent              Disable printing to the console
root@kitploit:~
$ jsubfinder proxy
Proxy started on :8444
Subdomain: out.reddit.com
Subdomain: www.reddit.com
Subdomain: 2Fwww.reddit.com
Subdomain: alb.reddit.com
Subdomain: about.reddit.com

Burp Suite के साथ

  1. Burp Suite को कॉन्फ़िगर करें ताकि ट्रैफ़िक किसी अपस्ट्रीम प्रॉक्सी को अग्रेषित किया जा सके (User Options > Connections > Upstream Proxy Servers > Add)
  2. JSubFinder को प्रॉक्सी मोड में चलाएँ

Burp Suite अब इसके माध्यम से प्रॉक्सी किए गए सभी ट्रैफ़िक को JSubFinder को अग्रेषित करेगा। JSubFinder प्रतिक्रिया प्राप्त करेगा, इसे burp पर वापस करेगा और दूसरे थ्रेड में उपडोमेन और रहस्यों की खोज करेगा।

Proxify के साथ

  1. Proxify लॉन्च करें और ट्रैफ़िक को एक फ़ोल्डर में डंप करें proxify -output logs
  2. Burp Suite, एक ब्राउज़र या अन्य उपकरण को Proxify पर ट्रैफ़िक अग्रेषित करने के लिए कॉन्फ़िगर करें (उनके github पेज पर निर्देश देखें)
  3. JSubFinder को प्रॉक्सी मोड में लॉन्च करें और अपस्ट्रीम प्रॉक्सी को Proxify के रूप में सेट करें jsubfinder proxy -u http://127.0.0.1:8443
  4. डंप किए गए ट्रैफ़िक को jsubfinder पर रीप्ले करने के लिए Proxify की रीप्ले उपयोगिता का उपयोग करें replay -output logs -burp-addr http://127.0.0.1:8444

किसी अन्य सर्वर पर चलाएँ

सरल, JSubFinder को किसी अन्य सर्वर पर प्रॉक्सी मोड में चलाएँ, जैसे 192.168.1.2। ऊपर दिए गए प्रॉक्सी चरणों का पालन करें, लेकिन अपने एप्लिकेशन के अपस्ट्रीम प्रॉक्सी को 192.168.1.2:8443 पर सेट करें।

उन्नत उदाहरण

root@kitploit:~
$ jsubfinder proxy --scope www.reddit.com -p 8081 -S -o jsf_reddit.txt
  • --scope JSubFinder को केवल www.reddit.com से प्रतिक्रियाओं का विश्लेषण करने तक सीमित करता है
  • -p वह पोर्ट जिस पर JSubFinder का प्रॉक्सी सर्वर चल रहा है
  • -S कंसोल/स्टडआउट पर आउटपुट शांत करें
  • -o <file> आउटपुट उदाहरणों को इस फ़ाइल में सहेजें
टूल डाउनलोड करें