摘要: 1、把html解析放到txt中 import requests import os r=requests.get('http://python123.io/ws/demo.html') a=r.text p2='e://guoli/' if not os.path.exists(p2): os.mk 阅读全文
posted @ 2024-11-18 11:51 果粒就要果粒多 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 爬取图片 import requests import os url='https://b0.bdstatic.com/f656c7b03072e3675a6b51ae07cb5626.jpg@h_1280' r=requests.get(url) r.encoding=r.apparent_enc 阅读全文
posted @ 2024-11-15 08:50 果粒就要果粒多 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 自动取文件名: import os import requests p2='E://test1/' url='https://img0.baidu.com/it/u=281429383' p4=url.split('/')[-2]+'.jpg' p3=p2+p4 if not os.path.exi 阅读全文
posted @ 2024-11-11 09:27 果粒就要果粒多 阅读(1) 评论(0) 推荐(0) 编辑
摘要: import requests r2=requests.request('put','http://httpbin.org/put',data='wangluo210102') d3={'banji':'wangluo210102'} #print(r2.text) r3=requests.post 阅读全文
posted @ 2024-11-08 08:37 果粒就要果粒多 阅读(0) 评论(0) 推荐(0) 编辑
摘要: import os import requests folder_path = r'E:\test' file_path = os.path.join(folder_path, 'guoli.txt') # 如果文件夹不存在,则创建它 if not os.path.exists(folder_pat 阅读全文
posted @ 2024-07-04 11:00 果粒就要果粒多 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 关闭防火墙: systemctl stop firewalld | 永久禁用防火墙(使其在重启后也不会自动启动): systemctl disable firewalld | 临时禁用SELinux(进入Permissive模式): setenforce 0 | 永久禁用SELinux: sudo 阅读全文
posted @ 2024-05-28 14:08 果粒就要果粒多 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 21、[HCTF 2018]admin https://blog.csdn.net/u011250160/article/details/121923930 22、[MRCTF2020]你传你🐎呢 23、[护网杯 2018]easy_tornado 阅读全文
posted @ 2024-05-16 15:05 果粒就要果粒多 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 检查是否安装了GCC编译器 rpm -q gcc 下载gcc yum install -y gcc 本地安装需要配置文件 阅读全文
posted @ 2024-05-16 14:17 果粒就要果粒多 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 首先kali的配置: 参考网站:https://jingyan.baidu.com/article/2c8c281d145cf44108252a97.html 然后下载arpspoof插件: apt-get install dsniff 然后一条命令: arpspoof -i eth0 -t 受害者 阅读全文
posted @ 2024-05-11 00:03 果粒就要果粒多 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 如什么协议采用集中式架构 CAPWAP优点,红色部分 如:不是STA接入过程的是什么? 阅读全文
posted @ 2024-05-08 14:13 果粒就要果粒多 阅读(7) 评论(0) 推荐(0) 编辑