Enum4linux-ng
Last updated
A next generation version of enum4linux (a Windows/Samba enumeration tool) with additional features like JSON/YAML export. Aimed for security professionals and CTF players.
sudo apt install enum4linux-ngInstall Pre Reqs
sudo apt install -y smbclient python3-ldap3 python3-yaml python3-impacketBest done in an a VENV
git clone https://github.com/cddmp/enum4linux-ng && cd enum4linux-ng
pip install wheel
pip install -r requirements.txtBasic usage
Last updated
python3 enum4linux-ng.py -As <target>