文件上传靶场练习:upload-labs 2024-11-14 10:40 | 365 | 0 | CTF 2368 字 | 15 分钟 一、在kali部署upload-labs #确保已经安装了php sudo apt install php #下载源码 git clone https://github.com/c0ny1/upload-labs #运行 php -S 127.0.0.1:80 -t ./upload-labs#确保已经安装了php sudo apt install… 渗透靶场
Metasploitable靶场练习 2024-11-11 10:39 | 243 | 0 | 靶场 917 字 | 7 分钟 下载地址:https://www.vulnhub.com/entry/metasploitable-1,28/ 一、主机发现 sudo netdiscover -i vmnet1 -r 192.168.70.0/24sudo netdiscover -i vmnet1 -r 192.168.70.0/24ShellScript 二、端口扫描 nma… 渗透靶场