Skip to content

Commit

Permalink
Update 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0e0w committed Dec 26, 2022
1 parent 4046e08 commit aed521a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 45 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## 01-项目功能修改

- [x] 将config和nuclei-templates目录自动下载解压到程序本目录
- [x] 将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打包到程序中。
Expand Down
2 changes: 1 addition & 1 deletion pkg/catalog/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Config struct {
const nucleiConfigFilename = ".templates-config.json"

// Version is the current version of nuclei
const Version = `0.2`
const Version = `1.0`

var customConfigDirectory string

Expand Down
43 changes: 0 additions & 43 deletions pkg/utils/template_path.go.txt

This file was deleted.

0 comments on commit aed521a

Please sign in to comment.