Skip to content

Commit b38b096

Browse files
committed
update readme
1 parent cdd5969 commit b38b096

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

README.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ hckctl config --reset
134134

135135
## Roadmap
136136

137-
* Machine: instead of just containers, create and access VMs e.g. DigitalOcean Droplet, AWS EC2, Azure Virtual Machines, QEMU etc.
137+
* Machine: create and access VMs e.g. DigitalOcean Droplet, AWS EC2, Azure Virtual Machines, QEMU etc.
138138
* Man: combine tldr and cheat
139139
* Plugin: add your custom commands
140140
* TUI: similar to lazydocker and k9s
@@ -170,46 +170,39 @@ just
170170

171171
<!--
172172

173-
// task
174-
// TODO interrupt CTRL-C exit
175-
// TODO read-only volume OR copy dir ?! e.g. ffuf + seclist
176-
// TODO context timeout e.g. vpn or target not available
177-
178173
TODO
179174
* priority
180-
- add task
181-
- update task schema and validation
175+
- add box/lab --network-vpn support
176+
- fix task interrupt CTRL-C exit (delete containers)
177+
- add task volume or copy dir e.g. ffuf + seclists
182178
- play htb: linux/win
183-
- implement lab for docker (with kind) and kube
184-
- add flow with vpn
185-
- cloud size comparison
179+
- add flow example
180+
- fix cloud size comparison
181+
- add context client timeout e.g. vpn or target not available
186182
- verify kube/cloud distroless support
187-
- verify kube/cloud no shell support
183+
- verify kube/cloud no-shell support
188184
- RELEASE
189-
- config migration between versions
185+
- verify config migration between versions
190186
* general
191187
- brew release
192188
- review client timeouts
193189
- update readme
194190
* remove comments
195191
* update setup
196192
* descriptions/screenshot/gif
197-
- add *guide*: all commands explained
198-
- add *example*: different uses cases e.g htb, etc
199193
- delete old branches (video)
200194
- disclaimer of responsibility
201195
- update internal cli diagram
202196
- convert TODOs left in GitHub issues
203197
- add GitHub org labels: feature/bug/question
204198
- review/delete GitHub project
205-
- highlight attacker and victim boxes to create specific scenario
206199
- add go reference badge
207-
- public `kali-core` image
208-
- PR to official doc to run
200+
- public `preview/kali-core` image
201+
- create PR to external official doc to run
209202
* owasp/dvwa
210203
* https://github.com/vulhub/vulhub
211204
* https://houdini.secsi.io
212-
- flaky tests
205+
- flaky tests (?)
213206
* kubernetes_test.go:TestNewResources
214207
* cli
215208
- autocomplete commands and values
@@ -223,6 +216,7 @@ TODO
223216
* template
224217
- add `--remote` mutually exclusive flag
225218
- update directories to exclude in `resolvePath` e.g. charts
219+
- add filters and review output e.g. table
226220
* box
227221
- review tty resize
228222
- implement copy ???

0 commit comments

Comments
 (0)