Skip to content

Commit

Permalink
Merge pull request #1220 from Yamato-Security/1201-feat-extract-power…
Browse files Browse the repository at this point in the history
…shell-classic-data-fileds

feat: extract PowerShell Classic data fields option
  • Loading branch information
YamatoSecurity authored Nov 26, 2023
2 parents 919f593 + 15a1fab commit f6bf6b3
Show file tree
Hide file tree
Showing 21 changed files with 369 additions and 72 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 変更点

## 2.x.x [xxxx/xx/xx]

**新機能:**

- PowerShell classicログのフィールドを抽出するようにした。(`--no-pwsh-field-extraction`で無効化できる) (#1220) (@fukusuket)

## 2.10.1 [2023/11/12] "Kamemushi Release"

**改善:**
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## 2.x.x [xxxx/xx/xx]

**New Features:**

- Extraction of fields from PowerShell classic logs. (Can disable with `--no-pwsh-field-extraction`) (#1220) (@fukusuket)

## 2.10.1 [2023/11/13] "Kamemushi Release"

**Enhancements:**
Expand Down
102 changes: 56 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "hayabusa"
version = "2.10.1"
version = "2.10.2-dev"
repository = "https://github.com/Yamato-Security/hayabusa"
authors = ["Yamato Security @SecurityYamato"]
edition = "2021"
rust-version = "1.73.0"
rust-version = "1.74.0"
include = ["src/**/*", "LICENSE.txt", "README.md", "CHANGELOG.md"]

[dependencies]
Expand Down
Loading

0 comments on commit f6bf6b3

Please sign in to comment.