SimplySecurity / SimplyEmail

Email recon made fast and easy, with a framework to build on
CyberSyndicates.com
GNU General Public License v3.0
950 stars 226 forks source link

Feature Requets: Passive mode #51

Open bcoles opened 6 years ago

bcoles commented 6 years ago

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.

whoot commented 6 years ago

Are there even modules which interact with the target domain? I mean all results are coming from search engines, arent they?

bcoles commented 6 years ago

@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.

whoot commented 6 years ago

Alright, thanks for clarification. This stuff is indeed not easy to spot. Passive mode would be great!