VulnHub – Bulldog 1 Walkthrough

In this weekend, I will try to write a walkthrough to the VulnHub Bulldog 1. You can download this CTF VM on VulnHub’s website. First, I need to find some open port on the target machine.
1 2 3 4 5 6 7 8 9 10 11 12 |
nmap -p- 192.168.56.101 Starting Nmap 7.60 ( https://nmap.org ) at 2017-11-04 11:35 WIB Nmap scan report for 192.168.56.101 Host is up (0.0026s latency). Not shown: 65532 closed ports PORT STATE SERVICE 23/tcp open telnet 80/tcp open http 8080/tcp open http-proxy Nmap done: 1 IP address (1 host up) scanned in 0.81 seconds |
I got 3 open ports on the target machine. Now let’s find out what services are running on