Skip to content
View RejectModders's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@disutils

Block or report RejectModders

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 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
RejectModders/README.md

Banner

Typing SVG

Discord Website VulnRadar GitHub

profile views

About Me

Cybersecurity-focused dev from Missouri. I build things I actually care about. Right now that means security tools, systems work, and understanding why things break.

Started coding in 2020. I use Linux daily, live in the terminal, and care about uptime, monitoring, and infra that actually makes sense.

I spend way too much time watching cop videos 🚓



Focus

Cybersecurity Networking, traffic analysis, segmentation, hardening, monitoring and alerting
Programming Python for tooling and automation, C/C++/C# for low-level work, JS/TS for web
System Ops Linux as a daily driver, Docker, CI/CD, scripting to keep infra repeatable
Learning Advanced networking, system architecture

VulnRadar

Security scanner I built because nothing else did exactly what I wanted. Scan any site, get a real report with severity ratings, and know what to actually fix.

vulnradar.dev  |  GitHub Org

$ vulnradar scan https://example.com

Scanning target...
Running 175+ vulnerability checks

[CRITICAL] SQL Injection      /api/search
[HIGH]     XSS                /search?q=
[MEDIUM]   Missing HSTS header
[INFO]     3 outdated dependencies

Scan complete. 12 findings across 4 severities.
Report saved  vulnradar.dev/r/abc123

175+ vulnerability checks covering SQLi, XSS, SSRF, open redirects, misconfigs and more. Every finding comes with a severity rating and an actual explanation of how to fix it. Fully open source. If you can't read the code, why would you trust it?


Personal Site

rejectmodders.dev portfolio, live GitHub activity, projects, and contact. Built with Next.js, TypeScript, Tailwind and Framer Motion.


Tech Stack

Tech Stack

Full breakdown

Languages

Python C C++ C# TypeScript JavaScript Bash

Frameworks & Libraries

Next.js React FastAPI Express.js Node.js Tailwind

Databases

PostgreSQL SQLite MongoDB Redis

Tools & Platforms

Docker Linux Git VS Code PyCharm Rider


Developer Profile

from datetime import datetime


class Developer:
    def __init__(self) -> None:
        self.name         = "RejectModders"
        self.role         = "Cybersecurity Dev | Systems | Tooling"
        self.location     = "Missouri, USA"
        self.site         = "https://rejectmodders.dev"
        self.projects     = {
            "VulnRadar": "https://vulnradar.dev",
            "GitHub":    "https://github.com/RejectModders",
        }
        self.stack        = ["Python", "C", "C++", "C#", "TypeScript", "Bash"]
        self.learning     = ["Advanced Networking", "System Architecture"]
        self.coding_since = 2020
        self.experience   = datetime.now().year - self.coding_since
        self.fun_fact     = "I spend way too much time watching cop videos 🚓"

    def current_focus(self) -> list[str]:
        return [
            "Building VulnRadar into a serious security tool",
            "Deepening networking and Linux skills",
            "Writing automation that actually saves time",
            "Hardening and monitoring real infrastructure",
        ]


reject = Developer()

GitHub Stats

GitHub Streak

Activity Graph Snake Animation

Currently Playing


Pinned Loading

  1. disutils/disckit disutils/disckit Public

    An open source utilities library for the disutils bots

    Python 4

  2. disutils/disckit-example-bot disutils/disckit-example-bot Public archive

    This is a public bot that allows you to understand Disckit and how to use it in your source code!

    Python

  3. disutils/disutils disutils/disutils Public

    Wanna be part of Disutils Team? Read this then!

  4. Flappy-Bird Flappy-Bird Public

    Flappy Bird using Pygame - fun project to make!

    Python 1 1