Sky Tower ~ VulnHub
Enumeration NMAP First, I went ahead and launched a port scan against the target machine. nmap -Pn -A -sV -p- $target PORT STATE SERVICE REASON VERSION 22/tcp filtered ssh no-response 80/tcp open http...

Search for a command to run...
Articles tagged with #vulnhub
Enumeration NMAP First, I went ahead and launched a port scan against the target machine. nmap -Pn -A -sV -p- $target PORT STATE SERVICE REASON VERSION 22/tcp filtered ssh no-response 80/tcp open http...

Enumeration NMAP First, I went ahead and launched a port scan against the target machine. nmap -Pn -A -sV -p- $target PORT STATE SERVICE REASON VERSION 22/tcp open ssh syn-ack ttl 64 OpenSSH 3.9p1 (protocol 1.99)...

Enumeration NMAP First, I went ahead and launched a port scan against the target machine. nmap -Pn -A -sV -p- kioptrix1.vhub PORT STATE SERVICE REASON VERSION 22/tcp open ssh syn-ack ttl 64 OpenSSH 2.9p2 (proto...

Prerequisite Just to make life easier I usually add an entry in my hosts file for easier access of the target machine. echo "192.168.72.130 joy.vhub" >> /etc/hosts hosts file entry Okay now onto the hacking! Reconnaissance As always, I star...

Prerequisite Started off with IP lookup with the help of netdiscover. Currently scanning: Finished! | Screen View: Unique Hosts 42 Captured ARP Req/Rep packets, from 4 hosts. Total size: 2520 IP At MAC Address C...

Prerequisite Just to make life easier I usually add an entry in my hosts file for easier access of the target machine. echo "192.168.72.131 dc9.hub" >> /etc/hosts hosts file entry Okay now onto the hacking! Reconnaissance As always, I start...
