文件名称:reports
文件大小:3KB
文件格式:ZIP
更新时间:2024-03-29 01:24:56
Python
用法: python report.py templatefile.md [args] 结果报告将在默认文本编辑器中打开。 范本 为报告创建模板时,必须了解两个主要功能:变量和命令。 变量允许您从命令行提供自变量,这些自变量将被替换为指定区域中的模板。 命令将在当前计算机上运行各种PoC命令行工具,并将输出直接插入报表中。 变数 生成报告时,使用以下语法python report.py templatefile.md arg0 arg1 arg2 。 为了将argX (即arg0或arg1等)插入模板,必须将$符号与参数索引一起使用。 例如, $0将导致使用上面的命令插入arg0 。 例子 template.md: Hello! I've discovered an XSS vulnerability in the following endpoint: `$0`. Bounty P
【文件预览】:
reports-master
----report.py(980B)
----template.md(244B)
----readme.md(5KB)