Python-Honeypot icon indicating copy to clipboard operation
Python-Honeypot copied to clipboard

verbose alert in CLI

Open Ali-Razmjoo opened this issue 3 years ago • 3 comments

  • need to add multi verbose alerts in our cli

Ali-Razmjoo avatar Oct 10 '21 11:10 Ali-Razmjoo

@Ali-Razmjoo can you explain the issue in detail

spiderxm avatar Oct 27 '21 08:10 spiderxm

@spiderxm : there are levels of verbosity in software.

-v            verbose (print errors/warnings while in event loop)
-vv           very verbose (also print client commands/reponses)
-vvv          extremely verbose (also print internal state transitions)

so currently we only support first level of verbosity and i think we need more levels of verbosity.

dhirensr avatar Oct 28 '21 21:10 dhirensr

Will look into this

spiderxm avatar Oct 28 '21 21:10 spiderxm