Paul
Paul
shhgit should be able to output to different sources and formats, i.e. csv, json, a postgres database, UDP, elasticsearch, etc. We should take a modular approach for extensibility, i.e. struct...
To replace the current yaml signatures. This will allow us to create mroe powerful rules. For example to find GitHub API keys we would regex on `([a-f\d]{40})`, but currently that...
We should extract information such as account expiry, last logon time, password last changed and user groups. impacket/secretsdump already collects these but does not output it from the dump methods,...
Processing can take a good 30 seconds for 1000s of records/users. I think this is down to performance limitations of TinyDB. Consider moving to sqlite3?
The graph can get rather difficult to read if you add a number of profiles. We should add a console output method that orders the top number of people with...
Currently Needl will daemonize when passing in the `--daemon` flag. We should create the appropriate scripts so the OS can handle running it as a service. We need to explore...