Linux quad-clini-stageVM 5.4.0-1109-azure #115~18.04.1-Ubuntu SMP Mon May 22 20:06:37 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 10.2.0.4 | : 18.222.15.173
Cant Read [ /etc/named.conf ]
7.4.25
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 /
bug /
cron /
[ HOME SHELL ]
Name
Size
Permission
Action
control
75
B
-rw-r--r--
script
519
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script
#!/bin/sh # reportbug output generator script for cron package # reportbug expects output on fd 3 exec 1>&3 2>&3 echo "--- EDITOR:" if [ -n "$EDITOR" ] ; then echo "not set" else echo $EDITOR fi echo echo "--- /usr/bin/editor:" readlink -f /usr/bin/editor echo echo "--- /usr/bin/crontab:" ls -l /usr/bin/crontab echo for dir in /var/spool/cron /var/spool/cron/crontabs /etc/cron.d /etc/cron.daily /etc/cron.hourly /etc/cron.monthly /etc/cron.weekly ; do echo "--- $dir:" ls -ld $dir echo done
Close