-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ry4nnnn
committed
Mar 6, 2024
1 parent
5516451
commit 1674469
Showing
34 changed files
with
411 additions
and
638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,30 @@ | ||
database: | ||
db_username: "" | ||
db_password: "" | ||
name: "" | ||
db_port: 3306 | ||
db_username: "root" | ||
db_password: "password" | ||
name: "db_name" | ||
|
||
github: | ||
github_token: | ||
start_year: 2018 #from CVE-[start_year] | ||
end_year: 2023 #till CVE-[end_year] | ||
poc_dir: "" | ||
github_token: ghp_xxx | ||
blacklist: | ||
- xxx | ||
- aaa | ||
- bbb | ||
|
||
msf: | ||
msf_dir: "" | ||
#the folder used for git pull msf | ||
msf_dir: "/root/vul_info/msf/" | ||
|
||
vulhub: | ||
vulhub_dir: "" | ||
|
||
exploitdb: | ||
exploitdb_dir: "" | ||
|
||
packetstorm: | ||
packetstorm_dir: "" | ||
#the folder used for git pull vulhub | ||
vulhub_dir: "/root/vul_info/vulhub/" | ||
|
||
email: | ||
smtp_server: smtp.163.com | ||
smtp_port: 25 | ||
username: | ||
password: | ||
from: | ||
username: test@163.com | ||
#授权码,不是邮箱密码 | ||
password: xxxxxxxx | ||
from: test@163.com | ||
to: | ||
- test1 | ||
- test2 | ||
- test1@xxx.com | ||
- test2@xxx.com |
Oops, something went wrong.