Hi there, I'm Umar! 👋

An enthusiastic programmer and pentester who loves to explore, automate, break, learn, and hack all things!

umararfeen/

import os

def greet():
    print(f"Welcome {os.popen('whoami').read().strip()}!! 👋")

gautamkrishnar gautamkrishnar