Skip to main content
  1. Tags/

Nmap, Ctf, Vulnhub

2019


Vulnhub - Tr0ll:1

·483 words·3 mins
Today, we are going to pwn Troll:1 from Vulnhub by maleus. Nmap #Running a nmap scan on the machine for analysing the services running on the machine.

Vulnhub - Symfonos 3

·863 words·5 mins
This is a walkthrough of Symfonos 3 which is 3rd machine in Symfonos series. Nmap #Let’s scan the network and start working on the machine right away.

Vulnhub - dpwnn1

·273 words·2 mins
Writeup for VulnHub’s Dpwwn machine. Nmap #Starting off with the nmap, using nmap -sV -sC -A 192.168.43.59 shows us that 22, 80 and 3306 i.e. SSH, HTTP, MySQL are open respectively.

Vulnhub - Pumpkin Festival

·547 words·3 mins
Today, we are going to pwn Pumpkin Festival from Vulnhub. Nmap #Starting off with the nmap using nmap -sV -sC -A -p- -T5 192.168.43.17 reveals that we have FTP, HTTP and SSH at 6880.

Vulnhub - Symfonos-2

·613 words·3 mins
Today, we are going to pwn Symfonos 2 from Vulnhub. Nmap #Starting off with Nmap, using nmap -sV -sC -A -p- -T5 192.168.43.85 shows that we have FTP, SSH, HTTP and SMB port.

Vulnhub - PumpkinRaising

·879 words·5 mins
Today, we are going to pwn PumpkinrRaising from Vulnhub. Nmap #Starting off with nmap and using nmap -sV -sC -A -p- -T5 192.168.43.92 shows that only 2 ports are opren 22, 80.