Skip to content

Commit

Permalink
finalize 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoSecurity committed Feb 20, 2024
1 parent 851353f commit 27ac6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/takajo.nim
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ include takajopkg/vtIpLookup
include takajopkg/vtHashLookup

when isMainModule:
clCfg.version = "2.4.0-dev"
clCfg.version = "2.4.0"
const examples = "Examples:\p"
const example_extract_scriptblocks = " extract-scriptblocks -t ../hayabusa/timeline.jsonl [--level low] -o scriptblock-logs\p"
const example_list_domains = " list-domains -t ../hayabusa/timeline.jsonl -o domains.txt\p"
Expand Down Expand Up @@ -77,7 +77,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.4.0 Dev Build\pUsage: takajo.exe <COMMAND>\p\pCommands:\p$subcmds\pCommand help: $command help <COMMAND>\p\p" &
clCfg.useMulti = "Version: 2.4.0 Ninja Day Release\pUsage: takajo.exe <COMMAND>\p\pCommands:\p$subcmds\pCommand help: $command help <COMMAND>\p\p" &
examples & example_extract_scriptblocks &
example_list_domains & example_list_hashes & example_list_ip_addresses & example_list_undetected_evtx & example_list_unused_rules &
example_split_csv_timeline & example_split_json_timeline &
Expand Down

0 comments on commit 27ac6d2

Please sign in to comment.