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.51
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
/
var /
www /
html /
insepet /
libromaster /
login /
[ HOME SHELL ]
Name
Size
Permission
Action
change_password.php
5.18
KB
-rwxrwxrwx
change_password_form.php
3.64
KB
-rwxrwxrwx
confirm.php
3.66
KB
-rwxrwxrwx
forgot_password.php
6.85
KB
-rwxrwxrwx
forgot_password_form.php
3.3
KB
-rwxrwxrwx
index.php
12.84
KB
-rwxrwxrwx
index_form.html
5
KB
-rwxrwxrwx
logout.php
1.99
KB
-rwxrwxrwx
restored_password_form.php
1.82
KB
-rwxrwxrwx
signup.php
2.51
KB
-rwxrwxrwx
signup_form.php
8.42
KB
-rwxrwxrwx
token.php
7.63
KB
-rwxrwxrwx
unlock_account.php
1.78
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index_form.html
<?php if ($show_instructions) { $columns = 'twocolumns'; } else { $columns = 'onecolumn'; } if (!empty($CFG->loginpasswordautocomplete)) { $autocomplete = 'autocomplete="off"'; } else { $autocomplete = ''; } ?> <div class="loginbox clearfix <?php echo $columns ?>"> <div class="loginpanel"> <?php if (($CFG->registerauth == 'email') || !empty($CFG->registerauth)) { ?> <div class="skiplinks"><a class="skip" href="signup.php"><?php print_string("tocreatenewaccount"); ?></a></div> <?php } ?> <h2><?php print_string("returningtosite") ?></h2> <div class="subcontent loginsub"> <div class="desc"> <?php print_string("loginusing"); echo '<br/>'; echo '('.get_string("cookiesenabled").')'; echo $OUTPUT->help_icon('cookiesenabled'); ?> </div> <?php if (!empty($errormsg)) { echo html_writer::start_tag('div', array('class' => 'loginerrors')); echo html_writer::link('#', $errormsg, array('id' => 'loginerrormessage', 'class' => 'accesshide')); echo $OUTPUT->error_text($errormsg); echo html_writer::end_tag('div'); } ?> <form action="<?php echo $CFG->httpswwwroot; ?>/login/index.php" method="post" id="login" <?php echo $autocomplete; ?> > <div class="loginform"> <div class="form-label"><label for="username"><?php print_string("username") ?></label></div> <div class="form-input"> <input type="text" name="username" id="username" size="15" value="<?php p($frm->username) ?>" /> </div> <div class="clearer"><!-- --></div> <div class="form-label"><label for="password"><?php print_string("password") ?></label></div> <div class="form-input"> <input type="password" name="password" id="password" size="15" value="" <?php echo $autocomplete; ?> /> <input type="submit" id="loginbtn" value="<?php print_string("login") ?>" /> </div> </div> <div class="clearer"><!-- --></div> <?php if (isset($CFG->rememberusername) and $CFG->rememberusername == 2) { ?> <div class="rememberpass"> <input type="checkbox" name="rememberusername" id="rememberusername" value="1" <?php if ($frm->username) {echo 'checked="checked"';} ?> /> <label for="rememberusername"><?php print_string('rememberusername', 'admin') ?></label> </div> <?php } ?> <div class="clearer"><!-- --></div> <div class="forgetpass"><a href="forgot_password.php"><?php print_string("forgotten") ?></a></div> </form> </div> <?php if ($CFG->guestloginbutton and !isguestuser()) { ?> <div class="subcontent guestsub"> <div class="desc"> <?php print_string("someallowguest") ?> </div> <form action="index.php" method="post" id="guestlogin"> <div class="guestform"> <input type="hidden" name="username" value="guest" /> <input type="hidden" name="password" value="guest" /> <input type="submit" value="<?php print_string("loginguest") ?>" /> </div> </form> </div> <?php } ?> </div> <?php if ($show_instructions) { ?> <div class="signuppanel"> <h2><?php print_string("firsttime") ?></h2> <div class="subcontent"> <?php if (is_enabled_auth('none')) { // instructions override the rest for security reasons print_string("loginstepsnone"); } else if ($CFG->registerauth == 'email') { if (!empty($CFG->auth_instructions)) { echo format_text($CFG->auth_instructions); } else { print_string("loginsteps", "", "signup.php"); } ?> <div class="signupform"> <form action="signup.php" method="get" id="signup"> <div><input type="submit" value="<?php print_string("startsignup") ?>" /></div> </form> </div> <?php } else if (!empty($CFG->registerauth)) { echo format_text($CFG->auth_instructions); ?> <div class="signupform"> <form action="signup.php" method="get" id="signup"> <div><input type="submit" value="<?php print_string("startsignup") ?>" /></div> </form> </div> <?php } else { echo format_text($CFG->auth_instructions); } ?> </div> </div> <?php } ?> <?php if (!empty($potentialidps)) { ?> <div class="subcontent potentialidps"> <h6><?php print_string('potentialidps', 'auth'); ?></h6> <div class="potentialidplist"> <?php foreach ($potentialidps as $idp) { echo '<div class="potentialidp"><a href="' . $idp['url']->out() . '" title="' . $idp['name'] . '">' . $OUTPUT->render($idp['icon'], $idp['name']) . $idp['name'] . '</a></div>'; } ?> </div> </div> <?php } ?> </div>
Close