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;
}
Rato Preto
Highlights
Pinned Loading
-
FuzzSwarm2
FuzzSwarm2 PublicFuzzSwarm 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
-
-
-
nvim-config
nvim-config PublicUpdating my neovim configuration because my dotfiles are out of date
Lua 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.