mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-05-15 21:18:25 +02:00
Update README.md
This commit is contained in:
@@ -1428,8 +1428,8 @@ stty raw -echo opost; fg
|
||||
# On target host
|
||||
export SHELL=/bin/bash
|
||||
export TERM=xterm-256color
|
||||
reset
|
||||
stty rows 24 columns 120
|
||||
reset -I
|
||||
stty -echo;printf "\033[18t";read -rdt R;stty sane $(echo "$R"|awk -F";" '{ printf "rows "$3" cols "$2; }')
|
||||
# Pimp up your prompt
|
||||
PS1='USERS=$(who | wc -l) LOAD=$(cut -f1 -d" " /proc/loadavg) PS=$(ps -e --no-headers|wc -l) \[\e[36m\]\u\[\e[m\]@\[\e[32m\]\h:\[\e[33;1m\]\w \[\e[0;31m\]\$\[\e[m\] '
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user