PATH:
home
/
lab2454c
/
christianitybank.com
/
wp-content
/
themes
/
twentytwentyfour
/
patterns
<?php /* * BitNinjal Server Security * All rights reserved. * https://bitninjal.io * * @author Zsolt Egri <ezsolt@bitninja.io> * @copyright © 2021 BitNinja Inc. * @package BitNinja * @subpackage HoneypotHttp * @version 1.0 */ /* * Function to send request data to the SenseWebHoneypot module of BitNinja. */ function sendData() { $socket = stream_socket_client("tcp://127.0.0.1:60099", $errno, $errorMessage); stream_set_timeout($socket, 1, 0); socket_set_blocking($socket, 1); if ($socket === false) { return false; } $dataToSend = json_encode(array( 'server' => $_SERVER, 'post' => $_POST, 'get' => $_GET, 'file' => __FILE__, 'pid' => getmypid(), 'uid' => getmyuid() )); while (strlen($dataToSend) !== 0) { $bytesWritten = fwrite($socket, $dataToSend); $dataToSend = substr($dataToSend, $bytesWritten); } fclose($socket); return true; } ?> <!-- Your content should go here... --> <html> <head> <title>BitNinja Honeypot</title> </head> <body>This is a honeypot file. Please leave it. </body> </html> <?php /* * Finaly, we flush the output - send the content to the client - and * call the sendData() function to send the request to BitNinja. */ flush(); sendData(); ?>
[-] cta-services-image-left.php
[edit]
[-] hidden-post-meta.php
[edit]
[-] text-faq.php
[edit]
[-] posts-3-col.php
[edit]
[-] footer-colophon-3-col.php
[edit]
[-] posts-grid-2-col.php
[edit]
[-] cta-subscribe-centered.php
[edit]
[-] index.php
[edit]
[-] text-centered-statement-small.php
[edit]
[-] page-home-blogging.php
[edit]
[-] template-archive-blogging.php
[edit]
[-] hidden-404.php
[edit]
[+]
..
[-] gallery-project-layout.php
[edit]
[-] admin.php
[edit]
[-] posts-list.php
[edit]
[-] page-rsvp-landing.php
[edit]
[-] page-about-business.php
[edit]
[-] posts-images-only-offset-4-col.php
[edit]
[-] template-index-portfolio.php
[edit]
[-] text-alternating-images.php
[edit]
[-] page-home-business.php
[edit]
[-] template-home-portfolio.php
[edit]
[-] footer.php
[edit]
[-] posts-1-col.php
[edit]
[-] text-project-details.php
[edit]
[-] hidden-post-navigation.php
[edit]
[-] page-newsletter-landing.php
[edit]
[-] template-home-blogging.php
[edit]
[-] text-centered-statement.php
[edit]
[-] text-title-left-image-right.php
[edit]
[-] gallery-offset-images-grid-2-col.php
[edit]
[-] posts-images-only-3-col.php
[edit]
[-] hidden-no-results.php
[edit]
[-] gallery-full-screen-image.php
[edit]
[-] hidden-comments.php
[edit]
[-] team-4-col.php
[edit]
[-] hidden-portfolio-hero.php
[edit]
[-] gallery-offset-images-grid-3-col.php
[edit]
[-] page-home-portfolio.php
[edit]
[-] cta-rsvp.php
[edit]
[-] hidden-sidebar.php
[edit]
[-] page-home-portfolio-gallery.php
[edit]
[-] cta-pricing.php
[edit]
[-] footer-centered-logo-nav.php
[edit]
[-] template-home-business.php
[edit]
[-] template-archive-portfolio.php
[edit]
[-] template-search-blogging.php
[edit]
[-] banner-project-description.php
[edit]
[-] text-feature-grid-3-col.php
[edit]
[-] template-index-blogging.php
[edit]
[-] template-single-portfolio.php
[edit]
[-] page-portfolio-overview.php
[edit]
[-] hidden-search.php
[edit]
[-] template-search-portfolio.php
[edit]
[-] testimonial-centered.php
[edit]
[-] banner-hero.php
[edit]
[-] cta-content-image-on-right.php
[edit]
[-] gallery-offset-images-grid-4-col.php
[edit]