摘要: 1 from _pytest.mark import param 2 from seleniumbase.config import settings 3 from urllib3 import request 4 from pageobject.basepage import BasePage 5 阅读全文
posted @ 2021-07-19 09:56 ShadowXie 阅读(347) 评论(0) 推荐(0) 编辑
摘要: http://www.lai18.com/content/2539681.html 一、添加Jmeter对WebSocket协议的支持插件 1、到https://github.com/maciejzaleski/JMeter-WebSocketSampler下载Jmeter的WebSocket协议的 阅读全文
posted @ 2018-12-12 11:22 ShadowXie 阅读(714) 评论(0) 推荐(0) 编辑
摘要: 目录列表 阅读全文
posted @ 2018-09-25 15:58 ShadowXie 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1 class xiaoshuoSpider(scrapy.Spider): 2 name = "freenovel" 3 headers={ 4 'Upgrade - Insecure - Requests': '1', 5 } 6 def start_requests(self): 7 #完本、免费小说 8 ... 阅读全文
posted @ 2018-09-25 15:49 ShadowXie 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 一.文件保存 1.分类保存 2.直接保存 3.图片下载(setting.py文件中设置保存路径 IMAGES_STORE=os.path.join(os.path.dirname(os.path.dirname(__file__)),'images') ) 二、内容去重 阅读全文
posted @ 2018-09-25 15:46 ShadowXie 阅读(236) 评论(0) 推荐(0) 编辑
摘要: # Obey robots.txt rulesROBOTSTXT_OBEY = False 不遵从网站的robots.txt法则 # See also autothrottle settings and docsDOWNLOAD_DELAY = 3 每次下载延迟3秒,防止造成网站攻击 # Overr 阅读全文
posted @ 2018-09-25 15:37 ShadowXie 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 一、Html定位 1.常用的路径表达式: 2.例子: 二、json定位 本文来自 彭世瑜 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/mouday/article/details/80455560?utm_source=copy 阅读全文
posted @ 2018-09-25 15:30 ShadowXie 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 必备插件: lxml, an efficient XML and HTML parser parsel, an HTML/XML data extraction library written on top of lxml w3lib, a multi-purpose helper for deal 阅读全文
posted @ 2018-09-25 15:16 ShadowXie 阅读(767) 评论(0) 推荐(0) 编辑
摘要: perl语言编写的开源的扫描器,功能丰富强大,除了基本的tcp和udp端口扫描之外,还可以搜索wordpress、joomla等网站并进行口令猜解等攻击。 perl语言编写的开源的扫描器,功能丰富强大,除了基本的tcp和udp端口扫描之外,还可以搜索wordpress、joomla等网站并进行口令猜 阅读全文
posted @ 2018-02-09 10:51 ShadowXie 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 1、tcptraceroute:发送tcp/syn数据包代替udp或icmp应答数据包 tcptraceroute 域名 tcptraceroute -q 1 -n 域名 2、netenum 路径:/pentest/enumeration/irpas ./netenum 192.168.0.0/24 阅读全文
posted @ 2018-02-09 10:40 ShadowXie 阅读(389) 评论(0) 推荐(0) 编辑