K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / share / bug /
server ip : 104.21.89.46

your ip : 172.69.58.121

H O M E


Filename/usr/share/bug/lsb-release
Size604
Permissionrwxr-xr-x
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified15-May-2013 13:07
Last accessed15-May-2013 13:07
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
#!/bin/sh
echo 'lsb_release output' >& 3
echo '-*- -*- -*- -*- -*-'>&3
lsb_release -a >& 3
echo '-*- -*- -*- -*- -*-'>&3
echo ' Apt policy' >&3
echo '-*- -*- -*- -*- -*-'>&3
apt-cache policy >&3
echo '-*- -*- -*- -*- -*-'>&3
echo ' sources.list' >&3
echo '-*- -*- -*- -*- -*-'>&3
if [ -f /etc/apt/sources.list ]; then
cat /etc/apt/sources.list | grep -v '^\s*#' | grep -v '^\s*$' >&3
else
echo '- none' >&3
fi
echo '-*- -*- -*- -*- -*-'>&3
echo ' /etc/lsb_release' >&3
echo '-*- -*- -*- -*- -*-'>&3
if [ -f /etc/lsb_release ]; then
cat /etc/lsb_release >&3
else
echo '- none' >&3
fi