Skip to content

vulcat-v1.1.8

Compare
Choose a tag to compare
@CLincat CLincat released this 20 Jan 15:30
· 11 commits to main since this release

2023.01.20
vulcat-v1.1.8

  1. 更新-o/--output参数,可以导出 .html/.json/.txt 三种格式的报告,使用参数:“python vulcat.py -u http://xxx.com/ -o html” 点我查看演示

  2. vulcat现在采用config.yaml进行配置,你可以通过config.yaml配置“vulcat的语言”、“ceye.io的域名和token”、“默认的HTTP Header”等内容 点我查看介绍

  • -x/--exp参数替换为--shell参数,功能不变

  • 移除--output-json和--output-text参数

  • 优化部分POC


  1. Update the -o/--output parameter to export a report in three formats of .html/.json/.txt, using the parameter: "python vulcat.py -u http://xxx.com/ -o html" Click me to see an example

  2. Vulcat is now configured with config.yaml, and you can configure "vulcat language", "ceye.io domain name and token", "default HTTP header" and other contents through config.yaml Click me to see an example

  • The -x/--exp parameter is replaced with the --shell parameter, and the functionality remains unchanged

  • remove --output-json and --output-text

  • Optimized partial POC