enum4linux
- Thiru T
- Oct 30, 2024
- 1 min read
A tool for enumerating information from Windows and Samba systems.
It can be used to gather a wide range of information, including:
Domain and domain controller information
Local user and group information
Shares and share permissions
Security policies
Active Directory information
Install: (Apt)
sudo apt install enum4linuxInstall: (Git)
git clone https://github.com/CiscoCXSecurity/enum4linux
cd enum4linuxUsage:
# 'Do everything'
enum4linux.pl -a 192.168.2.55
# Obtain list of usernames (RestrictAnonymous = 0)
enum4linux.pl -U 192.168.2.55
# Obtain list of usernames (using authentication)
enum4linux.pl -u administrator -p password -U 192.168.2.55
# Get a list of groups and their members
enum4linux.pl -G 192.168.2.55
# Verbose scan
enum4linux.pl -v 192.168.2.55




Comments