-
-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #451 from m-1-k-3/kernel_downloader
Kernel downloader and vulnerability verifier
- Loading branch information
Showing
28 changed files
with
1,182 additions
and
157 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
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,15 @@ | ||
#!/bin/bash | ||
|
||
print_output "[*] Exploitability notes:" | ||
print_output "$(indent "${ORANGE}EDB$NC - Exploit code found in the Exploit database")" | ||
write_link "https://exploit-db.com" | ||
print_output "$(indent "${ORANGE}MSF$NC - Exploit code found in the Metasploit framework")" | ||
write_link "https://github.com/rapid7/metasploit-framework" | ||
print_output "$(indent "${ORANGE}GH$NC - PoC code found on Github (via trickest)")" | ||
write_link "https://github.com/trickest/cve" | ||
print_output "$(indent "${ORANGE}PS$NC - PoC code found on Packetstormsecurity")" | ||
write_link "https://packetstormsecurity.com/files/tags/exploit/" | ||
print_output "$(indent "${ORANGE}SNYK$NC - PoC code found on Snyk vulnerability database")" | ||
write_link "https://security.snyk.io/vuln" | ||
print_output "$(indent "${ORANGE}EXP$NC - Vulnerability is known as exploited")" | ||
write_link "https://www.cisa.gov/known-exploited-vulnerabilities-catalog" |
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
Oops, something went wrong.