Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiyeshu/GPTreport
Generate vulnerability reports using ChatGPT automatically.使用chatGPT自动生成漏洞报告。
https://github.com/shiyeshu/GPTreport
Last synced: 4 days ago
JSON representation
Generate vulnerability reports using ChatGPT automatically.使用chatGPT自动生成漏洞报告。
- Host: GitHub
- URL: https://github.com/shiyeshu/GPTreport
- Owner: shiyeshu
- Created: 2023-03-11T16:07:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T16:13:56.000Z (almost 2 years ago)
- Last Synced: 2024-01-15T19:11:41.097Z (12 months ago)
- Language: HTML
- Homepage:
- Size: 160 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-LLM4Security - GPTreport
- Awesome-LLM4Security - GPTreport
README
# GPTreport
Generate makedown vulnerability reports using ChatGPT automatically.使用openai api自动生成makedown漏洞报告。
默认使用GPT3.5
手动修改main.py第10行开始的配置信息
api_key = "sk-xxxxxxxxxx" //openai key官网获取
model_engine = "gpt-3.5-turbo" //模型默认gpt-3.5
proxy = "http://127.0.0.1:7890" //代理地址
可选择生成中文/英文makedown格式报告,点击按钮可复制到剪切板
![1 ](./pic/1.jpg)
![2](./pic/2.jpg)