VulnCMS 1 VulnHub CTF Walkthrough for Beginners
文章描述了如何在VulnHub下载并导入VulnCMS虚拟机到VirtualBox中,并通过桥接适配器设置网络连接。然后使用Kali Linux运行netdiscover扫描本地网络以发现目标IP地址,以便进一步进行服务信息收集。 2025-8-12 06:8:7 Author: infosecwriteups.com(查看原文) 阅读量:9 收藏

Prajwal

Before anything else, download the VulnCMS 1 machine from VulnHub https://download.vulnhub.com/vulncms/VulnCMS.ova and import it into your virtualization software (such as VirtualBox).

Make sure both your VulnCMS machine and your Kali Linux machine are set to use a Bridged Adapter in their network settings. This ensures that both machines are on the same network and can communicate with each other.

Power on your Kali machine and open a terminal. Run the following command to scan your local network and discover live hosts:

sudo netdiscover

Press enter or click to view image in full size

Look for a new IP address that belongs to the VulnCMS machine. In my case, the target IP was 192.168.105.7. (PCS Systemtechnik GmbH)

Now that you have the target machine’s IP address, it’s time to gather information about what services it is running. This step is crucial because it helps us identify potential entry points.


文章来源: https://infosecwriteups.com/vulncms-1-vulnhub-ctf-walkthrough-for-beginners-e8c3f1e544ab?source=rss----7b722bfd1b8d---4
如有侵权请联系:admin#unsafe.sh