Skip to content
montequie edited this page Jan 4, 2019 · 3 revisions

Welcome to the darknet-network-topology wiki!

The System contains 3 main component:

  1. Python scripts
  2. Graph database
  3. Tor client

There are 3 types of python scripts that will be described and their resources files:

  1. Crawlers - These set of scripts are responsible of the practical web scraping, the Darknet and the Regular web altogether

  2. Maintenance - These set of scripts are responsible of initialising the System and making sure it is running

  3. Statistics - These set of scripts are responsible of analysing the scans results and give an analytic output

  4. Resources - The files that feeding the python scripts

There are 2 type of classes in the graph db's scheme that will be described:

  1. Vertex class

  2. Edge class

Clone this wiki locally