MCPcopy Index your code
hub / github.com/baianquanzu/Google_searchurl

github.com/baianquanzu/Google_searchurl @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
1 symbols 4 edges 1 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Google_searchurl

用于爬取谷歌关键词搜索的url,便于红队,src等快速提取

使用方式:

源码直接运行需要解决:

go的环境,当出现下面的报错


go: go.mod file not found in current directory or any parent directory; see 'go help modules'


运行:


go env -w GO111MODULE=on


go mod init xxx //xxx代表文件名


可以直接编译:go build -o  crawl_urls.exe url.go

直接使用exe文件:

直接找到文件存储目录运行cmd输入:Google_searchurl.exe

image

这里可以设置你的爬取数量和代理,这里代理默认是http的,也可以设置socks5

使用之前记得挂上梯子,否则谷歌搜索是无法使用的,或者设置可以谷歌搜索的代理!!! 请勿用于违法用途,交流可进群:70844080

Core symbols most depended-on inside this repo

main
called by 0
Google_searchurl.go

Shape

Function 1

Languages

Go100%

Modules by API surface

Google_searchurl.go1 symbols

For agents

$ claude mcp add Google_searchurl \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page