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.222
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 /
share /
perl5 /
vendor_perl /
Virtualmin /
Config /
[ HOME SHELL ]
Name
Size
Permission
Action
Plugin
[ DIR ]
drwxr-xr-x
Dummy.pm
243
B
-rw-r--r--
LAMP.pm
1.04
KB
-rw-r--r--
LEMP.pm
1.04
KB
-rw-r--r--
MiniLAMP.pm
843
B
-rw-r--r--
MiniLEMP.pm
842
B
-rw-r--r--
Plugin.pm
2.95
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : LAMP.pm
package Virtualmin::Config::LAMP; use strict; use warnings; use 5.010_001; # A list of plugins for configuring a LAMP stack sub new { my ($class, %args) = @_; my $self = {}; return bless $self, $class; } sub plugins { # Modern system with firewalld? if (-x "/usr/bin/firewall-cmd" || -x "/bin/firewall-cmd") { return [ "Webmin", "Apache", "Bind", "Dovecot", "Net", "AWStats", "Postfix", "MySQL", "Firewalld", "Procmail", "ProFTPd", "Quotas", "SASL", "Shells", "Status", "Upgrade", "Usermin", "Webalizer", "Virtualmin", "ClamAV", "NTP", "SpamAssassin", "Fail2banFirewalld" ]; } else { return [ "Webmin", "Apache", "Bind", "Dovecot", "Net", "AWStats", "Postfix", "MySQL", "Firewall", "Procmail", "ProFTPd", "Quotas", "SASL", "Shells", "Status", "Upgrade", "Usermin", "Webalizer", "Virtualmin", "ClamAV", "NTP", "SpamAssassin", "Fail2ban" ]; } } 1;
Close