摘要:
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 阅读全文
摘要:
爬取图片 import requests import os url='https://b0.bdstatic.com/f656c7b03072e3675a6b51ae07cb5626.jpg@h_1280' r=requests.get(url) r.encoding=r.apparent_enc 阅读全文
摘要:
自动取文件名: 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 阅读全文
摘要:
import requests r2=requests.request('put','http://httpbin.org/put',data='wangluo210102') d3={'banji':'wangluo210102'} #print(r2.text) r3=requests.post 阅读全文
摘要:
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 阅读全文
摘要:
关闭防火墙: systemctl stop firewalld | 永久禁用防火墙(使其在重启后也不会自动启动): systemctl disable firewalld | 临时禁用SELinux(进入Permissive模式): setenforce 0 | 永久禁用SELinux: sudo 阅读全文
摘要:
21、[HCTF 2018]admin https://blog.csdn.net/u011250160/article/details/121923930 22、[MRCTF2020]你传你🐎呢 23、[护网杯 2018]easy_tornado 阅读全文
摘要:
检查是否安装了GCC编译器 rpm -q gcc 下载gcc yum install -y gcc 本地安装需要配置文件 阅读全文
摘要:
首先kali的配置: 参考网站:https://jingyan.baidu.com/article/2c8c281d145cf44108252a97.html 然后下载arpspoof插件: apt-get install dsniff 然后一条命令: arpspoof -i eth0 -t 受害者 阅读全文
摘要:
如什么协议采用集中式架构 CAPWAP优点,红色部分 如:不是STA接入过程的是什么? 阅读全文