什么是 file-path-traversal?
当用户要求“测试目录遍历”、“利用路径遍历漏洞”、“通过Web应用程序读取任意文件”、“查找LFI vu ... 来源:sickn33/antigravity-awesome-skills。
当用户要求“测试目录遍历”、“利用路径遍历漏洞”、“通过Web应用程序读取任意文件”、“查找LFI vu ...
通过命令行快速安装 file-path-traversal AI 技能到你的开发环境
来源:sickn33/antigravity-awesome-skills。
Identify and exploit file path traversal (directory traversal) vulnerabilities that allow attackers to read arbitrary files on the server, potentially including sensitive configuration files, credentials, and source code. This vulnerability occurs when user-controllable input is passed to filesystem APIs without proper validation.
Path traversal occurs when applications use user input to construct file paths:
| ../../../etc/passwd | Linux password file | | ..\..\..\..\windows\win.ini | Windows INI file | | ....//....//....//etc/passwd | Bypass simple filter | | /etc/passwd | Absolute path | | php://filter/convert.base64-encode/resource=config.php | Source code |
当用户要求“测试目录遍历”、“利用路径遍历漏洞”、“通过Web应用程序读取任意文件”、“查找LFI vu ... 来源:sickn33/antigravity-awesome-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill file-path-traversal当用户要求“测试目录遍历”、“利用路径遍历漏洞”、“通过Web应用程序读取任意文件”、“查找LFI vu ... 来源:sickn33/antigravity-awesome-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill file-path-traversal 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/sickn33/antigravity-awesome-skills