Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
html /
owc /
wp-content /
themes /
eduma /
bbpress /
[ HOME SHELL ]
Name
Size
Permission
Action
content-archive-forum.php
642
B
-rwxr-x--x
content-archive-topic.php
798
B
-rwxr-x--x
content-search.php
733
B
-rwxr-x--x
content-single-forum.php
1.08
KB
-rwxr-x--x
content-single-reply.php
446
B
-rwxr-x--x
content-single-topic-lead.php
2.36
KB
-rwxr-x--x
content-single-topic.php
979
B
-rwxr-x--x
content-single-user.php
939
B
-rwxr-x--x
content-single-view.php
550
B
-rwxr-x--x
content-statistics.php
1.8
KB
-rwxr-x--x
content-topic-tag-edit.php
349
B
-rwxr-x--x
form-reply.php
6.2
KB
-rwxr-x--x
form-search.php
721
B
-rwxr-x--x
form-topic.php
7.76
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : form-search.php
<?php /** * Search * * @package bbPress * @subpackage Theme */ ?> <form role="search" method="get" id="bbp-search-form" action="<?php bbp_search_url(); ?>"> <div class="bbp-search-box"> <label class="screen-reader-text hidden" for="bbp_search"><?php esc_attr_e( 'Search for:', 'eduma' ); ?></label> <input type="hidden" name="action" value="bbp-search-request" /> <input tabindex="<?php bbp_tab_index(); ?>" type="text" value="<?php echo esc_attr( bbp_get_search_terms() ); ?>" placeholder="<?php esc_attr_e('Search the topic', 'eduma'); ?>" name="bbp_search" id="bbp_search" /> <input tabindex="<?php bbp_tab_index(); ?>" class="button" type="submit" id="bbp_search_submit" value="" /> </div> </form>
Close