Skip to content
View ArthurHydr's full-sized avatar
:shipit:
Rato Preto
:shipit:
Rato Preto
Block or Report

Block or report ArthurHydr

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
ArthurHydr/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 = "19";
    std::string skills = "Pentester, Bug-Hunter, CTF-Player";
    std::string tech = "Linux, Git, Docker, 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

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

  2. PortKnocking PortKnocking Public

    Python

  3. LFInteractive LFInteractive Public

    Python

  4. chip-8 chip-8 Public

    A simple chip-8 emulator.

    Go 2

  5. green-cards green-cards Public

    Python 1

  6. fscript fscript Public

    Forked from Garoze/fscript

    JavaScript 1