fixed Dolphin
This commit is contained in:
4
run.sh
4
run.sh
@@ -49,10 +49,10 @@ echo >> $(whoami).txt
|
||||
#
|
||||
# checking for unrelated
|
||||
echo '[*] Suspicious files in /tmp?';
|
||||
ls -al /tmp/ | grep $(whoami) | grep -v sess_
|
||||
ls -al /tmp/ | grep $(whoami) | grep -v sess_
|
||||
echo
|
||||
echo '[*] Processes running:';
|
||||
ps -eo pid,user,cmd | grep $(whoami)
|
||||
ps -eo pid,user,cmd | grep $(whoami)
|
||||
echo '[*] Checking for Unrelated Data';
|
||||
echo >> $(whoami).txt
|
||||
echo '[*] Directories with more than 1GB size:';
|
||||
|
||||
Reference in New Issue
Block a user