Skip to content
View Tyler-Staut's full-sized avatar
:octocat:
Hacking Away
:octocat:
Hacking Away

Highlights

  • Pro

Block or report Tyler-Staut

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Tyler-Staut/README.md

Hello World

git config --global user.name "Tyler Staut"

About Me (Written in Rust ๐Ÿฆ€)

use std::collections::HashMap;

fn main() {
    for (key, val) in Bio().iter() {
        println!("{} {}", key, val);
    }
}

fn Bio() -> HashMap<String, String> {
    HashMap::from([
        ("- โšก Quick bio:".to_string(), 
            "I am currently a Cloud Security Engineer".to_string()),

        ("- ๐Ÿ”ญ Iโ€™m currently working on".to_string(), 
            "Not taking down production servers ๐Ÿ˜…".to_string()),
            
        ("- ๐ŸŒฑ Iโ€™m currently learning".to_string(), 
            "How to become a better penetration tester in the cloud".to_string()),

        ("- ๐Ÿ’ป Iโ€™m looking to collaborate on".to_string(),
            "Any fun and interesting project".to_string()),

        ("- ๐Ÿค” Iโ€™m looking for help with".to_string(), 
            "Anything related to what I am currently learning ".to_string()),

        ("- ๐ŸŽฎ I'm currently playing".to_string(), 
            "Flight Simulator โœˆ๏ธ".to_string()),

        ("- ๐ŸŽ๏ธ I'm currently watching".to_string(), 
            "Too much Formula 1".to_string()),

        ("- ๐Ÿ’ฌ Ask me about".to_string(), 
            "Cloud Security | Red Teaming | Competitions".to_string()),

        ("- ๐Ÿ”ฅ Site:".to_string(), 
            "https://tyler-staut.cloud/".to_string()),
    ])
}

Popular repositories Loading

  1. Minecraft-MCP Minecraft-MCP Public

    Minecraft Server Status MCP server that you can host as a Cloudflare Worker

    TypeScript 1 1

  2. Fall-2015 Fall-2015 Public

    Used for Testing at School

    Python

  3. Caesar-Cipher Caesar-Cipher Public

    This is a script I made in 2015 to easily solve caesar ciphers

    Python

  4. File-Cryptifier File-Cryptifier Public

    This is a project designed to make Encrypting and Decrypting files easy.

    Java 2

  5. Propane Propane Public

    Forked from InjectionSoftwareandSecurityLLC/Propane

    An Open Source KoTH Platform

    Python

  6. Cyber-Security-Awareness-Module Cyber-Security-Awareness-Module Public archive

    Python 3