Skip to content

Commit

Permalink
Add Invoke-Forensic scripts
Browse files Browse the repository at this point in the history
* Add Readme
* Add Invoke-Kape and Invoke-RegRipper commands
  • Loading branch information
Karneades committed Mar 22, 2021
0 parents commit aca66e9
Show file tree
Hide file tree
Showing 5 changed files with 1,169 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Invoke-Forensic.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Module path for all functions
$ModuleRoot = $PSScriptRoot
# Load all functions
Get-ChildItem -Path $ModuleRoot\* -Exclude "Invoke-Forensic.ps1" -Filter *.ps1 | % { . $_.FullName}
Loading

0 comments on commit aca66e9

Please sign in to comment.