Linux command
enum4linux 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
enum4linux -a [remote_host]
Example
enum4linux -u [user_name] -p [password] [remote_host]
Example
enum4linux -U [remote_host]
Example
enum4linux -S [remote_host]
Example
enum4linux -o [remote_host]
说明
enum4linux enumerates information from Windows and Samba systems using SMB. It extracts user lists, share information, group membership, password policies, and operating system details. A Perl wrapper around tools like smbclient, rpcclient, and nmblookup for penetration testing.
参数
- -a
- Do all simple enumeration
- -U
- Get user list
- -S
- Get share list
- -o
- Get OS information
- -u _user_
- Username for authentication
- -p _password_
- Password for authentication
- -G
- Get group information
- -P
- Get password policy
FAQ
What is the enum4linux command used for?
enum4linux enumerates information from Windows and Samba systems using SMB. It extracts user lists, share information, group membership, password policies, and operating system details. A Perl wrapper around tools like smbclient, rpcclient, and nmblookup for penetration testing.
How do I run a basic enum4linux example?
Run `enum4linux -a [remote_host]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -a do in enum4linux?
Do all simple enumeration