TuoniListener

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

A class that provides data and functionality for a created listener.

listener_id

The unique identifier of the listener.

Type:

int

name

The name of the listener.

Type:

str

info

Information about the listener.

Type:

str

status

The current status of the listener.

Type:

str

plugin

The plugin associated with the listener.

Type:

str

configuration

The configuration settings for the listener.

Type:

dict

delete()[source]

Delete the listener.

reload()[source]

Reload the listener data from the C2 server.

start()[source]

Start the listener.

stop()[source]

Stop the listener.

update()[source]

Update listener on the server.