TuoniFile

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

A class that provides data and functionality for a stored files.

fileId

The unique identifier (GUID) for the file.

Type:

GUID

originalFileName

The original filename.

Type:

str

size

Size of the file.

Type:

int

filePaths

List of filepaths

Type:

list

downloadHref

A download path.

Type:

str

delete()[source]

Delete the file.

download(filename)[source]
reload()[source]

Reload the file data from the C2 server.