Skip to content
View trajil's full-sized avatar
  • GFN
  • Koblenz, Germany
  • 13:18 (UTC +01:00)

Block or report trajil

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
trajil/README.md

Hey, I'm Eugene! 👋

Welcome to my GitHub space where I tinker with C++ and Python and build bridges between problems and solutions. Feel free to connect with me!

Kali Linux

C C++ Python

TryHackMe Badge

#include <friendlyness>
#include <passion>
#include <iostream>

class WhoAmI {
  std::string user = "Eugene Gugel";
  std::string current_edu = "GFN";
  std::vector<std::string> currently_learning = {"C++", "Software Development"};
  std::string fun_fact = "I have a penchant for the tranquility of Koblenz.";
  std::vector<std::string> hobbies = {
    "Power Lifting",
    "Tech",
    "Cycling",
    "Sci-Fi Movies"
  };

public:
  void getCity() {
    std::cout << "Koblenz, Germany - best place in Germany." << std::endl;
  }
  
  void Ambitions() {
    std::cout << "Striving to become a proficient Security Developer." << std::endl;
    std::cout << "Aiming to complete my personal projects and contribute to open source." << std::endl;
  }
};

int main() {
  WhoAmI eugene;
  eugene.getCity();
  eugene.Ambitions();
  return 0;
}
  • 🔭 I’m currently working on: A C++ generator for password dictionaries to be used in pen testing enviroments (dictionary attacks)

Pinned Loading

  1. Lernen Lernen Public

    C++

  2. Guru Guru Public

    HTML

  3. Python Python Public

    Python

  4. roadmap-project roadmap-project Public

    C++

  5. rocket rocket Public

    C++

  6. GameOOPLife GameOOPLife Public

    C#