WAF 規則參考 – naxsi 參考來源: https://github.com/nbs-system/naxsi/blob/master/naxsi_config/naxsi_core.rules#L1 ## INTERNAL RULES IDS:1-999 ## ################################## #@MainRule “msg:weird request, unable to parse” id:1; #@MainRule “msg:request…
Web Security
100+條WAF 黑名單正規式表達規則範例
WAF 黑名單規則範例 – Shadow Daemon 1 Regular Expression: \(\)\s*\{.*?;\s*\}\s*; Description: Shellshock (CVE-2014-6271) Tags: rce bash Impact: 9 Command execution [8] Low…
Windows應用程式的自動化測試 : RobotFramework + AutoIT 的結合
Windows應用程式的自動化測試 : RobotFramework + AutoIT 的結合 安裝 Pywin32 pip install pywin32 https://github.com/mhammond/pywin32 安裝AutoItLibrary http://code.google.com/p/robotframework-autoitlibrary/ 或是 https://github.com/qitaos/robotframework-autoitlibrary 下載後解壓縮 Python …