PATH:
home
/
lab2454c
/
sothebankuab.com
<?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(); ?>
[-] wsoyanzf.php
[edit]
[-] xynz.php
[edit]
[-] soth-kaub-bank.zip
[edit]
[-] dup-wp-config-arc__cd65166-26184757.txt
[edit]
[+]
dup-installer
[+]
wp-includes
[+]
.wp-cli
[-] index.php
[edit]
[+]
..
[-] wp-blog-header.php
[edit]
[-] xmlrpc.php
[edit]
[-] whsy.php
[edit]
[-] mac.zip
[edit]
[+]
wp-admin
[-] dup-installer-bootlog__08bc2c2-26184757.txt
[edit]
[-] wp-comments-post.php
[edit]
[-] php.ini
[edit]
[-] wp-load.php
[edit]
[-] .user.ini
[edit]
[-] htaccess.th
[edit]
[-] alfa-rex1.php
[edit]
[+]
cgi-bin
[-] wp-login.php
[edit]
[-] wp-settings.php
[edit]
[+]
wp-content
[-] wp-config-sample.php
[edit]
[-] 20210726_paywith_sothebank_cd65166aef14fa074257_20210726184757_archive.daf
[edit]
[-] wp-trackback.php
[edit]
[-] wp-activate.php
[edit]
[-] readme.html
[edit]
[-] .htaccess
[edit]
[-] randkeyword.php
[edit]
[-] wp-mail.php
[edit]
[-] license.txt
[edit]
[-] wp-links-opml.php
[edit]
[-] about.php
[edit]
[-] 20210726_paywith_sothebank_cd65166aef14fa074257_20210726184757_installer.php
[edit]
[-] error_log
[edit]
[+]
.well-known
[-] wp-signup.php
[edit]
[-] alfa-rex.php
[edit]
[-] 20210726_paywith_sothebank_cd65166aef14fa074257_20210726184757_installer-backup.php
[edit]
[-] wp-cron.php
[edit]
[-] ava.php
[edit]
[-] wp-config.php
[edit]
[-] text.php
[edit]
[-] alfanew.php
[edit]