You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- hashcat -m 6211 -a 0 truncate_truecrypt.tc cyclone_hk_v2.txt -r cyclone_250.rule
19
19
- Tool will not overwrite any existing files
20
20
21
+
### Install latest release:
22
+
```
23
+
go install github.com/cyclone-github/container_truncator@latest
24
+
```
25
+
### Install from latest source code (bleeding edge):
26
+
```
27
+
go install github.com/cyclone-github/container_truncator@main
28
+
```
29
+
21
30
### Compile from source:
22
31
- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.
0 commit comments