403Webshell
Server IP : 74.208.236.108  /  Your IP : 216.73.216.214
Web Server : Apache
System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User : u90537543 ( 11015977)
PHP Version : 8.2.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/self/root/kunden/kunden/usr/share/bug/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/kunden/kunden/usr/share/bug/aptitude
#!/bin/sh

export LANG=C

if [ $TERM ]; then
    echo "Terminal: $TERM" >&3
else
    echo "\$TERM not set." >&3
fi

if [ $DISPLAY ]; then
    echo "\$DISPLAY is set." >&3
else
    echo "\$DISPLAY not set." >&3
fi

aptitude=$(which aptitude)
echo "which aptitude: $aptitude" >&3

echo >&3

echo "aptitude version information:" >&3
# I would like to run `which aptitude`, but that raises security issues.
/usr/bin/aptitude --version >&3

echo >&3

echo "aptitude linkage:" >&3
/usr/bin/ldd /usr/bin/aptitude >&3

Youez - 2016 - github.com/yon3zu
LinuXploit