Difference between revisions of "Bob: 1.0.1 ~ Vulnhub - Walkthrough"
m (→Discovery) |
m (→Methodology) |
||
Line 7: | Line 7: | ||
== Methodology == | == Methodology == | ||
+ | Define our target | ||
+ | <syntaxhighlight lang=shell-session highlight="" line> | ||
+ | root@kali:# export TANGO=192.168.56.101 | ||
+ | </syntaxhighlight> | ||
=== Discovery === | === Discovery === | ||
<syntaxhighlight lang=shell-session highlight="" line> | <syntaxhighlight lang=shell-session highlight="" line> |
Revision as of 06:29, 31 May 2018
Objective
Get the flag in /
Source: [VulnHub.com]
Status: [In Progress]
Methodology
Define our target
root@kali:# export TANGO=192.168.56.101
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