Skip to content
View Hartman5's full-sized avatar
⚙️
Reverse Engineering Course Soon!
⚙️
Reverse Engineering Course Soon!
  • USA

Highlights

  • Pro
Block or Report

Block or report Hartman5

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
Hartman5/README.md
export default class Hartman5 {
    constructor() {
        this.name = 'Evan Hartman';
        this.alias = [ 'Evan', 'Hartman5' ];

        this.comingSoon = 'Reverse Engineering course developed along side xTekky.';
    }

    contact() {
        const discord  = '@tenfigures';
        const telegram = '@hartman50';
        const email    = 'evanhartman500@gmail.com';
        
        return discord, telegram, email;
    }

    life() {
        const age        = 16;
        const occupation = 'Freelance Reverse Engineer';
        const hobbies    = [ 'Reverse Engineering', 'Sailing', 'Scuba Diving', 'Wrestling' ];
        
        return age, occupation, hobbies;
    }

    programming() {
        const languages         = [ 'Javascript (Node.js Framework)', 'Python', 'C#' ];
        const learning          = [ 'WASM', '.C', 'GoLang' ];
        const ide               = 'Visual Studio Code';

        const preferredLanguage = languages[0];

        return languages, learning, ide, preferredLanguage;
    }
}

Skills

Pinned Loading

  1. Instagram-Mobile-API Instagram-Mobile-API Public

    Instagram's Private Mobile API Reversed. Automate & Scrape Anything!

    JavaScript 2

  2. Meta-API-Security-Reversed Meta-API-Security-Reversed Public

    Meta API's security headers/body reversed. (__dyn, __csr, ccg, etc.)

    JavaScript 2

  3. Facebook-Login-Request-Reversed Facebook-Login-Request-Reversed Public

    Login to any Facebook account via Facebook's private API.

    JavaScript 1

  4. Epic-Games-XAL-Reversal Epic-Games-XAL-Reversal Public

    Epic Games Talon SDK Reversed - XAL Value Encryptor

    JavaScript 2

  5. Appointlet-Flooder Appointlet-Flooder Public

    Flood any Appointlet Calendar

    JavaScript

  6. Facebook-AB_Test_Data-Reversed Facebook-AB_Test_Data-Reversed Public

    Facebook's AB_Test_Data Encoding Reversed - No External Modules

    JavaScript