HackTheBox - Abducted Writeup (opens in new tab) 🔐SSH
Difficulty: Medium OS: Linux Reconnaissance Nmap nmap -sC -sV -A -oA abducted PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 9.6p1 Ubuntu 3ubuntu13.16 139/tcp open netbios-ssn Samba smbd 4 445/tcp open netbios-ssn Samba smbd 4 Three open ports — SSH and Samba (SMB). No web server. The NetBIOS name is ABDUCTED and the server string is Hartley Group Document Services. /etc/hosts echo " abducted.htb" >> /etc/hosts SMB Enumeration Listing shares anonymously: smbclient...
Read the original article