You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First complete issue #132. Then include CommandKit::Options::VerboseLevel into Ronin::Recon::CLI::Commands::Run. Then add additional logging logic based on the verbose level (0, 1, 2, 3, ...) which would setup different engine.on(...) callbacks to print additional events from the engine. Increased verbose levels could allow printing the worker class names that discovered a new value, or when a value "job" begins or is finished being processed by a worker class.
The text was updated successfully, but these errors were encountered:
postmodern
changed the title
Add increasingly levels of verbose logging to ronin-recon run
Add increasing levels of verbose logging to ronin-recon runJun 23, 2024
First complete issue #132. Then include CommandKit::Options::VerboseLevel into
Ronin::Recon::CLI::Commands::Run
. Then add additional logging logic based on theverbose
level (0, 1, 2, 3, ...) which would setup differentengine.on(...)
callbacks to print additional events from the engine. Increased verbose levels could allow printing the worker class names that discovered a new value, or when a value "job" begins or is finished being processed by a worker class.The text was updated successfully, but these errors were encountered: