Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.71.203.60
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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
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