文件名称:gql_intruder:基于插件的 GraphQL 漏洞评估工具
文件大小:63KB
文件格式:ZIP
更新时间:2024-06-18 01:51:09
graphql python3 pentest-tool graphql-security Python
GraphQL 入侵者
用于执行 GraphQL 端点漏洞评估的面向插件的工具。
用法
插件列在plugins文件夹下它们自己的文件夹中。
列出所有可用的插件:
$ python3 brute.py
List of available plugins
Name: dump
Author: Davide Barbato
Description: Dump GraphQL schema via introspection.
Action: dump
Name: intruder
Author: Davide Barbato
Description: Simple bruteforce inspired by Burp Suite Intruder.
Action: intruder
For more info type: python3 brute.py
【文件预览】:
gql_intruder-master
----.gitignore(19B)
----requirements.txt(223B)
----LICENSE(1KB)
----plugin.py(341B)
----utils.py(2KB)
----brute.py(2KB)
----README.md(2KB)
----plugins()
--------__init__.py(81B)
--------intruder()
--------dump()