403Webshell
Server IP : 104.21.84.107  /  Your IP : 104.23.197.208
Web Server : Apache/2.4.63 (Ubuntu)
System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 8.4.5
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/bug/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/bug//im-config
#!/bin/sh
echo "=== command path ==" >&3
type im-config >&3
echo >&3
#
echo "=== im-config API -l: available IM ===" >&3
echo -n "im-config -l => " >&3
/usr/bin/im-config -l >&3
echo >&3
#
echo "=== im-config API -m: selected IM ===" >&3
echo "im-config -m => " >&3
echo "   'system' 'user' 'automatic' 'override' 'autobase'" >&3
echo -n "   ">&3
/usr/bin/im-config -m|sed -e "s/^\(.*\)$/\\\'\1\\\'	/"| xargs echo >&3
echo >&3
#
echo "=== /etc/default/im-config ==" >&3
cat /etc/default/im-config >&3
echo >&3
#
if [ -x /usr/bin/localectl ]; then
    echo "=== localectl status ===" >&3
    /usr/bin/localectl status >&3
    echo >&3
fi
if [ x$XDG_SESSION_TYPE != xwayland ]; then
    echo "=== /etc/X11/default-display-manager ===" >&3
    /bin/cat /etc/X11/default-display-manager >&3
    echo >&3

    if [ -x /usr/bin/setxkbmap ]; then
        echo "=== setxkbmap -print ===" >&3
        /usr/bin/setxkbmap -print >&3
        echo >&3
    fi
    if [ -f $HOME/.Xmodmap ]; then
        echo "=== ~/.Xmodmap ===" >&3
        /bin/cat $HOME/.Xmodmap >&3
        echo >&3
    fi
fi

echo "=== environment vars ==" >&3
env|grep -E "^(XDG_|.*DISPLAY)"|sort >&3
env|grep -E "^(XMODIFIERS|.*IM_MODULE)"|sort >&3
echo >&3


Youez - 2016 - github.com/yon3zu
LinuXploit