Skip to content
View malvads's full-sized avatar
🧠
🧠

Organizations

@Sloppers

Block or report malvads

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

I'm a software engineer. Started coding at 11 and got into game modding, reverse engineering, memory hacking, binary reversing, and network protocols. First person to bypass Miniclip's Agar.io antibot system and the first to get bots working reliably on public servers after their patches. Somehow all this weird background turned into a career.

Along the way I reverse engineered stuff like A3 ERP and ICG Front-Hotel, got on the Google Bug Hunters Hall of Fame, shipped some tools to Kali Linux, contributed to RPM and the Apache Software Foundation, and worked on the redborder Linux distribution for a while. Got a few Ruby gems out there too. Everything I build is open source. I just prefer knowing what's running on my machine. And yours.

These are just the ones that survived my terrible habit of not pushing to GitHub. RIP to the rest.

stuff i've built

  • Slopper β€” GitHub Action that scores PRs with deterministic heuristics to fight low-quality AI-generated contributions
  • sqlmc β€” SQL injection scanner, official Kali Linux tool
  • mojo β€” Multithreaded C++20 web crawler for AI/LLM data ingestion
  • rb-sip β€” Real-time SIP/RTP call sniffer and audio reconstructor in C
  • kernel-bpcontroller β€” Linux kernel module for bypass control using kprobes
  • snort3 (redborder) β€” Snort3 NGIPS fork β€” kafka output, GeoIP, MultiML, and more
  • rb-arubacentral β€” Aruba Central API client for network device location tracking
  • logstatter β€” Logstash pipeline monitor in Rust, shipping metrics to Kafka
  • easycache β€” Ruby gem for in-memory key-value caching, used in production
  • AgarRepacker β€” Protocol bridge to make old Agar.io clients talk to newer server versions
  • AgarGexi β€” Agar.io browser extension I wrote when I was 12
  • organization-to-repo β€” Jenkins pipeline for delivery and deployment across redborder systems

and some cool internal corporate software that, sadly, I cannot share here.

Pinned Loading

  1. sqlmc sqlmc Public

    Official Kali Linux tool to check all urls of a domain for SQL injections :)

    Python 378 51