File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 変更点
2
2
3
- ## x.x.x [ xxxx/xx/xx ]
3
+ ## 2.8.0 [ 2025/02/22 ] Ninja Day Release
4
4
5
5
** 改善:**
6
6
Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
- ## x.x.x [ xxxx/xx/xx ]
3
+ ## 2.8.0 [ 2025/02/22 ] Ninja Day Release
4
4
5
5
** Enhancements:**
6
6
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ include takajopkg/web/htmlServer
62
62
63
63
64
64
when isMainModule :
65
- clCfg.version = " 2.7.1 "
65
+ clCfg.version = " 2.8.0 "
66
66
const examples = " Examples:\p "
67
67
const example_automagic = " automagic -t ../hayabusa/timeline.jsonl [--level low] [--displayTable] -o case-1\p "
68
68
const example_extract_credentials = " extract-credentials -t ../hayabusa/timeline.jsonl [--skipProgressBar] -o credentials.csv\p "
@@ -97,7 +97,7 @@ when isMainModule:
97
97
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 "
98
98
const example_vt_ip_lookup = " vt-ip-lookup -a <API-KEY> --ipList ipAddresses.txt -r 1000 -o results.csv --jsonOutput responses.json\p "
99
99
100
- clCfg.useMulti = " Version: 2.7.1 Halloween Releaase\p Usage: takajo.exe <COMMAND>\p\p Commands:\p $subcmds\p Command help: $command help <COMMAND>\p\p " &
100
+ clCfg.useMulti = " Version: 2.8.0 Ninja Day Releaase\p Usage: takajo.exe <COMMAND>\p\p Commands:\p $subcmds\p Command help: $command help <COMMAND>\p\p " &
101
101
examples &
102
102
example_automagic &
103
103
example_extract_credentials & example_extract_scriptblocks & example_html_report & example_html_server &
Original file line number Diff line number Diff line change 1
1
# Package
2
2
3
- version = " 2.7.1 "
3
+ version = " 2.8.0 "
4
4
author = " Yamato Security @SecurityYamato"
5
5
description = " Takajo is an analyzer for Hayabusa results."
6
6
license = " AGPL-3.0"
You can’t perform that action at this time.
0 commit comments