s-rah / onionscan

OnionScan is a free and open source tool for investigating the Dark Web.
https://twitter.com/OnionScan
Other
2.89k stars 600 forks source link

Analytics Framework #73

Closed s-rah closed 8 years ago

s-rah commented 8 years ago

Currently SimpleReport is the only kind of post-analytics we do. This can definitely be expanded.

Some examples of post-processing steps we likely want in the core onionscan base:

Any analytics performed by OnionScan should be modular and configurable. It might make sense for OnionScan to accept a json formatted config file detailing the exact flow that it should undertake.

At the same time, we should try to minimize the amount of code dedicated to analytics that is best performed by other dedicated applications (one example that comes to mind is stylometry that requires ML models and databases of known samples - we likely do not want to support that).

s-rah commented 8 years ago

There is now a first cut of this in OnionScan-0.2 - any additions should create a new issue