6
0
mirror of https://github.com/avast/ioc synced 2024-07-05 09:31:48 +00:00
ioc-collection/CobaltStrike/checksum8/README.md

19 lines
235 B
Markdown
Raw Normal View History

2021-07-07 23:31:29 +00:00
# checksum8.py
Request query checksum8 tool.
Usage:
Generate word list:
```
checksum8.py -g <string_size>
```
Verify string:
```
checksum8.py -v <string>
```
Example:
```
checksum8.py -g 4
checksum8.py -v /aUEb
```