Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-10-03 07:32:59 -04:00 committed by GitHub
parent be4a0b93d0
commit 94576e5655
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ run getgui -u [USER_NAME] -p [PASS]
* script - records terminal activites
* w /who `check current pts ,terminal device`
* ps -t ps/pts<number> `process monitoring`
* script /dev/pts/<number> `montior terminal`
* script /dev/pts/0 `montior terminal`
* cat /dev/urandom > /dev/pts/pts-number 2>/dev/null `prints arbitary text on terminal`
* pkill -9 -t pts/pts-number
### Closing Session (Windows)