Skip to content

RAD 0.2

Compare
Choose a tag to compare
@zema1 zema1 released this 10 Sep 10:59
· 3 commits to master since this release
61aa53f

新增特性

  • 增加 json 输出功能,方便二次开发集成。 --json--json-output

    ./rad --json output.json -t http://example.com
    
  • 增加已经存在的文件自动增加序号的功能。--auto-index--index

    启用后若指定的输出文件为 result.json 但 result.json 存在,会自动为文件增加序号,保存为 result-1.json

  • 优化--full-text-output的输出

    使用50个 - 字符作为前后两个请求间的分割符号,便于视觉上的区分,也便于分析处理

  • 简化部分命令,使用更简单

    --text-output 可用 --text 代替
    --full-text-output 可用 --full 代替

问题修复:

  • 修复结果输出中 Referer 不全的问题
  • 修复配置自定义 Header 后 Cookie 不生效的问题
  • 修复部分 POST 表单无法在输出中展示的问题
  • 修复部分网站 URL 漏抓的问题