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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
उपकरण/GitHubGitHub/iamstoxe/urlgrab
टोहीजानकारी एकत्र करनावेब सुरक्षाक्रॉलर
GitHubiamstoxe/urlgrab

urlgrab

एक golang उपयोगिता जो एक वेबसाइट पर अतिरिक्त लिंक खोजने के लिए क्रॉल करती है।

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

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

सभी देखें →

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

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

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

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

urlgrab में आपका स्वागत है 👋

Twitter: DevinStokes

एक golang उपयोगिता जो JavaScript रेंडरिंग के समर्थन के साथ वेबसाइट पर अतिरिक्त लिंक खोजने के लिए क्रॉल करती है।

स्थापना

root@kitploit:~
go get -u github.com/iamstoxe/urlgrab

विशेषताएं

  • अनुकूलन योग्य समानांतरता
  • JavaScript रेंडर करने की क्षमता (एकल पृष्ठ अनुप्रयोगों जैसे Angular और React सहित)

उपयोग

root@kitploit:~
Usage of urlgrab:
  -cache-dir string
        Specify a directory to utilize caching. Works between sessions as well.
  -debug
        Extremely verbose debugging output. Useful mainly for development.
  -delay int
        Milliseconds to randomly apply as a delay between requests. (default 2000)
  -depth int
        The maximum limit on the recursion depth of visited URLs.  (default 2)
  -headless
        If true the browser will be displayed while crawling.
        Note: Requires render-js flag
        Note: Usage to show browser: --headless=false (default true)
  -ignore-query
        Strip the query portion of the URL before determining if we've visited it yet.
  -ignore-ssl
        Scrape pages with invalid SSL certificates
  -js-timeout int
        The amount of seconds before a request to render javascript should timeout. (default 10)
  -json string
        The filename where we should store the output JSON file.
  -max-body int
        The limit of the retrieved response body in kilobytes.
        0 means unlimited.
        Supply this value in kilobytes. (i.e. 10 * 1024kb = 10MB) (default 10240)
  -no-head
        Do not send HEAD requests prior to GET for pre-validation.
  -output-all string
        The directory where we should store the output files.
  -proxy string
        The SOCKS5 proxy to utilize (format: socks5://127.0.0.1:8080 OR http://127.0.0.1:8080).
        Supply multiple proxies by separating them with a comma.
  -random-agent
        Utilize a random user agent string.
  -render-js
        Determines if we utilize a headless chrome instance to render javascript.
  -root-domain string
        The root domain we should match links against.
        If not specified it will default to the host of --url.
        Example: --root-domain google.com
  -threads int
        The number of threads to utilize. (default 5)
  -timeout int
        The amount of seconds before a request should timeout. (default 10)
  -url string
        The URL where we should start crawling.
  -urls string
        A file path that contains a list of urls to supply as starting urls.
        Requires --root-domain flag.
  -user-agent string
        A user agent such as (Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0).
  -verbose
        Verbose output

निर्माण

आप निम्न कमांड का उपयोग करके अपने प्लेटफॉर्म के लिए एक बाइनरी को bin निर्देशिका में आसानी से बना सकते हैं:

root@kitploit:~
make build

यदि आप CLI वितरित करने के लिए Windows, Linux और MacOS के लिए बाइनरी बनाना चाहते हैं, तो बस यह कमांड चलाएँ:

root@kitploit:~
make cross

सभी बाइनरी dist निर्देशिका में उपलब्ध होंगी।

लेखक

👤 Devin Stokes

  • Twitter: @DevinStokes
  • Github: @IAmStoxe

🤝 योगदान

योगदान, समस्याएं और सुविधा अनुरोधों का स्वागत है!
बेझिझक issues पृष्ठ देखें।

अपना समर्थन दिखाएं

यदि यह प्रोजेक्ट आपकी मदद करता है तो एक ⭐ दें!

Buy Me A Coffee

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