Skip to content
View MikeTheHash's full-sized avatar
💻
while(true){Hack(); Code();}
💻
while(true){Hack(); Code();}
Block or Report

Block or report MikeTheHash

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
MikeTheHash/README.md

Hi everyone! 👋

Im MikeTheHash a.k.a Haxabj, im a very skilled computer scientist for 3 years

Well, actually Im very skilled but I don't know what level to define myself at so I'll let the numbers speak for me.

Here my tryhackme.com account, you can open it and see how much im skilled with by the rank

Here's some info about me:

TopLangs

~ Languages: C, C++, C#, Java, Python, Dart, Javascript, Php, HTML, CSS, bash, batch ツ

~ Learning Assembly and some things about machine learning!

~ Programmer, Ethical Hacker, Discord Dev

~ Check my profile on TryHackMe, HackTheBox, Fiverr

using System;

class MikeTheHash{
    string[] programming_lang_knowledge = {"C#", "C", "Java", "Dart"};
    string[] scripting_lang_knowledge = {"Python", "Javascript", "Php"};
    string[] markup_lang_knowledge = {"HTML", "CSS"};
    string[] os_lang_knowledge = {"Bash", "Batch"};
    string[] general_lang_knowledge = {"C#", "C", "Java", "Dart", "Python", "Javascript", "Php", "HTML", "CSS", "Bash", "Batch"};
    string hiddenMsg = "$6$hiddenMessage$RL5Q0CuMk265nEiJ1uBsFUecitKZnXKEa9FJc1Flr.qcdZQUdPJ2HUIgdyevJGDo4fJmqxnTyvkcr4HuFuLY0.";
    public string say_hello(){
       string HelloVar = "Hello Everyone!";
       return HelloVar;
    }
}

class Life{
   static void Main(){
      MikeTheHash Mike = new MikeTheHash();
      Mike.say_hello();
      // Yeah guys, I have serious problem ahahaha
    }
}

And no, Im not gonna fix your fucking printer!

Pinned

  1. CVE-2018-5955 CVE-2018-5955 Public

    An exploit for CVE-2018-5955 GitStack 2.3.10 Unauthenticated RCE

    Python 8 3

  2. BashrcMalware BashrcMalware Public

    A linux malware that exploits .bashrc file on linux!

    Shell 6

  3. LinuxInstallers LinuxInstallers Public

    These scripts, automate the installation of program and programming language on linux distros

    Shell 1 1

  4. CheckSiteStatus CheckSiteStatus Public

    A simple tool for check the status of any sites

    Python 1

  5. spam-script spam-script Public

    A script for spam, the script it's like an autoclicker, the script using pyautogui, as can be seen from the code, this script works on linux & windows

    Python 1

  6. StegBrute StegBrute Public template

    A simple tool to bruteforce steganography!

    Python