403Webshell
Server IP : 65.1.209.187  /  Your IP : 216.73.216.144
Web Server : nginx/1.24.0
System : Linux ip-172-31-5-206 6.14.0-1015-aws #15~24.04.1-Ubuntu SMP Tue Sep 23 22:44:48 UTC 2025 x86_64
User :  ( 1001)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /snap/core22/2339/bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /snap/core22/2339/bin/splash-client
#!/bin/bash -eu

# Seed change is "Initialize system state"
msg=
prev_msg=
while true; do
    sleep 0.5
    msg=$(snap change --abs-time '--last=seed?' |
              awk -F ' +' '$1 == "Doing" { print substr($0, index($0, $4)); exit }') \
                  || true
    if [ "$msg" != "$prev_msg" ] && [ -n "$msg" ]; then
        plymouth display-message --text "$msg"
        prev_msg=$msg
    fi
done

Youez - 2016 - github.com/yon3zu
LinuXploit