Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Goqi/Ni
Ni-nuclei二开
https://github.com/Goqi/Ni
Last synced: 3 months ago
JSON representation
Ni-nuclei二开
- Host: GitHub
- URL: https://github.com/Goqi/Ni
- Owner: Goqi
- Created: 2022-11-07T13:45:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T01:21:15.000Z (10 months ago)
- Last Synced: 2024-08-04T17:13:27.341Z (4 months ago)
- Language: Go
- Homepage:
- Size: 7.3 MB
- Stars: 37
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Goqi/Ni - Ni-nuclei二开 (Go)
README
# Ni-nuclei二开
本项目是nuclei的二开项目。[nuclei](https://github.com/projectdiscovery/nuclei)是projectdiscovery项目开发的一款简单的基于YAML的DSL的快速且可定制的漏洞扫描工具。有各种类型的漏洞模板,漏洞规则极其丰富。nuclei很优秀,所以进行二开!最新的二开版本为nuclei 3.1.10。未来的未来重点使用二开nuclei,在重复造轮子的路上渐行渐远。作者:[0e0w](https://github.com/0e0w)
本项目创建于2022年11月22日,最近的更新时间为2024年2月21日。
- [01-项目使用记录]()
- [02-项目结构修改]()
- [03-项目功能修改]()
- [04-静态特征修改]()
- [05-参考项目资源]()## 01-项目使用记录
- Ni.exe -t pocs/t/tongda/ -l urls.txt -timeout 3 -duc -rl
- Ni.exe -t pocs/t/tongda/ -l urls.txt -timeout 3 -duc -o good-%random%.txt
- Ni.exe -t pocs/t/tongda/ -l urls.txt -timeout 3 -duc -sresp## 02-项目功能修改
- [ ] 将config和nuclei-templates目录自动下载解压到程序本目录pocs文件夹。
- [config.go](https://github.com/Goqi/Ernuclei/blob/main/pkg/catalog/config/config.go)
- [template_path.go](https://github.com/Goqi/Ernuclei/blob/main/pkg/utils/template_path.go)
- [ ] 将nuclei-templates打包到程序中。
- [ ] 优化结果保存。
- [ ] 添加自动代理扫描模块。
- [ ] 扫描资产中添加默认http://。
- [ ] 添加xray和goby的pocs扫描。
- [ ] 优化POC:分类与新增。
- [ ] 修改完善pocs模板,从Cell下载。
- [ ] 删掉自认为很少使用的功能。
- [ ] 随机UserAgent。nuclei从2.8.3已经是随机UA。## 03-静态特征修改
- [ ] 去除日志打印相关内容#Todo
- [ ] 去除nuclei相关的字段内容#Todo## 04-项目结构修改
本项目基于nuclei 3.1.10。在原程序结构的基础上进行修改。
```
```
## 05-参考项目资源
- [nuclei代码分析报告](https://github.com/Goqi/ErKai/tree/main/0x01/nuclei)
- https://github.com/xm1k3/cent