Skip to content

Commit

Permalink
TXT to text
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoSecurity committed Dec 4, 2024
1 parent 0526bfa commit 3bfc8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/timeline/extract_base64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl Base64Data {
fn file_type(&self) -> String {
match self {
Base64Data::Utf8(_, _) | Base64Data::Utf16Le(_, _) | Base64Data::Utf16Be(_, _) => {
"TXT".to_string()
"text".to_string()
}
Base64Data::Binary(_, _, kind) => {
if let Some(kind) = kind {
Expand Down Expand Up @@ -477,7 +477,7 @@ mod tests {
"N".to_string(),
"N".to_string(),
"UTF-8".to_string(),
"TXT".to_string(),
"text".to_string(),
"Sec 4688".to_string(),
"12345".to_string(),
"test.evtx".to_string(),
Expand Down

0 comments on commit 3bfc8b7

Please sign in to comment.