mobile-backend

Installation
SKILL.md

移动 App 后端 API 安全测试方法论

移动后端 API 和传统 Web 的区别:移动端通常直接调用 REST API(不经过浏览器),认证机制、参数格式、业务逻辑都有移动端特色。

⛔ 深入参考(必读)

Phase 1: API 端点发现

# spray 目录爆破(推荐)
spray -u http://target -d $ABOUTSECURITY_ROOT/Dic/Web/Directory/Fuzz_common.txt
# 或 ffuf
ffuf -u http://target/FUZZ -w $ABOUTSECURITY_ROOT/Dic/Web/Directory/Fuzz_common.txt -mc 200,301,302,403
# /api/v1/, /api/v2/, /mobile/api/, /graphql

检查文档:/docs, /swagger, /openapi.json, /redoc

Related skills

More from wgpsec/aboutsecurity

Installs
12
GitHub Stars
1.3K
First Seen
Mar 25, 2026