Hi there, I'm Umar! 👋
An enthusiastic programmer and pentester who loves to explore, automate, break, learn, and hack all things!
import os
def greet():
print(f"Welcome {os.popen('whoami').read().strip()}!! 👋")
import os
def greet():
print(f"Welcome {os.popen('whoami').read().strip()}!! 👋")