-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit from github.com/kris-nova/bin/git-save
Signed-off-by: Kris Nóva <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
``` | ||
================================================================ | ||
██████╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗██╗████████╗ | ||
██╔══██╗██╔═══██╗██╔═══██╗██╔══██╗██║ ██╔╝██║╚══██╔══╝ | ||
██████╔╝██║ ██║██║ ██║██████╔╝█████╔╝ ██║ ██║ | ||
██╔══██╗██║ ██║██║ ██║██╔═══╝ ██╔═██╗ ██║ ██║ | ||
██████╔╝╚██████╔╝╚██████╔╝██║ ██║ ██╗██║ ██║ | ||
╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ | ||
Author: Kris Nóva <[email protected]> Version 1.3.0 | ||
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES. | ||
DO NOT ATTEMPT TO USE THE TOOLS TO VIOLATE THE LAW. | ||
THE AUTHOR IS NOT RESPONSIBLE FOR ANY ILLEGAL ACTION. | ||
MISUSE OF THE SOFTWARE, INFORMATION, OR SOURCE CODE | ||
MAY RESULT IN CRIMINAL CHARGES. | ||
Use at your own risk. | ||
██████╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗██╗████████╗ | ||
██╔══██╗██╔═══██╗██╔═══██╗██╔══██╗██║ ██╔╝██║╚══██╔══╝ | ||
██████╔╝██║ ██║██║ ██║██████╔╝█████╔╝ ██║ ██║ | ||
██╔══██╗██║ ██║██║ ██║██╔═══╝ ██╔═██╗ ██║ ██║ | ||
██████╔╝╚██████╔╝╚██████╔╝██║ ██║ ██╗██║ ██║ | ||
╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ | ||
Author: Kris Nóva <[email protected]> Version 1.4.0 | ||
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES. | ||
DO NOT ATTEMPT TO USE THE TOOLS TO VIOLATE THE LAW. | ||
THE AUTHOR IS NOT RESPONSIBLE FOR ANY ILLEGAL ACTION. | ||
MISUSE OF THE SOFTWARE, INFORMATION, OR SOURCE CODE | ||
MAY RESULT IN CRIMINAL CHARGES. | ||
Use at your own risk. | ||
================================================================ | ||
Boopkit | ||
Boopkit. | ||
Linux rootkit and backdoor. Built using eBPF. | ||
Usage: | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ Remote trigger program for boopkit. | |
██╔══██╗██║ ██║██║ ██║██╔═══╝ ██╔═██╗ ██║ ██║ | ||
██████╔╝╚██████╔╝╚██████╔╝██║ ██║ ██╗██║ ██║ | ||
╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ | ||
Author: Kris Nóva <[email protected]> Version 1.3.0 | ||
Author: Kris Nóva <[email protected]> Version 1.4.0 | ||
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
|
@@ -37,11 +37,12 @@ Options: | |
-lport Local (src) port : 3535 | ||
-rhost Remote (dst) address : 127.0.0.1. | ||
-rport Remote (dst) port : 22 | ||
-9, halt/kill Halt or kill the boopkit malware on a server. | ||
-9, halt/kill Kill the boopkit malware on a server. | ||
-c, command Remote command to exec : ls -la | ||
-h, help Print help and usage. | ||
-q, quiet Disable output. | ||
-c, execute Remote command to exec : ls -la | ||
-r, reverse-conn Serve the RCE on lhost:lport after a boop. | ||
-h, help Print help and usage. | ||
-x, syn-only Send a single SYN packet with RCE payload. | ||
``` | ||
|