From 690ab25611a9a62612f44855044af565f750918c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zaj=C4=85c?= Date: Thu, 19 Sep 2024 08:49:27 +0200 Subject: [PATCH] Tuning sqlmap config --- extra_modules_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra_modules_config.py b/extra_modules_config.py index 4e14153..79f5ceb 100644 --- a/extra_modules_config.py +++ b/extra_modules_config.py @@ -45,7 +45,7 @@ class ExtraModulesConfig: SQLMAP_TAMPER_SCRIPTS = decouple.config( "SQLMAP_TAMPER_SCRIPTS", cast=decouple.Csv(str), - default="", + default=",".join(["chardoubleencode"]), ) # Timeout counted in seconds, after which the what-vpn module terminates a connection and starts using the next sniffer.