File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -543,6 +543,7 @@ def setPaths():
543543 paths .SQLMAP_HISTORY = os .path .join (paths .SQLMAP_ROOT_PATH , ".sqlmap_history" )
544544 paths .SQLMAP_CONFIG = os .path .join (paths .SQLMAP_ROOT_PATH , "sqlmap-%s.conf" % randomStr ())
545545 paths .FUZZ_VECTORS = os .path .join (paths .SQLMAP_TXT_PATH , "fuzz_vectors.txt" )
546+ paths .DETECTION_RULES_XML = os .path .join (paths .SQLMAP_XML_PATH , "detection.xml" )
546547 paths .ERRORS_XML = os .path .join (paths .SQLMAP_XML_PATH , "errors.xml" )
547548 paths .QUERIES_XML = os .path .join (paths .SQLMAP_XML_PATH , "queries.xml" )
548549 paths .GENERIC_XML = os .path .join (paths .SQLMAP_XML_BANNER_PATH , "generic.xml" )
Original file line number Diff line number Diff line change 2424import re , sre_constants
2525from xml .dom import minidom
2626
27- from lib .core .data import conf
2827from lib .core .data import paths
2928from lib .core .data import logger
3029
File renamed without changes.
You can’t perform that action at this time.
0 commit comments