nessus_join
将多个 Nessus 报告合并为一个
Usage: nessjoin.py [options]
Options:
-h, --help show this help message and exit
-d DIR, --dir=DIR Directory containing .nessus files
-o OUTPUT, --output=OUTPUT
output file name
-n NAME, --name=NAME New report name
-v, --verbose Show extra information
例子:
python nessjoin.py -d scans/ -n 'ACME Network Scan'
2022-03-16 12:53:26
9KB
Python
1