Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Oct 10, 2023
1 parent 1033297 commit ebd1a91
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<a href="https://github.com/hckops/hckctl/actions/workflows/ci.yaml">
<img src="https://github.com/hckops/hckctl/actions/workflows/ci.yaml/badge.svg" alt="ci">
</a>
<a href="https://github.com/hckops/hckctl/actions/workflows/release.yml">
<img src="https://github.com/hckops/hckctl/actions/workflows/release.yml/badge.svg" alt="release">
</a>
</p>

<p align="center">
Expand Down Expand Up @@ -137,7 +140,6 @@ See [output](./docs/task-htb-example.txt) example
Use the shared directory to mount local paths
```bash
# download your wordlists
mkdir -p ${HOME}/.local/state/hck/share/wordlists
git clone --depth 1 https://github.com/danielmiessler/SecLists.git \
${HOME}/.local/state/hck/share/wordlists/SecLists
Expand Down Expand Up @@ -230,7 +232,7 @@ provider:

### Cloud

Access to the platform is limited and in ***preview***. If you are interested, please leave a comment or a :thumbsup: to this [issue](https://github.com/hckops/hckctl/issues/104) and we'll reach out with more details
Access to the platform is limited and in ***private preview***. If you are interested, please leave a comment or a :thumbsup: to this [issue](https://github.com/hckops/hckctl/issues/104) and we'll reach out with more details
```bash
provider:
cloud:
Expand Down Expand Up @@ -275,19 +277,17 @@ tail -F ${HOME}/.local/state/hck/log/hckctl-*.log
<!--
* task kube vpn
* task/box kube vpn
* task/box kube shareDir vs copy dir
* task kube tee log file
* task kube shareDir ? copy dir?
* task kube interrupt
* replace task/htb example with thm
* verify/support kube config relative path
* update cloud
* update platform prs/dependencies
* update cloud pkg
* update platform prs
TODO
* priority
- add box kube --network-vpn
- add box kube shareDir
- add task cloud
- debug `htb-postman`
- lab inputs
Expand Down

0 comments on commit ebd1a91

Please sign in to comment.