-
Notifications
You must be signed in to change notification settings - Fork 54
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
github-actions
committed
Sep 12, 2024
1 parent
26fd4a2
commit 84d38ea
Showing
280 changed files
with
1,538 additions
and
1,166 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
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
File renamed without changes.
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
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
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"version": "0.7", | ||
"description": "高危漏洞利用工具", | ||
"homepage": "https://github.com/White-hua/Apt_t00ls", | ||
"license": "", | ||
"notes": "", | ||
"suggest": { | ||
"JDK": [ | ||
"java/oraclejdk", | ||
"java/openjdk" | ||
] | ||
}, | ||
"url": "https://github.com/White-hua/Apt_t00ls/releases/download/v0.7/apt.zip", | ||
"post_install": [ | ||
"Move-Item -Path \"$dir\\apt\\*\" -Destination \"$dir\\\"", | ||
"Remove-Item \"$dir\\apt\" -Force -Recurse" | ||
], | ||
"hash": "", | ||
"bin":"", | ||
"checkver": "github", | ||
"autoupdate": { | ||
"url": "https://github.com/White-hua/Apt_t00ls/releases/download/v$version/apt.zip" | ||
} | ||
} |
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
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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"version": "2.4", | ||
"description": "一款针对加解密综合利用后渗透工具。", | ||
"homepage": "https://github.com/wafinfo/DecryptTools", | ||
"license": "", | ||
"notes": "", | ||
"suggest": { | ||
"JDK": [ | ||
"java/oraclejdk", | ||
"java/openjdk" | ||
] | ||
}, | ||
"url": "https://github.com/wafinfo/DecryptTools/releases/download/DecryptToolsV2.4/DecryptToolsV2.4.jar", | ||
"hash": "", | ||
"pre_install": [ | ||
"Rename-Item \"$dir\\DecryptToolsV$version.jar\" 'DecryptTools.jar'" | ||
], | ||
"bin":"DecryptTools.jar", | ||
"checkver": "github", | ||
"autoupdate": { | ||
"url": "https://github.com/wafinfo/DecryptTools/releases/download/DecryptToolsV$version/DecryptToolsV$version.jar" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"version": "1.0.0", | ||
"description": "基于前端vue框架的JavaFx图形化GUI漏洞扫描工具", | ||
"homepage": "https://github.com/zangcc/Aakian-FaCai", | ||
"license": "", | ||
"suggest": { | ||
"JDK": [ | ||
"java/oraclejdk", | ||
"java/openjdk" | ||
] | ||
}, | ||
"url": "https://github.com/zangcc/Aakian-FaCai/archive/refs/heads/main.zip", | ||
"hash": "", | ||
"post_install": [ | ||
"Move-Item -Path \"$dir\\Aakian-FaCai-main\\*\" -Destination \"$dir\\\"", | ||
"Remove-Item \"$dir\\Aakian-FaCai-main\" -Force -Recurse" | ||
], | ||
"bin": "", | ||
"checkver": "github", | ||
"autoupdate": { | ||
"url": "https://github.com/zangcc/Aakian-FaCai/archive/refs/heads/main.zip" | ||
} | ||
} |
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
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
Oops, something went wrong.