Giter Club home page Giter Club logo

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 working to become a certified penetration tester".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()),

        ("- šŸ”„ Blog:".to_string(), 
            "https://blog.tyler-staut.cloud/".to_string()),
    ])
}

Tyler Staut's Projects

autorecon icon autorecon

AutoRecon is a multi-threaded network reconnaissance tool which performs automated enumeration of services.

caesar-cipher icon caesar-cipher

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

charts icon charts

Community Helm Chart Repository

file-cryptifier icon file-cryptifier

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

init icon init

Custom System Initialization

mcstatus icon mcstatus

A Python class for checking the status of an enabled Minecraft server

pcxcogs icon pcxcogs

PhasecoreX's Cogs for Red-DiscordBot

rust-station icon rust-station

A Rust Based Terminal User Interface for Security Tools

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.