@@ -134,7 +134,7 @@ hckctl config --reset
134
134
135
135
# # Roadmap
136
136
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.
138
138
* Man: combine tldr and cheat
139
139
* Plugin: add your custom commands
140
140
* TUI: similar to lazydocker and k9s
@@ -170,46 +170,39 @@ just
170
170
171
171
< ! --
172
172
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
-
178
173
TODO
179
174
* 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
182
178
- 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
186
182
- verify kube/cloud distroless support
187
- - verify kube/cloud no shell support
183
+ - verify kube/cloud no- shell support
188
184
- RELEASE
189
- - config migration between versions
185
+ - verify config migration between versions
190
186
* general
191
187
- brew release
192
188
- review client timeouts
193
189
- update readme
194
190
* remove comments
195
191
* update setup
196
192
* descriptions/screenshot/gif
197
- - add * guide* : all commands explained
198
- - add * example* : different uses cases e.g htb, etc
199
193
- delete old branches (video)
200
194
- disclaimer of responsibility
201
195
- update internal cli diagram
202
196
- convert TODOs left in GitHub issues
203
197
- add GitHub org labels: feature/bug/question
204
198
- review/delete GitHub project
205
- - highlight attacker and victim boxes to create specific scenario
206
199
- 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
209
202
* owasp/dvwa
210
203
* https://github.com/vulhub/vulhub
211
204
* https://houdini.secsi.io
212
- - flaky tests
205
+ - flaky tests ( ? )
213
206
* kubernetes_test.go:TestNewResources
214
207
* cli
215
208
- autocomplete commands and values
223
216
* template
224
217
- add ` --remote` mutually exclusive flag
225
218
- update directories to exclude in ` resolvePath` e.g. charts
219
+ - add filters and review output e.g. table
226
220
* box
227
221
- review tty resize
228
222
- implement copy ???
0 commit comments