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 : accesslink.inc.php
<?php if(!defined('OSTCLIENTINC')) die('Access Denied'); $email=Format::input($_POST['lemail']?$_POST['lemail']:$_GET['e']); $ticketid=Format::input($_POST['lticket']?$_POST['lticket']:$_GET['t']); if ($cfg->isClientEmailVerificationRequired()) $button = __("Email Access Link"); else $button = __("View Ticket"); ?> <h1><?php echo __('Check Ticket Status'); ?></h1> <p><?php echo __('Please provide your email address and a ticket number.'); if ($cfg->isClientEmailVerificationRequired()) echo ' '.__('An access link will be emailed to you.'); else echo ' '.__('This will sign you in to view your ticket.'); ?></p> <form action="login.php" method="post" id="clientLogin"> <?php csrf_token(); ?> <div style="display:table-row"> <div class="login-box"> <div><strong><?php echo Format::htmlchars($errors['login']); ?></strong></div> <div> <label for="email"><?php echo __('Email Address'); ?>: <input id="email" placeholder="<?php echo __('e.g. john.doe@osticket.com'); ?>" type="text" name="lemail" size="30" value="<?php echo $email; ?>" class="nowarn"></label> </div> <div> <label for="ticketno"><?php echo __('Ticket Number'); ?>: <input id="ticketno" type="text" name="lticket" placeholder="<?php echo __('e.g. 051243'); ?>" size="30" value="<?php echo $ticketid; ?>" class="nowarn"></label> </div> <p> <input class="btn" type="submit" value="<?php echo $button; ?>"> </p> </div> <div class="instructions"> <?php if ($cfg && $cfg->getClientRegistrationMode() !== 'disabled') { ?> <?php echo __('Have an account with us?'); ?> <a href="login.php"><?php echo __('Sign In'); ?></a> <?php if ($cfg->isClientRegistrationEnabled()) { ?> <?php echo sprintf(__('or %s register for an account %s to access all your tickets.'), '<a href="account.php?do=create">','</a>'); } }?> </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