| Key | Description |
|---|---|
| CTRL A | Prefix |
| M | Edit .tmux.conf |
| r | Reload .tmux.conf |
| v | Edit .vimrc.local |
| h | Edit .zshrc |
| u | Reload .zshrc |
cat <<EOF > print.sh
#!/bin/bash
echo \$PWD
echo $PWD
EOF
Taken from: rmusser01/Infosec_Reference
Enumeration is the key. (Linux) privilege escalation is all about:
Collect - Enumeration, more enumeration and some more enumeration.
- ssh-keygen -t rsa -C "[email protected]"
for example, 2 keys created at:
~/.ssh/id_rsa-j1g54w
~/.ssh/id_rsa-itmagix
OlderNewer