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