Open bcoles opened 6 years ago
Are there even modules which interact with the target domain? I mean all results are coming from search engines, arent they?
@whoot
Yes, there are modules which interact with the target domain, for example:
While it's possible to specify individual modules with -t
, or modify the INI configuration file to disable some modules, this requires knowledge of which modules interact with the target domain.
It's not immediately obvious to the operator which modules interact with the target domain and which modules do not.
As such, it would be nice to have a --passive
mode, that runs all modules which do not interact with the target domain.
Alright, thanks for clarification. This stuff is indeed not easy to spot. Passive mode would be great!
It would be nice to have a
--passive
mode, that disables all modules which interact with the target domain, and enables all modules which do not interact with the target domain.Currently, to do this requires specifying individual modules with
-t
.