Marcos Azevedo
PsyLinux Blog

PsyLinux Blog

Follow
homebadgesnewsletter

Enumerating SMB Services

Jan 18, 20232 min read

The SMB (NetBIOS32) service Listens to TCP ports 139 and 445 and several UDP ports. SMB1 - Windows 2000, XP, and Windows 2003. SMB2 - Windows Vista...

Enumerating SMB Services

Impacket Tools

Jan 18, 20238 min read

What is Impacket? Impacket is a collection of Python classes for working with network protocols. Impacket is focused on providing low-level...

Impacket Tools

Mount Remote SMB Windows Share on Linux

Jan 18, 20231 min read

Install dependencies Install smb4k on Kali, a useful Linux GUI for browsing SMB shares apt-get install smb4k -y Use smbmount smbmount...

Mount Remote SMB Windows Share on Linux

Scanning SMB Services with NMAP

Jan 18, 20232 min read

Metasploit Nmap Wrapper Using a nmap wrapper inside metasploit will automatically save the results in a database, and make future searches much...

Scanning SMB Services with NMAP

Exploiting Samba

Jan 18, 20232 min read

#samba #smb #share #windows #nmap #scan #exploitation #enumeration Samba is the standard Windows interoperability suite of programs for Linux and...

Exploiting Samba