TuoniDataCredential

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

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

id

The unique identifier (GUID) for the credential.

Type:

GUID

username

The username.

Type:

str

password

The password.

Type:

str

host

Host where credential works.

Type:

str

realm

Credential realm.

Type:

str

source

Source of the credential.

Type:

str

note

Additional notes.

Type:

str

status

Status of the entry.

Type:

str

archive()[source]

Archive the credentials.

reload()[source]

Reload the credential data from the C2 server.

update()[source]

Update data on the server.