davehull / Kansa

A Powershell incident response framework
Apache License 2.0
1.56k stars 266 forks source link

kansa.ps1 #96

Closed davehull closed 9 years ago

davehull commented 9 years ago

Updated Set-KansaPath function that updates the current path statement to include analysis directories. In the old function the paths were hard-coded and that was problematic as it mean kansa.ps1 had to be updated, if new analysis paths were added. The new function can do this dynamically.