Posts

Showing posts from August, 2019

vulnhub machine SKYTOWER walkthrough

Image
Vulnhub Machine SkyTower Walkthrough OSCP friendly/ No Metasploit Nmap: # Nmap 7.70 scan initiated Thu Aug   8 02:55:03 2019 as: nmap -sC -sV -p- -oN nmap 192.168.8.183 Nmap scan report for SkyTower (192.168.8.183) Host is up (0.0019s latency). Not shown: 65532 closed ports PORT      STATE     SERVICE     VERSION 22/tcp    filtered ssh 80/tcp    open      http        Apache httpd 2.2.22 ((Debian)) |_http-server-header: Apache/2.2.22 (Debian) |_http-title: Site doesn't have a title (text/html). 3128/tcp open      http-proxy Squid http proxy 3.1.20 | http-open-proxy: Potentially OPEN proxy. |_Methods supported: GET HEAD |_http-server-header: squid/3.1.20 |_http-title: ERROR: The requested URL could not be retrieved MAC Address: 08:00:27:54:4A:37 (Oracle VirtualBox virtual NIC) Service detection pe...

SICK OS v1.2 Walkthrough

Image
Vulnhub machine SICK OS 1.2 Walkthrough (OSCP friendly and no Metasploit) We start with nmap and found only 2 ports open SSH and HTTP. # Nmap 7.70 scan initiated Sat Aug  3 20:02:23 2019 as: nmap -sC -sV -p- -oN nmap 192.168.78.144 Nmap scan report for 192.168.78.144 Host is up (0.0015s latency). Not shown: 65533 filtered ports PORT   STATE SERVICE VERSION 22/tcp open  ssh     OpenSSH 5.9p1 Debian 5ubuntu1.8 (Ubuntu Linux; protocol 2.0) | ssh-hostkey: |   1024 66:8c:c0:f2:85:7c:6c:c0:f6:ab:7d:48:04:81:c2:d4 (DSA) |   2048 ba:86:f5:ee:cc:83:df:a6:3f:fd:c1:34:bb:7e:62:ab (RSA) |_  256 a1:6c:fa:18:da:57:1d:33:2c:52:e4:ec:97:e2:9e:af (ECDSA) 80/tcp open  http    lighttpd 1.4.28 |_http-server-header: lighttpd/1.4.28 |_http-title: Site doesn't have a title (text/html). MAC Address: 00:0C:29:CD:1F:EC (VMware) Service Inf...