Skip to content

Commit

Permalink
Set appropriate permissions for keylogger file.
Browse files Browse the repository at this point in the history
  • Loading branch information
picnoir committed Mar 29, 2018
1 parent c15abdc commit d9ed8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-ultimatewriter
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
/usr/bin/touch /tmp/keylogger.log && /usr/local/bin/logkeys --start --output /tmp/keylogger.log --no-timestamps
/usr/bin/touch /tmp/keylogger.log && /bin/chmod 600 /tmp/keylogger.log && /usr/local/bin/logkeys --start --output /tmp/keylogger.log --no-timestamps
/usr/bin/tail -f /tmp/keylogger.log | /usr/local/bin/writerpi

0 comments on commit d9ed8db

Please sign in to comment.