orlyjamie / mimikittenz

A post-exploitation powershell tool for extracting juicy info from memory.
1.82k stars 334 forks source link

README is misleading #7

Closed IISResetMe closed 8 years ago

IISResetMe commented 8 years ago

Please don't use the example:

$matches=[mimikittenz.MemProcInspector]::InspectManyProcs("iexplore","chrome","firefox")

$matches is an automatic variable (containing regex matches) in PowerShell

orlyjamie commented 8 years ago

Thanks Mathias Readme.md corrected.

IISResetMe commented 8 years ago

Just saw it's in the function definition as well, sent PR