Skip to content

Commit

Permalink
Added parsing of Visual Studio Code PowerShell history file
Browse files Browse the repository at this point in the history
Visual Studio Code is very popular. The PowerShell history of it should be searched for credentials as well.
  • Loading branch information
zh54321 authored Jul 11, 2024
1 parent ae01ab9 commit 04097d9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ Description = "Files with these exact names will be searched for PowerShell rela
MatchLocation = "FileName"
WordListType = "Exact"
MatchLength = 0
WordList = ["ConsoleHost_history\\.txt"]
Triage = "Green"
WordList = ["ConsoleHost_history\\.txt",
"Visual Studio Code Host_history\\.txt"]
Triage = "Green"

0 comments on commit 04097d9

Please sign in to comment.