Skip to content
View 0xBl4nk's full-sized avatar
:shipit:
Rato Preto
:shipit:
Rato Preto

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

Hello, Friend!

blank@gentoo~: cat whoami.cpp
// Knock, Knock, Neo.
#include <iostream>

class Me {
  public:
    Me(){};

    void sayHello() const {
      std::cout << "Welcome to my profile!\n";
  }

  public:
    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";
    std::string extra = "x86_64 assembly, BrainFuck";

  private:
    std::string secret = "Nothing Here...";
};

int main() {
  Me arthur;

  arthur.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 1

  2. DnScan DnScan Public

    A multithread dns scanner that shows subdomains of a host, possible subdomains vulnerable to "Subdomain Takeover" and DNS records for each subdomain.

    Python 11 2

  3. chip-8 chip-8 Public

    A simple chip-8 emulator.

    Go 3

  4. idor_enum idor_enum Public

    Go

  5. ssti-detection-nuclei ssti-detection-nuclei Public

    ssti detection template for nuclei

  6. nvim-config nvim-config Public

    Updating my neovim configuration because my dotfiles are out of date

    Lua 1