ShapeShifter 设置
克隆仓库
安装 virtualenv sudo pip install virtualenv
激活 venv . venv/bin/activate
安装 deps pip install .
从 Dockerfile 构建
docker build -t shapeshifter .
docker run -it shapeshifter scan --url example.com:80
docker run -it shapeshifter --help
shifter --help
Usage: shifter [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
scan Scan a GraphQL endpoint
扫描命令
shifter scan --help [18146d7h22m] ✭
Usage: shifter scan [OPTIONS]
Scan a GraphQL endpoint
Options:
-u, --url TEXT URL:PORT to scan
-p, --proxies TEXT URL:PORT to proxy requests upstream
--help Show this message and exit.
国内下载链接
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END