Port enumeration

Using nmap I found a smb server working in the machine. 3e43ce4c0cceb826f92cdfd2b517b5e5.png

SMB enumeration

Using smbclient, Im able to find a public share called WorkShares. 26d8f18ec83beda3e6e48f13e4458951.png Inside this directory, I found 2 user files. 13b88058400b6e94845d765bbd105092.png And inside the James.P directory, I found the flag. b806dd718eff8b7e79edb64de90f85a4.png

File exfiltration

Using get, I download the flag in my local machine. 2c439d68ab52a4be473d420fcc01a9d8.png And I just need to read the file to obtain the flag. 0313a684422cfb0fa931fc51fa0d5771.png