Skip to content

Anon-Exploiter/Anon-Exploiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 

Repository files navigation

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()}!! πŸ‘‹")
    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

gautamkrishnar gautamkrishnar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published