2.3.2.1 Vertex class - montequie/darknet-network-topology GitHub Wiki
The Vertex class
Each node in the graph is a part of the Onion-Active
class and has 4 properties:
- URL - the name of the onion
- ALIVE - a Boolean that indicates if the onion was active and responded in the current scan
- HASH_Content - hash calculation on the onion's page content, if the onion is inactive it will be empty
- HTTP_RESPONSE - the content of the onion, if the onion is inactive it will be empty (this property is not used at the moment)