From the course: Ethical Hacking: Enumeration
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Investigating the Windows network interface
From the course: Ethical Hacking: Enumeration
Investigating the Windows network interface
- [Instructor] SMBMap is a popular Samba Share Enumerator available from the Kali Applications menu in the SMB sub-menu of Information Gathering. We can also run it from the command line. I'll run this against my Windows 7 system. I have a standard user account which I can use called training. This establishes an SMB session and enumerates the shares. We can see that the temp and training shares exist together with the four special system shares user, C$, Admin$, and IPC$. We have read, write access to temp and read only access to training. I can run this against Metasploitable with a null session, which means I don't need to use ID and password. And again, we see the shares, including the temp share, with full read-write access. I can also run this with the R option and get a directory listing of files in the accessible temp share. There's also a tool for Kali, which can be used to enumerate the permission shares,…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.