Scanning and Enumeration

Scanning

kali@kali:~/HTB/Artic$ nmap -Pn -sC -sV -p135,8500,49154 10.10.10.11
Host discovery disabled (-Pn). All addresses will be marked 'up' and scan times will be slower.
Starting Nmap 7.91 ( https://nmap.org ) at 2020-11-20 22:52 EST
Nmap scan report for 10.10.10.11
Host is up (0.079s latency).

PORT      STATE SERVICE VERSION
135/tcp   open  msrpc   Microsoft Windows RPC
8500/tcp  open  fmtp?
49154/tcp open  msrpc   Microsoft Windows RPC
Service Info: OS: Windows; CPE: cpe:/o:microsoft:windows

Enumeration

Port 135 & Port 49154

Running RPC

Port 8500

Found Exploit LFI

Last updated

Was this helpful?