D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /var/../lib/../share/dict/../libc-bin/../bug/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : /var/../lib/../share/dict/../libc-bin/../bug/screen
#!/bin/sh

exec 1>&3
exec 2>&3

echo File Existence and Permissions
echo ------------------------------
echo ''

ls -ldU \
   /run \
   /var/run \
   /usr/bin/screen \
   /etc/tmpfiles.d/screen-cleanup.conf \
   /lib/systemd/system/screen-cleanup.service \
   /etc/init.d/screen-cleanup \
   /etc/rc?.d/*screen-cleanup

echo ''
echo File contents
echo -------------
echo ''
if [ -e /etc/tmpfiles.d/screen-cleanup.conf ]; then
    echo '### /etc/tmpfiles.d/screen-cleanup.conf'
    echo ______________________________________________________________________
    cat /etc/tmpfiles.d/screen-cleanup.conf
    echo ______________________________________________________________________
fi

AnonSec - 2021 | Recode By D7net