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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
gospider — Gospider - Go में लिखा गया तेज़ वेब स्पाइडर | Kitploit
उपकरण/GitHubGitHub/jaeles-project/gospider
OSINT (खुला स्रोत खुफिया)टोहीजानकारी एकत्र करनावेब सुरक्षाक्रॉलर
GitHubjaeles-project/gospider

gospider

Gospider - Go में लिखा गया तेज़ वेब स्पाइडर

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

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

सभी देखें →

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

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

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

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

GoSpider

GoSpider - गो में लिखा गया तेज़ वेब स्पाइडर

क्या आप अपने रिकॉन वर्कफ़्लो में बिना दर्द के GoSpider को एकीकृत करना चाहते हैं?

OsmedeusEngine

यह प्रोजेक्ट Osmedeus Engine का हिस्सा था। देखें कि इसे कैसे एकीकृत किया गया है @OsmedeusEngine

इंस्टॉलेशन

GO इंस्टॉल

root@kitploit:~
GO111MODULE=on go install github.com/jaeles-project/gospider@latest

डॉकर

root@kitploit:~
# Clone the repo
git clone https://github.com/jaeles-project/gospider.git
# Build the contianer
docker build -t gospider:latest gospider
# Run the container
docker run -t gospider -h

विशेषताएं

  • तेज़ वेब क्रॉलिंग
  • sitemap.xml को ब्रूट फ़ोर्स और पार्स करें
  • robots.txt को पार्स करें
  • JavaScript फ़ाइलों से लिंक उत्पन्न और सत्यापित करें
  • लिंक खोजक
  • प्रतिक्रिया स्रोत से AWS-S3 ढूंढें
  • प्रतिक्रिया स्रोत से सबडोमेन ढूंढें
  • Wayback Machine, Common Crawl, Virus Total, Alien Vault से URL प्राप्त करें
  • आउटपुट को Grep के लिए आसान फ़ॉर्मेट में
  • Burp इनपुट का समर्थन
  • समानांतर में कई साइटों को क्रॉल करें
  • रैंडम मोबाइल/वेब User-Agent

प्रदर्शन

asciicast

उपयोग

root@kitploit:~
Fast web spider written in Go - v1.1.5 by @thebl4ckturtle & @j3ssiejjj

Usage:
  gospider [flags]

Flags:
  -s, --site string               Site to crawl
  -S, --sites string              Site list to crawl
  -p, --proxy string              Proxy (Ex: http://127.0.0.1:8080)
  -o, --output string             Output folder
  -u, --user-agent string         User Agent to use
                                  	web: random web user-agent
                                  	mobi: random mobile user-agent
                                  	or you can set your special user-agent (default "web")
      --cookie string             Cookie to use (testA=a; testB=b)
  -H, --header stringArray        Header to use (Use multiple flag to set multiple header)
      --burp string               Load headers and cookie from burp raw http request
      --blacklist string          Blacklist URL Regex
      --whitelist string          Whitelist URL Regex
      --whitelist-domain string   Whitelist Domain
  -t, --threads int               Number of threads (Run sites in parallel) (default 1)
  -c, --concurrent int            The number of the maximum allowed concurrent requests of the matching domains (default 5)
  -d, --depth int                 MaxDepth limits the recursion depth of visited URLs. (Set it to 0 for infinite recursion) (default 1)
  -k, --delay int                 Delay is the duration to wait before creating a new request to the matching domains (second)
  -K, --random-delay int          RandomDelay is the extra randomized duration to wait added to Delay before creating a new request (second)
  -m, --timeout int               Request timeout (second) (default 10)
  -B, --base                      Disable all and only use HTML content
      --js                        Enable linkfinder in javascript file (default true)
      --subs                      Include subdomains
      --sitemap                   Try to crawl sitemap.xml
      --robots                    Try to crawl robots.txt (default true)
  -a, --other-source              Find URLs from 3rd party (Archive.org, CommonCrawl.org, VirusTotal.com, AlienVault.com)
  -w, --include-subs              Include subdomains crawled from 3rd party. Default is main domain
  -r, --include-other-source      Also include other-source's urls (still crawl and request)
      --debug                     Turn on debug mode
      --json                      Enable JSON output
  -v, --verbose                   Turn on verbose
  -l, --length                    Turn on length
  -L, --filter-length             Turn on length filter
  -R, --raw                       Turn on raw
  -q, --quiet                     Suppress all the output and only show URL
      --no-redirect               Disable redirect
      --version                   Check version
  -h, --help                      help for gospider

उदाहरण कमांड

शांत आउटपुट

root@kitploit:~
gospider -q -s "https://google.com/"

एकल साइट के साथ चलाएं

root@kitploit:~
gospider -s "https://google.com/" -o output -c 10 -d 1

साइट सूची के साथ चलाएं

root@kitploit:~
gospider -S sites.txt -o output -c 10 -d 1

एक ही समय में 20 साइटों को चलाएं, प्रति साइट 10 बॉट

root@kitploit:~
gospider -S sites.txt -o output -c 10 -d 1 -t 20

तीसरे पक्ष से भी URL प्राप्त करें (Archive.org, CommonCrawl.org, VirusTotal.com, AlienVault.com)

root@kitploit:~
gospider -s "https://google.com/" -o output -c 10 -d 1 --other-source

तीसरे पक्ष से भी URL प्राप्त करें (Archive.org, CommonCrawl.org, VirusTotal.com, AlienVault.com) और सबडोमेन शामिल करें

root@kitploit:~
gospider -s "https://google.com/" -o output -c 10 -d 1 --other-source --include-subs

कस्टम हेडर/कुकीज़ का उपयोग करें

root@kitploit:~
gospider -s "https://google.com/" -o output -c 10 -d 1 --other-source -H "Accept: */*" -H "Test: test" --cookie "testA=a; testB=b"

gospider -s "https://google.com/" -o output -c 10 -d 1 --other-source --burp burp_req.txt

URL/फ़ाइल एक्सटेंशन ब्लैकलिस्ट करें।

नोट: gospider डिफ़ॉल्ट रूप से .(jpg|jpeg|gif|css|tif|tiff|png|ttf|woff|woff2|ico) को ब्लैकलिस्ट करता है

root@kitploit:~
gospider -s "https://google.com/" -o output -c 10 -d 1 --blacklist ".(woff|pdf)"

फ़ाइल लंबाई दिखाएं और ब्लैकलिस्ट करें।

root@kitploit:~
gospider -s "https://google.com/" -o output -c 10 -d 1 --length --filter-length "6871,24432"   

लाइसेंस

Gospider ♥ के साथ बनाया गया है @j3ssiejjj और @thebl4ckturtle द्वारा और इसे MIT लाइसेंस के तहत जारी किया गया है।

दान

paypal

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