MAMarcos Azevedoinnullprofile.com·Jan 18, 2023 · 2 min readEnumerating SMB ServicesThe SMB (NetBIOS32) service Listens to TCP ports 139 and 445 and several UDP ports. SMB1 - Windows 2000, XP, and Windows 2003. SMB2 - Windows Vista SP1 and Windows 2008 SMB2.1 - Windows 7 and Windows 2008 R2 SMB3 - Windows 8 and Windows 2012. ...00
MAMarcos Azevedoinnullprofile.com·Jan 18, 2023 · 8 min readImpacket ToolsWhat is Impacket? Impacket is a collection of Python classes for working with network protocols. Impacket is focused on providing low-level programmatic access to the packets and for some protocols (e.g. SMB1-3 and MSRPC) the protocol implementation ...00
MAMarcos Azevedoinnullprofile.com·Jan 18, 2023 · 1 min readMount Remote SMB Windows Share on LinuxInstall dependencies Install smb4k on Kali, a useful Linux GUI for browsing SMB shares apt-get install smb4k -y Use smbmount smbmount //TARGET_IP/c$ /mnt/remote/ -o username=user,password=pass,rw Mount Windows CIFS / SMB share on Linux at /mnt/...00
MAMarcos Azevedoinnullprofile.com·Jan 18, 2023 · 2 min readScanning SMB Services with NMAPMetasploit Nmap Wrapper Using a nmap wrapper inside metasploit will automatically save the results in a database, and make future searches much easier. Open msfconsole: msf> db_nmap -vvv -sV -A <TARGET_IP> msf> db_nmap -vvv -sS -A -T5 --script all...00
MAMarcos Azevedoinnullprofile.com·Jan 18, 2023 · 2 min readExploiting Samba#samba #smb #share #windows #nmap #scan #exploitation #enumeration Samba is the standard Windows interoperability suite of programs for Linux and Unix. It allows end-users to access and use files, printers, and other commonly shared resources on a c...00