Skip to content

Commit

Permalink
Tuning sqlmap config (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet authored Sep 19, 2024
1 parent e8f2f97 commit 37cab43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra_modules_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 37cab43

Please sign in to comment.