Skip to content
View 0xBl4nk's full-sized avatar
๐ŸฆŠ
Fox
๐ŸฆŠ
Fox

Block or report 0xBl4nk

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
0xBl4nk/readme.md

ะŸัƒัั‚ะพะน ใ‚ญใƒ„ใƒ

blank@gentoo~: cat whoami.cpp

#include <iostream>
class Me {
  public:
    Me(){};
    void sayHello() const {
      std::cout << "Hello, friend? That's lame. Maybe I should give you a name!\n";
  }
  public:
    std::string handle = "Blank Fox";
    std::string name = "Arthur Ottoni";
    std::string age = "20";
    std::string skills = "Pentester, Bug-Hunter, CTF-Player";
    std::string tech = "Linux, Git, Docker, GoLang, Python, C/C++, JavaScript, SQL, PHP, JS";
    std::string extra = "x86_64 assembly, BrainFuck";
  private:
    std::string quote = "I'm eternal black, never blue... (I just wanna cry)";
    std::string secret = "Nothing Here...";
};
int main() {
  Me blank;
  blank.sayHello();
  return EXIT_SUCCESS;
}

Pinned Loading

  1. FuzzSwarm2 FuzzSwarm2 Public

    FuzzSwarm is an advanced fuzzing tool designed to brute-force HTTP endpoints and uncover vulnerabilities in web applications and APIs. It efficiently handles large-scale testing through multi-threaโ€ฆ

    Go 3

  2. chip-8 chip-8 Public

    A simple chip-8 emulator.

    Go 3

  3. idor_enum idor_enum Public

    Go

  4. subtack subtack Public

    Go

  5. jwt-hammer jwt-hammer Public

    brute-force jwt

    Go

  6. JWTHunter JWTHunter Public

    exploit common JWT vulnerabilities.

    Python