Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.17.142.93
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
cryptsetup /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
gen-ssl-key
543
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gen-ssl-key
#!/bin/sh # # script to generate a keyfile that is encrypted with openssl # # Written 2005 by Markus Nass <generalstone@gmx.net> # Improved 2006 by Jonas Meurer <jonas@freesources.org> # Further improved 2006 by Markus Nass <generalstone@gmx.net> usage() { echo "Usage: $0 <key>" exit 1 } if [ -z "${1-}" ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then usage fi if [ -x /usr/bin/openssl ]; then dd if=/dev/random bs=1c count=256 | openssl enc -aes-256-cbc -e -salt >"$1" else echo "/usr/bin/openssl is not available" && exit 1 fi
Close