sudo nmap --min-rate 10000 -p- 192.168.56.101 Starting Nmap 7.94 ( https://nmap.org ) at 2024-02-02 07:22 UTC Nmap scan report for 192.168.56.101 (192.168.56.101) Host is up (0.00013s latency). Not shown: 65532 closed tcp ports (reset) PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 8888/tcp open sun-answerbook MAC Address: 08:00:27:A2:36:11 (Oracle VirtualBox virtual NIC)
Nmap done: 1 IP address (1 host up) scanned in 4.50 seconds
sudo nmap -sT -sV -sC -O -p22,80,8888 192.168.56.101 Starting Nmap 7.94 ( https://nmap.org ) at 2024-02-02 07:23 UTC Nmap scan report for 192.168.56.101 (192.168.56.101) Host is up (0.00038s latency).
PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 9.2p1 Debian 2 (protocol 2.0) | ssh-hostkey: | 256 dd:83:da:cb:45:d3:a8:ea:c6:be:19:03:45:76:43:8c (ECDSA) |_ 256 e5:5f:7f:25:aa:c0:18:04:c4:46:98:b3:5d:a5:2b:48 (ED25519) 80/tcp open http Apache httpd 2.4.57 ((Debian)) |_http-server-header: Apache/2.4.57 (Debian) |_http-title: Blog | http-robots.txt: 15 disallowed entries | /wp-admin/ /cgi-bin/ /private/ /temp/ /backup/ /old/ | /test/ /dev/ / /misc/ /downloads/ /doc/ /documents/ |_/restricted/ /confidential/ |_http-generator: WordPress 6.3.1 8888/tcp open http-proxy tinyproxy 1.11.1 |_http-server-header: tinyproxy/1.11.1 |_http-title: 403 Access denied MAC Address: 08:00:27:A2:36:11 (Oracle VirtualBox virtual NIC) Warning: OSScan results may be unreliable because we could not find at least 1 open and 1 closed port Device type: general purpose Running: Linux 4.X|5.X OS CPE: cpe:/o:linux:linux_kernel:4 cpe:/o:linux:linux_kernel:5 OS details: Linux 4.15 - 5.8 Network Distance: 1 hop Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
OS and Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 9.51 seconds
sudo nmap --script=vuln -p22,80,8888 192.168.56.101 Starting Nmap 7.94 ( https://nmap.org ) at 2024-02-02 07:24 UTC Nmap scan report for 192.168.56.101 (192.168.56.101) Host is up (0.00028s latency).
PORT STATE SERVICE 22/tcp open ssh 80/tcp open http |_http-dombased-xss: Couldn't find any DOM based XSS. |_http-stored-xss: Couldn't find any stored XSS vulnerabilities. | http-csrf: | Spidering limited to: maxdepth=3; maxpagecount=20; withinhost=192.168.56.101 | Found the following possible CSRF vulnerabilities: | | Path: http://192.168.56.101:80/ | Form id: wp-block-search__input-1 |_ Form action: http://tiny.hmv/ | http-enum: | /wp-login.php: Possible admin folder | /robots.txt: Robots file | /readme.html: Wordpress version: 2 | /: WordPress version: 6.3.1 | /wp-includes/images/rss.png: Wordpress version 2.2 found. | /wp-includes/js/jquery/suggest.js: Wordpress version 2.5 found. | /wp-includes/images/blank.gif: Wordpress version 2.6 found. | /wp-includes/js/comment-reply.js: Wordpress version 2.7 found. | /wp-login.php: Wordpress login page. | /wp-admin/upgrade.php: Wordpress login page. |_ /readme.html: Interesting, a readme. 8888/tcp open sun-answerbook MAC Address: 08:00:27:A2:36:11 (Oracle VirtualBox virtual NIC)
Nmap done: 1 IP address (1 host up) scanned in 31.13 seconds