Struct libathena::AthenaClient[][src]

pub struct AthenaClient { /* fields omitted */ }
Expand description

AthenaClient contains methods that are useful to both attackers and victims Methods applicable to the attacker role are prefixed with “attacker” Methods applicable to the victim role are prefixed with “victim”

Implementations

Attacker: Get list of all victims currently available on the C2 server

Attacker: Set payload that needs to be executed on a victim machine A unique payload ID is returned. This ID is required to access the payload’s result

Attacker: Read result that was submitted by a victim machine. Results are mapped against the payload ID.

Attacker: Delete all victims from C2 server

Attacker: Get configured password of the C2 server

Victim: Register victim on the C2 server

Victim: Get all payloads that are yet to be executed on the victim machine. Yet to be executed = No response submitted yet.

Victim: Submit payload’s result

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.