Skip to content
View wreakdev's full-sized avatar
🏖️
🏖️
🏖️
🏖️

Block or report wreakdev

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
wreakdev/README.md
type WreakDev struct {
        Name       string
        Stack      []string
        Focus      []string
        Sec        []string
        Role       []string
        Mission    string
        Driver     string
        HomeLab    string
        Portfolio  string
        TryHackMe  string
}

var GithubUser = WreakDev{
        Name:       "wreakdev // wxwreak",
        Stack:      []string{"Linux", "Docker", "Kubernetes", "Python", "Go"},
        Focus:      []string{"DevSecOps", "Infrastructure Automation", "Security Tooling"},
        Sec:        []string{"OffSec Mindset", "Web Recon & Fuzzing", "TryHackMe"},
        Role:       []string{"DevSecOps Enthusiast", "Infrastructure & Tool Developer"},
        Mission:    "Building CLI Tools // Automating Infrastructure // Securing Systems",
        Driver:     "Fedora Linux",
        HomeLab:    "Raspberry Pi",
        Portfolio:  "https://wreakdev.vercel.app",
        TryHackMe:  "https://tryhackme.com/p/wxwreak",
}

Pinned Loading

  1. updateit updateit Public

    A cross-platform CLI tool to update all packages from listed package managers

    Go

  2. ppush ppush Public

    lightweight Python automation script designed to streamline your Git workflow. Stop typing three commands repeatedly—do it all with one

    Python

  3. webrr webrr Public

    Webrr is a command-line utility written in Go designed to perform reconnaissance on web servers. It checks for security-related HTTP headers, detects Web Application Firewalls (WAFs), and identifie…

    Go

  4. fuzzmap fuzzmap Public

    Fuzzmap is a simple and fast command-line web fuzzing tool written in Go. It allows you to discover hidden directories, files, and endpoints on a target web server using a specified wordlist and co…

    Go 1

  5. lpechk lpechk Public

    A lightweight, automated local enumeration tool written in Go designed to audit Linux systems for potential privilege escalation vectors, misconfigurations, and sensitive data exposure.

    Go 1 1

  6. vulnfy vulnfy Public

    Vulnfy is a lightweight, cross-platform dependency and container vulnerability scanner written in Python. It automatically detects project configuration/lock files across multiple languages and ec…

    Python