Difference between revisions of "Bob: 1.0.1 ~ Vulnhub - Walkthrough"
m |
m (→Discovery) |
||
Line 8: | Line 8: | ||
== Methodology == | == Methodology == | ||
=== Discovery === | === Discovery === | ||
+ | <syntaxhighlight lang=shell-session highlight="" line> | ||
+ | root@kali:# nmap -O -p- -sT -sV -T5 -o nmap.txt $TANGO | ||
+ | |||
+ | PORT STATE SERVICE VERSION | ||
+ | 21/tcp open ftp ProFTPD 1.3.5b | ||
+ | 80/tcp open http Apache httpd 2.4.25 ((Debian)) | ||
+ | 25468/tcp open ssh OpenSSH 7.4p1 Debian 10+deb9u2 (protocol 2.0) | ||
+ | MAC Address: 08:00:27:C0:CC:74 (Oracle VirtualBox virtual NIC) | ||
+ | Service Info: OSs: Unix, Linux; CPE: cpe:/o:linux:linux_kernel | ||
+ | </syntaxhighlight> |
Revision as of 06:27, 31 May 2018
Objective
Get the flag in /
Source: [VulnHub.com]
Status: [In Progress]
Methodology
Discovery
root@kali:# nmap -O -p- -sT -sV -T5 -o nmap.txt $TANGO
PORT STATE SERVICE VERSION
21/tcp open ftp ProFTPD 1.3.5b
80/tcp open http Apache httpd 2.4.25 ((Debian))
25468/tcp open ssh OpenSSH 7.4p1 Debian 10+deb9u2 (protocol 2.0)
MAC Address: 08:00:27:C0:CC:74 (Oracle VirtualBox virtual NIC)
Service Info: OSs: Unix, Linux; CPE: cpe:/o:linux:linux_kernel