摘要: url = parse.urlparse(url) #ParseResult(scheme='https', netloc='域名服务器', path='路径', params='参数', query='请求内容', fragment='判断') url1 = url.scheme + '://' 阅读全文
posted @ 2021-11-13 19:04 wdd学习笔记 阅读(192) 评论(0) 推荐(0)
摘要: def test() print("test") if name == 'main': input(test) #test为用户输入 print(globals().get(mode)) 阅读全文
posted @ 2021-11-12 18:20 wdd学习笔记 阅读(66) 评论(0) 推荐(0)
摘要: python安装目录下D:\Python\Tools\scripts\2to3.py python D:\Python\Tools\scripts\2to3.py -w D:\changefile.py 阅读全文
posted @ 2021-10-31 10:30 wdd学习笔记 阅读(71) 评论(0) 推荐(0)
摘要: #.. / python Shell 反向shell 文件上传 文件下载 文件写入 文件读取 库加载 SUID Sudo 功能有效载荷与 Python 版本 2 和 3 兼容。 #Shell 它可用于通过生成交互式系统外壳来摆脱受限制的环境。 python -c 'import os; os.sys 阅读全文
posted @ 2021-09-05 21:08 wdd学习笔记 阅读(162) 评论(0) 推荐(0)
摘要: #.. / python Shell Reverse shell File upload File download File write File read Library load SUID Sudo Capabilities The payloads are compatible with b 阅读全文
posted @ 2021-09-05 21:01 wdd学习笔记 阅读(108) 评论(0) 推荐(0)
摘要: #cnblogs_post_body p { margin:10px; text-indent:2em; } 阅读全文
posted @ 2021-09-05 20:56 wdd学习笔记 阅读(47) 评论(0) 推荐(0)
摘要: 下载好DarkHole_2后,用VMware打开,开始: 首先探测靶机地址:arp-scan -l 可以看到我的IP:192.168.1.104 靶机IP:192.168.1.105 先端口扫描一波吧:nmap -T4 -A -v -p- 192.168.1.105 开启了22、80端口 访问80端 阅读全文
posted @ 2021-09-05 20:52 wdd学习笔记 阅读(2016) 评论(1) 推荐(0)
摘要: pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple linux使用该命令换源需升级pip版本:sudo Python3 -m pip install --upgrade pip 常用国内pip源 阿里云 h 阅读全文
posted @ 2021-09-02 16:15 wdd学习笔记 阅读(218) 评论(0) 推荐(0)
摘要: 使用pip时提示有更新,采用pip install --upgrade pip后出现报错: ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: 'd:\python\scripts\pip.exe' Con 阅读全文
posted @ 2021-09-02 16:02 wdd学习笔记 阅读(188) 评论(0) 推荐(0)
摘要: videojs.getPlayers("video-player").html5player.tech_.setPlaybackRate(2.0); 阅读全文
posted @ 2020-11-27 14:14 wdd学习笔记 阅读(499) 评论(0) 推荐(0)