Hi Friends, Today I am writing about Acid Server a vulnerable machine that is available at vulnhub.com. We can download it from https://www.vulnhub.com/entry/acid-server,125/#download Acid Server – Target Machine ( Both machines should be in NAT) Kali Linux – Attacker Machine Walkthrough: First I started with Network discovery or discovery of target machine IP address, I […]
Tag: CTF
Kioptrix: 2014 – Walkthrough
Hi Friends, Today I am going to solve Kioptrix VM from vulnhub.com First I need to find IP address of Target Machine; I will be using netdiscover command from Linux Netdiscover -r 192.168.150.1/24 192.168.150.128 – Kali Linux (Attacker) 192.168.150.129 – Kioptrix VM (Vulnerable Machine) Now I will perform port scan on Target Machine by using […]
Sedna VM – Walkthrough
Hi Friends, Today we will solve the Vulnhub VM Sedna Firstly, I need to detect the VM ip address, I will be using netdiscover command from Linux netdiscover -r 192.168.174.1/24 Now we got Target IP address 192.168.174.133 – Sedna VM (Target Machine) 192.168.174.128 – Kali Linux (Attacker Machine) First I will do the Port scan […]
Quaoar VM – Walkthrough
Hi Friends, Today we are solving the Quaoar VM from vulnhub.com, This VM is for beginners 192.168.174.135 – Quaoar VM (Target Machine) 192.168.174.128 – Kali Linux (Attacker Machine) The first thing we have to do is information gathering, i will be using nmap and nikto tools i run nmap scan on the target host Found […]
Stapler VM – Walkthrough
Hi Friends, Today we will see how to crack Stapler – vulnerable machine, that is available in vulnhub Here. I will start with discovering the IP of vulnerable machine, using netdiscover Netdiscover -r 192.168.10.1/24 I found that Stapler is running on IP 192.168.10.10 Information Gathering: I used NMAP, Nikto and WPScan Nmap -sS -A -p- […]