Skip to content
View 0xR19BY's full-sized avatar
💀
Business as usual
💀
Business as usual

Block or report 0xR19BY

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
0xR19BY/README.md
$> whoami
	0xR19BY
$> cat /root/about_me.rs
#[derive(Debug)]
struct UserProfile {
    code: Vec<&'static str>,
    tools: Vec<&'static str>,
    work: Vec<&'static str>,
    tech_communities: TechCommunities,
    challenge: &'static str,
}

#[derive(Debug)]
struct TechCommunities {
    member: &'static str,
    studying: &'static str,
}

fn main() {
    let user = UserProfile {
        code: vec!["Rust", "Python", "Lua"],
        tools: vec!["SIEM", "SOAR", "WireShark", "Burp Suite", "Arch Linux", "and way more!"],
        work: vec!["L2 Security Analyst", "Threat Hunter", "Detection Engineer"],
        tech_communities: TechCommunities {
            member: "Hack The Box Academy",
            studying: "Certified Bug Bounty Hunter (CBBH)",
        },
        challenge: "Currently immersed in the field of webapp pentesting.",
    };

    println!("User Profile: {:?}", user);
}

Pinned Loading

  1. CSV_To_VirusTotal CSV_To_VirusTotal Public

    Passes values from a CSV to VirusTotal and returns relevant information

    Python 2

  2. 0xR19BY-Resources 0xR19BY-Resources Public

    Resources that suit my needs