[][src]Struct oxy::types::MacDoxx

pub struct MacDoxx {
    pub screen: SS,
    pub ip_addr: String,
    pub users: Vec<String>,
    pub mac_addr: String,
}

Mac Doxx Data The function is only included in the build when compiling for macOS

Fields

screen: SS

Screenshot of victim's screens

ip_addr: String

Ip Address of victim.

users: Vec<String>

List of usernames on victims machine.

mac_addr: String

Mac Address of victim.

Trait Implementations

impl Debug for MacDoxx[src]

impl Serialize for MacDoxx[src]

impl<'de> Deserialize<'de> for MacDoxx[src]

Auto Trait Implementations

impl Send for MacDoxx

impl Sync for MacDoxx

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

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

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

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

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]