Skip to content

Commit d27ed4d

Browse files
authored
Merge pull request #33 from xm1k3/implement-intro
Added disclaimer
2 parents cd3a122 + 13fd983 commit d27ed4d

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -196,5 +196,9 @@ community-templates:
196196
- [Alra3ees - Emad Shanab](https://twitter.com/Alra3ees)
197197
- [Nuclei-Templates-Collection](https://github.com/emadshanab/Nuclei-Templates-Collection)
198198
199+
# Disclaimer
200+
201+
Disclaimer: The developer of this tool is not responsible for how the community uses the open source templates collected within it. These templates have not been validated by Project Discovery and are provided as-is.
202+
199203
# License
200204
Cent is distributed under Apache-2.0 License

cmd/root.go

+14-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
8-
http://www.apache.org/licenses/LICENSE-2.0
8+
http://www.apache.org/licenses/LICENSE-2.0
99
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,
@@ -34,9 +34,21 @@ var cfgFile string
3434
var rootCmd = &cobra.Command{
3535
Use: "cent",
3636
Short: "Community edition nuclei templates",
37-
Long: `Community edition nuclei templates, a simple tool that allows you
37+
Long: `
38+
██████╗███████╗███╗ ██╗████████╗
39+
██╔════╝██╔════╝████╗ ██║╚══██╔══╝
40+
██║ █████╗ ██╔██╗ ██║ ██║
41+
██║ ██╔══╝ ██║╚██╗██║ ██║
42+
╚██████╗███████╗██║ ╚████║ ██║
43+
╚═════╝╚══════╝╚═╝ ╚═══╝ ╚═╝
44+
45+
Community edition nuclei templates, a simple tool that allows you
3846
to organize all the Nuclei templates offered by the community in one place.
3947
48+
Disclaimer: The developer of this tool is not responsible for how the community
49+
uses the open source nuclei-templates collected within it.
50+
These templates have not been validated by Project Discovery and are provided as-is.
51+
4052
By xm1k3`,
4153
// has an action associated with it:
4254
Run: func(cmd *cobra.Command, args []string) {

0 commit comments

Comments
 (0)