摘要:
kali:192.168.223.131 target:192.168.223.170 通过arp-scan -l获取目标IP为192.168.223.170,nmap扫描一下,发现只开启了80端口 nmap -p- -A 192.168.223.170 是一个模拟的黑客网站,使用nikto扫描 n 阅读全文
posted @ 2022-04-09 23:37
icui4cu
阅读(140)
评论(0)
推荐(0)
摘要:
kali:192.168.223.131 target:192.168.223.169 通过arp-scan -l扫描到目标IP为192.168.223.169先扫描一下目标 nmap -T4 -A -v 192.168.223.169 发现开启21号ftp端口,用的是ProFTPD 1.3.3c, 阅读全文
posted @ 2022-04-09 20:37
icui4cu
阅读(286)
评论(0)
推荐(0)
摘要:
kali:192.168.223.131 target:192.168.223.168 通过arp-scan扫出ip为192.168.223.168,再通过nmap扫描 nmap -sV 192.168.223.168 通过nmap扫描,发现开放22、80,其中139和445都是Samba服务器,3 阅读全文
posted @ 2022-04-09 20:17
icui4cu
阅读(138)
评论(0)
推荐(0)
摘要:
kali:192.168.223.131 target:192.168.223.167 通过arp-scan扫出ip为192.168.223.167,再通过nmap扫描 nmap -sV 192.168.223.167 发现开启了22,80,31337端口,其中80端口和31337都是http服务; 阅读全文
posted @ 2022-04-09 17:21
icui4cu
阅读(224)
评论(0)
推荐(0)