Shell ~ Bypass
[+] Kelelawar Cyber Team [+]
:
216.73.216.123
:
104.131.203.165 / webuikits.com
:
Linux Webuikits 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64
:
/
usr
/
lib
/
update-notifier
/
Upload File:
files >> //usr/lib/update-notifier/update-motd-updates-available
#!/bin/sh -e # # helper for update-motd # poor mans force if [ "$1" = "--force" ]; then NEED_UPDATE_CHECK=yes fi # check time when we did the last update check stamp="/var/lib/update-notifier/updates-available" # get list dir StateDir="/var/lib/apt/" ListDir="lists/" eval "$(apt-config shell StateDir Dir::State)" eval "$(apt-config shell ListDir Dir::State::Lists)" # get sources.list file EtcDir="etc/apt/" SourceList="sources.list" eval "$(apt-config shell EtcDir Dir::Etc)" eval "$(apt-config shell SourceList Dir::Etc::sourcelist)" # check if we have a list file or sources.list that needs checking if [ -e "$stamp" ]; then if [ "$(find "/$StateDir/$ListDir" "/$EtcDir/$SourceList" -type f -newer "$stamp" -print -quit)" ]; then NEED_UPDATE_CHECK=yes fi else if [ "$(find "/$StateDir/$ListDir" "/$EtcDir/$SourceList" -type f -print -quit)" ]; then NEED_UPDATE_CHECK=yes fi fi # output something for update-motd if [ -n "$NEED_UPDATE_CHECK" ]; then { echo "" /usr/lib/update-notifier/apt-check --human-readable echo "" } > $stamp fi # output what we have (either cached or newly generated) cat "$stamp"
Copyright ©2021 || Defacer Indonesia