cisagov / CHIRP

A DFIR tool written in Python.
Creative Commons Zero v1.0 Universal
1.04k stars 90 forks source link

v1.0.5 #32

Closed DeemOnSecurity closed 3 years ago

DeemOnSecurity commented 3 years ago

πŸ—£ Description

πŸ’­ Motivation and context

Addition of a --silent switch allows an entirely non-interactive run of CHIRP if the --non-interactive switch is also invoked. Perfect for runs of CHIRP over distributed methods.

Addition of a -v switch allows users to increase the verboseness of the program in a way that is more familiar, no custom log levels.

The previous notes and the replacement of the custom logging method with the logging builtin library prepares for changes necessary to implement #31.

πŸ§ͺ Testing

Tested in dev environment:

βœ… Checklist

DeemOnSecurity commented 3 years ago

@d33bs For your attention, I know you are fiddling with an implementation of #31, want to make sure you are aware of the coming changes.