TuoniDataService

class tuoni.TuoniDataService(conf, c2)[source]

A class that provides data and functionality for a service data model entry.

id

The unique identifier (GUID) for the service.

Type:

GUID

address

The service address.

Type:

str

port

Port number.

Type:

int

protocol

Service protocol.

Type:

str

banner

Service banner.

Type:

str

note

Additional notes.

Type:

str

status

Status of the entry.

Type:

str

archive()[source]

Archive the service.

reload()[source]

Reload the service data from the C2 server.

update()[source]

Update data on the server.