rivsec / passtry

A library for password spraying
https://riversecurity.eu/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

quiet mode #25

Closed VegarLH closed 2 years ago

VegarLH commented 2 years ago

A quiet mode would make it easier to when calling this tool via cli or from a script.

tasooshi commented 2 years ago

@VegarLH I tried to keep the output minimalistic, less verbose than similar tools. In case of integration with Python apps it was designed so that pastry.jobs.Job can be instantinated directly. There will also be an option to dump findings to a file. Does it solve the issue or do we still need the quiet mode?

tasooshi commented 2 years ago

Summary of the discussion we had:

tasooshi commented 2 years ago

Dropped the idea of using custom loglevel, may collide with other libraries etc. Looking for another solution.

tasooshi commented 2 years ago

Things that are typical output now use print() as it should be anyway, all the rest is handled by the defaults meaning stderr. The good thing is that progress is being reported as the new creds are coming.