Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoSecurity committed Oct 31, 2024
1 parent a7cb0b4 commit bb6753b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/takajo.nim
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ include takajopkg/web/htmlServer


when isMainModule:
clCfg.version = "2.7.0"
clCfg.version = "2.7.1"
const examples = "Examples:\p"
const example_automagic = " automagic -t ../hayabusa/timeline.jsonl [--level low] [--displayTable] -o case-1\p"
const example_extract_credentials = " extract-credentials -t ../hayabusa/timeline.jsonl [--skipProgressBar] -o credentials.csv\p"
Expand Down Expand Up @@ -97,7 +97,7 @@ when isMainModule:
const example_vt_hash_lookup = " vt-hash-lookup -a <API-KEY> --hashList case-1-MD5-hashes.txt -r 1000 -o results.csv --jsonOutput responses.json\p"
const example_vt_ip_lookup = " vt-ip-lookup -a <API-KEY> --ipList ipAddresses.txt -r 1000 -o results.csv --jsonOutput responses.json\p"

clCfg.useMulti = "Version: 2.7.0 SecTor Releaase\pUsage: takajo.exe <COMMAND>\p\pCommands:\p$subcmds\pCommand help: $command help <COMMAND>\p\p" &
clCfg.useMulti = "Version: 2.7.1 Halloween Releaase\pUsage: takajo.exe <COMMAND>\p\pCommands:\p$subcmds\pCommand help: $command help <COMMAND>\p\p" &
examples &
example_automagic &
example_extract_credentials & example_extract_scriptblocks & example_html_report & example_html_server &
Expand Down
2 changes: 1 addition & 1 deletion takajo.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "2.7.0"
version = "2.7.1"
author = "Yamato Security @SecurityYamato"
description = "Takajo is an analyzer for Hayabusa results."
license = "AGPL-3.0"
Expand Down

0 comments on commit bb6753b

Please sign in to comment.