Skip to content
View saad0x1's full-sized avatar
🐍
Python
🐍
Python

Block or report saad0x1

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
saad0x1/README.md

type user = {
  name : string;
  role : string;
  interests : (string * string list) list;
  learning : (string * string list) list;
  playgrounds : (string * string list) list;
  stack : (string * string list) list;
}

let me = {
  name = "saad0x1";
  role = "Security Engineer";
  interests = [
    ("Programming", ["Functional Programming"; "Object-Oriented Programming"; "Compiler Design"]);
    ("Computer Science", ["Operating Systems"; "Computer Architecture"; "Networking"]);
    ("Systems", ["System Design"; "Infrastructure"; "DevOps"]);
    ("Security", ["CTI"; "DFIR"; "PT Web/AD"; "Maldev/Evasion"; "RE/Pwn"]);
  ];
  learning = [
    ("Computer Science", ["Data Structures"; "Algorithms"; "Operating Systems"; "Computer Architecture"; "Networking"]);
    ("Programming", ["Python"; "Go"; "JS/TS"]);
    ("Low Level", ["x86_64"; "C"]);
  ];
  playgrounds = [
    ("Coding", ["BOOT.DEV"; "codecrafters.io"; "checkio.org"; "HackerRank"]);
    ("CTF", ["Hack The Box"; "pwn.college"; "TryHackMe"]);
  ];
  stack = [
    ("Languages", ["Python"; "Go"; "C"; "Bash"; "PowerShell"]);
    ("DevOps", ["Nix"; "Docker"; "Kubernetes"; "Ansible";]);
    ("CI/CD", ["Git"; "GitHub Actions"]);
    ("Infrastructure", ["Apache"; "Nginx"; "MySQL"; "Grafana"]);
  ];

Contact

Pinned Loading

  1. botnetbuddies/hackthebox-themes botnetbuddies/hackthebox-themes Public

    A collection of config files for linux focusing on hackthebox theme

    CSS 56 6

  2. pentestfunctions/BlueDucky pentestfunctions/BlueDucky Public

    🚨 CVE-2023-45866 - BlueDucky Implementation (Using DuckyScript) 🔓 Unauthenticated Peering Leading to Code Execution (Using HID Keyboard)

    Python 1.9k 321

  3. Exploits Exploits Public

    PoCs & Exploits

    Python 1 1

  4. Syntac Syntac Public

    Forked from gatariee/Syntac

    syntax is hard

    Python 1