mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-09-24 06:40:42 +02:00
hackshell
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Deploy whatserver.sh to WWW
|
- name: Deploy whatserver & hackshell to WWW
|
||||||
env:
|
env:
|
||||||
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
|
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
+2
-2
@@ -7,9 +7,9 @@
|
|||||||
# useful static binaries.
|
# useful static binaries.
|
||||||
#
|
#
|
||||||
# Usage (memory only):
|
# Usage (memory only):
|
||||||
# source <(curl -fL https://thc.org/hs)
|
# source <(curl -SsfL https://thc.org/hs)
|
||||||
# Usage with downloading binaries:
|
# Usage with downloading binaries:
|
||||||
# BIN=1 source <(curl -fL https://thc.org/hs)
|
# BIN=1 source <(curl -SsfL https://thc.org/hs)
|
||||||
#
|
#
|
||||||
# Environment variables:
|
# Environment variables:
|
||||||
# XHOME= Set custom XHOME directory instead of /dev/shm/.$'\t''~?$:?'
|
# XHOME= Set custom XHOME directory instead of /dev/shm/.$'\t''~?$:?'
|
||||||
|
|||||||
Reference in New Issue
Block a user