[][src]Struct oxy::types::WinDoxx

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

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

Fields

ip_addr: String

Ip Address of victim.

users: Vec<String>

List of usernames on victims machine.

mac_addr: String

Mac Address of victim.

screen: SS

Screenshot of victim's screens

ipconfig: String

ifconfig dump

Methods

impl WinDoxx[src]

pub fn new() -> Self[src]

Create a new WinDoxx

Trait Implementations

impl Debug for WinDoxx[src]

impl Serialize for WinDoxx[src]

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

Auto Trait Implementations

impl Send for WinDoxx

impl Sync for WinDoxx

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]