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

Block or report MikeTheHash

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking 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 aboutreporting 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 mytryhackme.comaccount, 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 onTryHackMe,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 Loading

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

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

    Python 10 3

  2. BashrcMalware BashrcMalwarePublic

    A linux malware that exploits.bashrc file on linux!

    Shell 6

  3. LinuxInstallers LinuxInstallersPublic

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

    Shell 1 1

  4. CheckSiteStatus CheckSiteStatusPublic

    A simple tool for check the status of any sites

    Python 2

  5. spam-script spam-scriptPublic

    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 2

  6. StegBrute StegBrutePublic template

    A simple tool to bruteforce steganography!

    Python