摘要: 下载好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学习笔记 阅读(1864) 评论(1) 推荐(0)
摘要: java -jar ysoserial-all.jar URLDNS http://xx | gzip -c | base64 阅读全文
posted @ 2023-07-12 10:47 wdd学习笔记 阅读(245) 评论(0) 推荐(0)
摘要: 问题: 'gbk' codec error File "C:\Anaconda3\lib\email\parser.py", line 53, in parse data = fp.read(8192) 解决办法: 设置下环境变量 set PYTHONUTF8=1 阅读全文
posted @ 2023-07-12 09:09 wdd学习笔记 阅读(100) 评论(0) 推荐(0)
摘要: 打开开发者镜像加速配置站点 https://cr.console.aliyun.com/cn-shenzhen/instances/mirrors 加速器 加速器地址 https://* 复制 操作文档 Ubuntu CentOS Mac Windows 安装/升级Docker客户端 推荐安装1.1 阅读全文
posted @ 2022-11-18 22:07 wdd学习笔记 阅读(562) 评论(0) 推荐(0)
摘要: POST /service/extdirect HTTP/1.1 Host: xxxxxxxxx User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0 Accept: 阅读全文
posted @ 2022-11-04 18:22 wdd学习笔记 阅读(237) 评论(0) 推荐(0)
摘要: 浏览器访问:http://192.168.43.180:18888/?payload=test 报错500 终端报错 [Previous line repeated 474 more times] RecursionError: maximum recursion depth exceeded 解决 阅读全文
posted @ 2022-05-16 15:54 wdd学习笔记 阅读(169) 评论(0) 推荐(0)
摘要: [root@localhost ~]# mkdir -p /etc/docker [root@localhost ~]# tee /etc/docker/daemon.json <<-'EOF' { "registry-mirrors": ["https://9cpn8tt6.mirror.aliy 阅读全文
posted @ 2021-12-14 22:22 wdd学习笔记 阅读(111) 评论(0) 推荐(0)
摘要: pip3 uninstall urllib3 -y --cert root.pem pip3 install --no-cache-dir -U urllib3 阅读全文
posted @ 2021-12-09 14:33 wdd学习笔记 阅读(5795) 评论(0) 推荐(2)
摘要: npm install -g color-name --unsafe-perm=true 先执行 npm init -f再安装。 阅读全文
posted @ 2021-12-05 13:32 wdd学习笔记 阅读(126) 评论(0) 推荐(0)
摘要: 1、防火墙 开启端口列表: firewall-cmd --list-ports 防火墙开启端口访问: firewall-cmd --zone=public --add-port=80/tcp --permanent 命令含义: --zone #作用域 --add-port=80/tcp #添加端口, 阅读全文
posted @ 2021-11-25 22:26 wdd学习笔记 阅读(97) 评论(0) 推荐(0)
摘要: 1、下载https://github.com/adoxa/ansicon/releases 2、解压,cmd执行ansicon.exe ansicon.exe -i ansicon.exe -l 阅读全文
posted @ 2021-11-13 19:08 wdd学习笔记 阅读(1532) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示