Skip to content
View jeeberrr's full-sized avatar
  • 16:12 (UTC -04:00)

Block or report jeeberrr

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

JEEBERRR.cpp

#include <iostream>
#include <string>
#include <vector>

struct dev {

    std::string name {};
    vector<std::string> languages {};
    int age {};
    std::string description {};
    vector<std::string> upcomingProjects {};

    dev() = default;

}

int main() {

    dev jeeberrr {};

    jeeberrr.name = "Jeeberrr";
    jeeberrr.languages = {"C++", "Python", "C#", "Kotlin", "Go", "Rust"};
    jeeberrr.age = 15;
    jeeberrr.description = "Teen malware developer.";
    jeeberrr.upcomingProjects = {"Vyper (go infostealer)", "Pneuma (rust cryptor)", "Crusader (rust + go botnet)", "tailless-rat (Multilang RAT [go, rust, etc...]"};

    return 0;

}

Popular repositories Loading

  1. Fridalyzer Fridalyzer Public

    A pre-analysis program good for all of your reverse enginering needs

    Python 2

  2. Phantom-Botnet Phantom-Botnet Public

    A simple botnet template that you can use to modify to your liking. For educational purposes only

    C++ 1 1

  3. kingsnake kingsnake Public

    Kingsnake is a simple ransomware written in python.

    Python 1

  4. jeeberrr jeeberrr Public

    Config files for my GitHub profile.