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()}!! 👋") print(f"Welcome %s!! 👋" % os.popen('cat /etc/passwd | grep `id | cut -d "=" -f2 | cut -d "(" -f1` | cut -d ":" -f1').read().strip()) # essentially the same lol