百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
G

gospider

> 开发工具
开源

Gospider - 使用 Go 编写的快速 Web 蜘蛛

3.0K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Gospider - 使用 Go 编写的快速 Web 蜘蛛

# GoSpider **GoSpider** - Fast web spider written in Go ## Painless integrate Gospider into your recon workflow?

this project was part of Osmedeus Engine. Check out how it was integrated at @OsmedeusEngine

## Installation ### GO install ``` GO111MODULE=on go install github.com/jaeles-project/gospider@latest ``` ### Docker ```bash # 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 ``` ## Features * Fast web crawling * Brute force and parse sitemap.xml * Parse robots.txt * Generate and verify link from JavaScript files * Link Finder * Find AWS-S3 from response source * Find subdomains from response source * Get URLs from Wayback Machine, Common Crawl, Virus Total, Alien Vault * Format output easy to Grep * Support Burp input * Crawl multiple sites in parallel * Random mobile/web User-Agent ## Showcases ## Usage ``` … ``` ## Example commands ### Quite output ``` gospider -q -s "https://google.com/" ``` #### Run with single site ``` gospider -s "https://google.com/" -o output -c 10 -d 1 ``` #### Run with site list ``` gospider -S sites.txt -o output -c 10 -d 1 ``` #### Run with 20 sites at the same time with 10 bot each site ``` gospider -S sites.txt -o output -c 10 -d 1 -t 20 ``` #### Also get URLs from 3rd party (Archive.org, CommonCrawl.org, VirusTotal.com, AlienVault.com) ``` gospider -s "https://google.com/" -o output -c 10 -d 1 --other-source ``` #### Also get URLs from 3rd party (Archive.org, CommonCrawl.org, VirusTotal.com, AlienVault.com) and include subdomains ``` gospider -s "https://google.com/" -o output -c 10 -d 1 --other-source --include-subs ``` #### Use custom header/cookies ``` 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 ``` #### Blacklist url/file extension. **P/s**: gospider blacklisted `.(jpg|jpeg|gif|css|tif|tiff|png|ttf|woff|woff2|ico)` as default ``` gospider -s "https://google.com/" -o output -c 10 -d 1 --blacklist ".(woff|pdf)" ``` #### Show and Blacklist file length. ``` gospider -s "https://google.com/" -o output -c 10 -d 1 --length --filter-length "6871,24432" ``` ## License `Gospider` is made with ♥ by [@j3ssiejjj](https://twitter.com/j3ssiejjj) & [@thebl4ckturtle](https://twitter.com/thebl4ckturtle) and it is released under the MIT license. ## Donation

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Fast web crawling
  • •Brute force and parse sitemap.xml
  • •Parse robots.txt
  • •Generate and verify link from JavaScript files
  • •Link Finder
  • •Find AWS-S3 from response source
  • •Find subdomains from response source
  • •Get URLs from Wayback Machine, Common Crawl, Virus Total, Alien Vault
  • •Format output easy to Grep
  • •Support Burp input

> 标签

Gobugbountycrawlergogospider

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类开发工具
定价开源

> 相关工具

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具