Anon-Exploiter - Overview

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

Pinned Loading

  1. A standalone python script which utilizes python's built-in modules to enumerate SUID binaries, separate default binaries from custom binaries, cross-match those with bins in GTFO Bin's repository …

    Python 657 127

  2. A cross-platform python based utility for information gathering and penetration testing automation!

    Python 429 102

  3. Sliver CheatSheet for OSEP

    PowerShell 262 58

  4. A docker image which will enumerate, sort, unique and resolve the results of various subdomains enumeration tools.

    Shell 71 16

  5. Download INE courses including labs, exercises, quizzes, slides, and, videos!

    Python 45 18

  6. Python3 script to download subbed animes from 4anime.to, gogoanime.ai, and gogoanime.be (the sites with best quality i.e. 1080p)

    Python 28 3