2.3.2.1 Vertex class - montequie/darknet-network-topology GitHub Wiki

The Vertex class

Vertex Class

Each node in the graph is a part of the Onion-Active class and has 4 properties:

  1. URL - the name of the onion
  2. ALIVE - a Boolean that indicates if the onion was active and responded in the current scan
  3. HASH_Content - hash calculation on the onion's page content, if the onion is inactive it will be empty
  4. HTTP_RESPONSE - the content of the onion, if the onion is inactive it will be empty (this property is not used at the moment)