https://github.com/jeansgit/NessusReport
Nessus Report
https://github.com/jeansgit/NessusReport
Last synced: 4 months ago
JSON representation
Nessus Report
- Host: GitHub
- URL: https://github.com/jeansgit/NessusReport
- Owner: jeansgit
- Created: 2021-05-30T05:01:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T07:14:25.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:45:03.865Z (over 1 year ago)
- Language: Python
- Size: 9.11 MB
- Stars: 20
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - jeansgit/NessusReport - Nessus Report (Python)
README
# NessusReport
将Nessus按默认字段导出的CSV报表转为中文xlsx(包含sheet:扫描信息、扫描资产、漏洞统计、Critical漏洞统计、High漏洞统计、漏洞详情)
## 20211108更新
如果运行报错,请使用nessus.py。
## 扫描信息

## 扫描资产

## 漏洞统计(风险等级)

## Critical漏洞统计

## High漏洞统计

## 漏洞详情

# 用法
## 转换前

## 命令
将nessusvul.7z解压后的nessusvul.db文件放在与NessusCsvReport.py同一目录
python NessusCsvReport.py nessustest.csv result.xlsx
