[toc] 本文基于python 3.7.0,win10平台: 2018-08 完整项目代码:https://github.com/NameHewei/python-scrapy 安装 安装python 官网下载 https://www.python.org/ 注意环境变量是否配置成功 安装scrapy 为了安装顺利,请备好梯子 pip install Scrapy 安装过程中注意以下报错信息: Microsoft Visual C++ 14.0 is required. Get it with…
规则语言是使用9个指令实现: 语法:SecRule VARIABLES OPERATOR [TRANSFORMATION_FUNCTIONS, ACTIONS] Variables 以下几种: Regular variablesContain only one piece of information, or one string. For example, REMOTE_ADDR, alwayscontains the IP address of the client.CollectionsG…