From e12d3d9d99e1e364ce5d75a7bd7ea61f6cfad9e0 Mon Sep 17 00:00:00 2001 From: sck <2238502556@qq.com> Date: Wed, 23 Oct 2024 18:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=95=E8=BF=87=E9=98=B2=E7=81=AB=E5=A2=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sqlmap-master/tamper/chardoubleencode.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sqlmap-master/tamper/chardoubleencode.py b/src/sqlmap-master/tamper/chardoubleencode.py index ea711b4..e4eb824 100644 --- a/src/sqlmap-master/tamper/chardoubleencode.py +++ b/src/sqlmap-master/tamper/chardoubleencode.py @@ -6,6 +6,7 @@ See the file 'LICENSE' for copying permission """ import string +# 导入 Python 的 string 模块,它包含了许多用于字符串操作的常量和类 from lib.core.enums import PRIORITY