fixed Dolphin

This commit is contained in:
Palma Solutions LTD
2019-02-13 13:50:28 +01:00
parent f4b10d1e65
commit d04a62cb1f
3 changed files with 4 additions and 4 deletions

4
run.sh
View File

@@ -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:';