摘要: https://github.com/gh0stkey/HaE 阅读全文
posted @ 2023-10-10 20:57 W3w 阅读(14) 评论(0) 推荐(0)
摘要: 点击查看代码 html = etree.HTML(resp.text) divs = html.xpath("/html/body/div[6]/div/div/div[2]/div[5]/div[1]/div") for div in divs: companyName = div.xpath(" 阅读全文
posted @ 2023-09-26 21:30 W3w 阅读(22) 评论(0) 推荐(0)
摘要: 点击查看代码 ``` import time import requests import re import csv requests.packages.urllib3.disable_warnings() f = open("../outcome/vuldata.csv", mode="a", 阅读全文
posted @ 2023-09-01 08:04 W3w 阅读(13) 评论(0) 推荐(0)
摘要: 点击查看代码 ``` import pandas as pd from tqdm import tqdm file1 = r"files/1.xls" file2 = r"files/2.xls" df_File1 = pd.read_excel(file1, sheet_name='keyWord 阅读全文
posted @ 2023-08-29 22:22 W3w 阅读(59) 评论(0) 推荐(0)
摘要: Tomcat-filter内存马 参考文章: http://wjlshare.com/archives/1529 https://jkme.github.io/2022/04/14/memory-shell-1.html#Listener https://xz.aliyun.com/t/10196 阅读全文
posted @ 2022-12-27 22:57 W3w 阅读(34) 评论(0) 推荐(0)
摘要: 冰蝎v2.0.1核心部分源码浅析:https://xz.aliyun.com/t/7300 SceneBuilder导入第三方包:https://blog.csdn.net/m0_53724530/article/details/127682414 阅读全文
posted @ 2022-12-13 22:36 W3w 阅读(76) 评论(0) 推荐(0)
摘要: https://www.freebuf.com/vuls/264393.html https://xz.aliyun.com/t/9243 https://cloud.tencent.com/developer/article/1851605 confluence exp: https://gith 阅读全文
posted @ 2022-12-06 22:44 W3w 阅读(22) 评论(0) 推荐(0)
摘要: docker安装教程:https://blog.csdn.net/qq_41901122/article/details/101110162 1. 镜像命令 1.1 查看本地镜像 1.1.1 docker images 1.1.2 docker image ls 1.2 下载镜像 docker pu 阅读全文
posted @ 2022-12-06 21:11 W3w 阅读(37) 评论(0) 推荐(0)
摘要: 概述 Commons Collections 3.2.2的改动 Commons Collections4 4.1的改动 4.1⾥,这⼏个危险Transformer类不再实现 Serializable 接⼝,也就是说,他们⼏个彻底⽆法序列化和反序列化了 CommonCollections1链 适用环境 阅读全文
posted @ 2022-12-05 21:21 W3w 阅读(79) 评论(0) 推荐(0)
摘要: Tomcat-filter内存马 参考文章: http://wjlshare.com/archives/1529 https://jkme.github.io/2022/04/14/memory-shell-1.html#Listener https://xz.aliyun.com/t/10196 阅读全文
posted @ 2022-12-05 21:20 W3w 阅读(64) 评论(0) 推荐(0)