kpcyrd / sn0int

Semi-automatic OSINT framework and package manager
https://sn0int.readthedocs.io/
GNU General Public License v3.0
1.92k stars 177 forks source link

Add support to track module stealth in metadata #183

Closed kpcyrd closed 3 years ago

kpcyrd commented 3 years ago

This allows adding:

-- Stealth: <value>

to the modules metadata to document how noisy the module is.

Valid values:

This still needs proper documentation for readthedocs.

It should also be possible to do:

sn0int --stealth passive

which would prevent running any modules that aren't offline or passive. A user would need to overwrite this with run --stealth normal.

Related to #170.