Paul

Results 15 issues of 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...

help wanted

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...

enhancement
help wanted

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,...

enhancement
help wanted

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?

enhancement
help wanted

enhancement
help wanted

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...

enhancement
help wanted
good first issue

enhancement
help wanted

Module that clicks on random content on /r/all.

help wanted

enhancement
help wanted

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...

enhancement
help wanted