initial commit
This commit is contained in:
68
CTF/BasicPentesting/scan2.nmap
Normal file
68
CTF/BasicPentesting/scan2.nmap
Normal file
@@ -0,0 +1,68 @@
|
||||
# Nmap 7.95 scan initiated Wed Oct 15 20:54:03 2025 as: /usr/lib/nmap/nmap --privileged -A -T4 -oN scan2.nmap --script smb* 10.10.208.221
|
||||
Nmap scan report for 10.10.208.221
|
||||
Host is up (0.097s latency).
|
||||
Not shown: 994 closed tcp ports (reset)
|
||||
PORT STATE SERVICE VERSION
|
||||
22/tcp open ssh OpenSSH 8.2p1 Ubuntu 4ubuntu0.13 (Ubuntu Linux; protocol 2.0)
|
||||
80/tcp open http Apache httpd 2.4.41 ((Ubuntu))
|
||||
|_http-server-header: Apache/2.4.41 (Ubuntu)
|
||||
139/tcp open netbios-ssn Samba smbd 4
|
||||
|_smb-enum-services: ERROR: Script execution failed (use -d to debug)
|
||||
445/tcp open netbios-ssn Samba smbd 4
|
||||
|_smb-enum-services: ERROR: Script execution failed (use -d to debug)
|
||||
8009/tcp open ajp13 Apache Jserv (Protocol v1.3)
|
||||
8080/tcp open http Apache Tomcat 9.0.7
|
||||
Device type: general purpose
|
||||
Running: Linux 4.X
|
||||
OS CPE: cpe:/o:linux:linux_kernel:4.15
|
||||
OS details: Linux 4.15
|
||||
Network Distance: 2 hops
|
||||
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
|
||||
|
||||
Host script results:
|
||||
| smb2-capabilities:
|
||||
| 2:0:2:
|
||||
| Distributed File System
|
||||
| 2:1:0:
|
||||
| Distributed File System
|
||||
| Leasing
|
||||
| Multi-credit operations
|
||||
| 3:0:0:
|
||||
| Distributed File System
|
||||
| Leasing
|
||||
| Multi-credit operations
|
||||
| 3:0:2:
|
||||
| Distributed File System
|
||||
| Leasing
|
||||
| Multi-credit operations
|
||||
| 3:1:1:
|
||||
| Distributed File System
|
||||
| Leasing
|
||||
|_ Multi-credit operations
|
||||
| smb2-time:
|
||||
| date: 2025-10-15T18:54:20
|
||||
|_ start_date: N/A
|
||||
|_smb-print-text: false
|
||||
|_smb-vuln-ms10-054: false
|
||||
|_smb-vuln-ms10-061: Could not negotiate a connection:SMB: ERROR: Server returned less data than it was supposed to (one or more fields are missing); aborting [9]
|
||||
| smb2-security-mode:
|
||||
| 3:1:1:
|
||||
|_ Message signing enabled but not required
|
||||
| smb-mbenum:
|
||||
|_ ERROR: Failed to connect to browser service: Could not negotiate a connection:SMB: ERROR: Server returned less data than it was supposed to (one or more fields are missing); aborting [9]
|
||||
| smb-protocols:
|
||||
| dialects:
|
||||
| 2:0:2
|
||||
| 2:1:0
|
||||
| 3:0:0
|
||||
| 3:0:2
|
||||
|_ 3:1:1
|
||||
|_smb-flood: ERROR: Script execution failed (use -d to debug)
|
||||
|
||||
TRACEROUTE (using port 1723/tcp)
|
||||
HOP RTT ADDRESS
|
||||
1 67.19 ms 10.14.0.1
|
||||
2 83.55 ms 10.10.208.221
|
||||
|
||||
OS and Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
|
||||
# Nmap done at Wed Oct 15 20:54:27 2025 -- 1 IP address (1 host up) scanned in 23.85 seconds
|
||||
Reference in New Issue
Block a user