上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页
摘要: 爬虫实验 简单的爬取网页源代码 import requests def main(): url = "http://www.4399dmw.com/search/dh-1-0-0-0-0-{}-0/" url_list = [] headers = { "User-Agent": "User-Age 阅读全文
posted @ 2022-04-16 18:44 icui4cu 阅读(208) 评论(0) 推荐(0)
摘要: kali:192.168.223.131 target:192.168.223.175 通过arp-scan -l获取目标IP为192.168.223.175,nmap扫描一下,开放80端口, nmap -p- -A 192.168.223.175 nikto扫描一下,发现robots.txt,在里 阅读全文
posted @ 2022-04-11 13:08 icui4cu 阅读(252) 评论(0) 推荐(0)
摘要: kali:192.168.223.131 target:192.168.223.174 通过arp-scan -l获取目标IP为192.168.223.174,nmap扫描一下,只开放22和80端口,80端口只是一张图片 nmap -p- -A 192.168.223.174 nikto扫一下 ni 阅读全文
posted @ 2022-04-10 17:22 icui4cu 阅读(183) 评论(0) 推荐(0)
摘要: kali:192.168.223.131 target:192.168.223.173 通过arp-scan -l获取目标IP为192.168.223.173,nmap扫描一下,只开放了8080端口,是个http服务,进去后没啥东西 nmap -p- -A 192.168.223.173 nikto 阅读全文
posted @ 2022-04-10 16:47 icui4cu 阅读(138) 评论(0) 推荐(0)
摘要: kali:192.168.223.131 target:192.168.223.172 通过arp-scan -l获取目标IP为192.168.223.172,nmap扫描一下,发现开启21、22、80端口 nmap -p- -A 192.168.223.172 没东西出现,nikto扫一下 nik 阅读全文
posted @ 2022-04-10 16:03 icui4cu 阅读(174) 评论(0) 推荐(0)
摘要: kali:192.168.223.131 target:192.168.223.171 通过arp-scan -l获取目标IP为192.168.223.171,nmap扫描一下,开放22、80、111、39682端口 nmap -p- -A 192.168.223.171 看一眼网页,是单页博客,使 阅读全文
posted @ 2022-04-10 15:15 icui4cu 阅读(421) 评论(0) 推荐(0)
摘要: 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)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页