Skip to content

Commit d9ed8db

Browse files
committed
Set appropriate permissions for keylogger file.
1 parent c15abdc commit d9ed8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-ultimatewriter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
/usr/bin/touch /tmp/keylogger.log && /usr/local/bin/logkeys --start --output /tmp/keylogger.log --no-timestamps
2+
/usr/bin/touch /tmp/keylogger.log && /bin/chmod 600 /tmp/keylogger.log && /usr/local/bin/logkeys --start --output /tmp/keylogger.log --no-timestamps
33
/usr/bin/tail -f /tmp/keylogger.log | /usr/local/bin/writerpi

0 commit comments

Comments
 (0)