danielbohannon / Revoke-Obfuscation

PowerShell Obfuscation Detection Framework
Apache License 2.0
725 stars 118 forks source link

feature/file-o-hashes #15

Closed bw-0 closed 6 years ago

bw-0 commented 6 years ago

adds support for a file containing hashes to whitelist. I dont want to keep a copy of the whitelisted script, and would like to whitelist based on hash only. the bigger goal is to have Measure-RvoObfuscation send me a message of obfuscated results, with hash and scriptblock. I can determine if I want to WL based on the scriptblock, then update my list of hashes in a tracked repo. support for file to be stored in Whitelist subfolder, or defined by parameter.

bw-0 commented 6 years ago

damnit; pls