Adkali / Anume-Smart-Enumeration

Enumeration tool which can help you while doing CTF's ( THM, HTB ) - Anume

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

12

Linux

Readme

The Anume tool is a bash script which ment to assist in local privilege escalation during Capture The Flag (CTF) challenges, specifically on THM and HTB platforms. It Have you ever tried to local privilege escalation your way to the root, but nothing came up, Just a waste of time and bunch of searching? While Learning Bash, Python, Cyber Security, im also taking some 'Capture The Flag' challenges, which at the end of them, i have to make a privilege escalation, and gaining access no matter what, but you already know, right? Now, It is very frustrating to search for any ods/clues/missconfiguration while trying to performe privilege escalation, and there a bunch of challenges with differents Techniques, as you already know ( refers to linux), so i decide to make a bash script, with some options to help me/you to see if anything can help you make a local privilege escalation while you are in, and search in the system for something that might help you to reach your goals.

Bottom line

Anume offers a different options like searching for potential vulnerabilities and misconfigurations that could aid in gaining access to the root user Instead of manually typing multiple commands and potentially wasting time. this script streamlines the process and allows the user to quickly scan for potential threats. The tool is not revolutionary, but it serves as a convenient and time-saving solution for those looking to improve their privilege escalation skills while having fun in learning Cyber Security.

Usage

  1. git clone the repository.
  2. chmod +x [filename.sh]
  3. Choose from the options.

Updates

22.1 - Script Improvement & New commands.

About

Enumeration tool which can help you while doing CTF's ( THM, HTB ) - Anume


Languages

Language:Shell 100.0%