MCPcopy Index your code
hub / github.com/adeljck/scf_scanner_server

github.com/adeljck/scf_scanner_server @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
9 symbols 31 edges 8 files 0 documented · 0% updated 2y ago★ 602 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

云函数缝合扫描器

问就是缝合,直接调用fscan和kscan利用云函数不固定IP且封禁困难的特点进行扫描,有能力还可以缝合其他工具

注意:

  • 新建云函数的时候,选择从头开始,基础配置选择Web函数,运行环境选择Go1。
  • 新建云函数的时候,在高级设置里面将响应超时调到最大(900)
  • 创建云函数的时候,在高级设置里面将内存大小调到免费额度里面最大的哪一个。
  • 云函数API网关创建的时候勾选集成响应,其他默认。
  • 推荐使用kscan模式扫描,准确率和速度比fscan模式要快一些

使用方法

请求方式:GET

Url 参数 实例 返回结果
/scan post

json

1为fscan

2为kscan

args为对应扫描器的扫描参数 | http://xxxxxx/scan

{"type":1,"args:"-h xxxx -p 1-65535"} | 返回对应扫描器的扫描结果扫描结果 | | /ip | 无 | http://xxxxxx/ip | 返回云函数服务器的请求IP信息 |

效果

效果

Core symbols most depended-on inside this repo

GetCurrentRequestIPInfo
called by 2
Modules/ip/info.go
InitRouter
called by 1
Router/router.go
Scan
called by 1
Modules/scanner.go
main
called by 0
main.go
Scan
called by 0
Controller/scan.go
HomePage
called by 0
Controller/home.go
GetIPInfo
called by 0
Controller/ip/info.go

Shape

Function 5
Method 2
Struct 2

Languages

Go100%

Modules by API surface

Modules/scanner.go2 symbols
Modules/ip/info.go2 symbols
main.go1 symbols
Router/router.go1 symbols
Controller/scan.go1 symbols
Controller/ip/info.go1 symbols
Controller/home.go1 symbols

For agents

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

⬇ download graph artifact

Ask about this repo answers extend the page