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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
scout — 🔭 हल्का URL फ़ज़र और स्पाइडर: वेब सर्वर की अप्रकटित फ़ाइलों, निर्देशिकाओं और VHOSTs की खोज करें | Kitploit
उपकरण/GitHubGitHub/liamg/scout
टोहीDNS और सबडोमेन गणनाजानकारी एकत्र करनावेब सुरक्षाफज़िंग
GitHubliamg/scout

scout

🔭 हल्का URL फ़ज़र और स्पाइडर: वेब सर्वर की अप्रकटित फ़ाइलों, निर्देशिकाओं और VHOSTs की खोज करें

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

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

सभी देखें →

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

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

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

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

Scout

Travis Build Status

Scout एक URL फ़ज़र और स्पाइडर है जो वेब सर्वर पर अज्ञात वीहोस्ट, फ़ाइलों और निर्देशिकाओं की खोज करता है।

बाइनरी में एक पूर्ण शब्द सूची शामिल है, जिसका अर्थ है अधिकतम पोर्टेबिलिटी और न्यूनतम कॉन्फ़िगरेशन। निशाना लगाओ और फायर करो!

उपयोग

root@kitploit:~

Usage:
  scout [command]

Available Commands:
  help        Help about any command
  url         Discover URLs on a given web server.
  version     Display scout version.
  vhost       Discover VHOSTs on a given web server.

Flags:
  -d, --debug             Enable debug logging.
  -h, --help              help for scout
  -n, --no-colours        Disable coloured output.
  -p, --parallelism int   Parallel routines to use for sending requests. (default 10)
  -k, --skip-ssl-verify   Skip SSL certificate verification.
  -w, --wordlist string   Path to wordlist file. If this is not specified an internal wordlist will be used.

URL खोजें

फ़्लैग

-x, --extensions

पता लगाने के लिए फ़ाइल एक्सटेंशन। (डिफ़ॉल्ट php,htm,html,txt)

-f, --filename

खोजी जा रही निर्देशिका में खोजने के लिए फ़ाइल का नाम। तब उपयोगी जब सभी निर्देशिकाएँ 404 स्थिति रिपोर्ट करें।

-H, --header

अनुरोधों के साथ भेजने के लिए अतिरिक्त हेडर, जैसे -H "Cookie: PHPSESSID=blah"

-c, --status-codes

HTTP स्थिति कोड जो एक सकारात्मक खोज का संकेत देते हैं। (डिफ़ॉल्ट 200,400,403,500,405,204,401,301,302)

-m, --method

उपयोग करने के लिए HTTP विधि।

-s, --spider

लिंक के लिए पृष्ठ सामग्री स्कैन करें और उनके अस्तित्व की पुष्टि करें।

पूर्ण उदाहरण

root@kitploit:~
$ scout url http://192.168.1.1
  
  [+] Target URL      http://192.168.1.1
  [+] Routines        10 
  [+] Extensions      php,htm,html 
  [+] Positive Codes  200,302,301,400,403,500,405,204,401,301,302
  
  [302] http://192.168.1.1/css
  [302] http://192.168.1.1/js
  [302] http://192.168.1.1/language
  [302] http://192.168.1.1/style
  [302] http://192.168.1.1/help
  [401] http://192.168.1.1/index.htm
  [302] http://192.168.1.1/image
  [200] http://192.168.1.1/log.htm
  [302] http://192.168.1.1/script
  [401] http://192.168.1.1/top.html
  [200] http://192.168.1.1/shares
  [200] http://192.168.1.1/shares.php
  [200] http://192.168.1.1/shares.htm
  [200] http://192.168.1.1/shares.html
  [401] http://192.168.1.1/traffic.htm
  [401] http://192.168.1.1/reboot.htm
  [302] http://192.168.1.1/debug
  [401] http://192.168.1.1/debug.htm
  [401] http://192.168.1.1/debug.html
  [401] http://192.168.1.1/start.htm
  
  Scan complete. 28 results found. 

VHOST खोजें

root@kitploit:~
$ scout vhost https://google.com
  
  [+] Base Domain     google.com
  [+] Routines        10 
  [+] IP              -
  [+] Port            - 
  [+] Using SSL       true
  
  account.google.com
  accounts.google.com
  blog.google.com
  code.google.com
  dev.google.com
  local.google.com
  m.google.com
  mail.google.com
  mobile.google.com
  www.google.com
  admin.google.com
  chat.google.com
  
  Scan complete. 12 results found.

स्थापना

root@kitploit:~
curl -s "https://raw.githubusercontent.com/liamg/scout/master/scripts/install.sh" | bash
टूल डाउनलोड करें