@@ -688,7 +688,7 @@ class TestBasicOptionValidation(_BackendGuard):
688688 "textOnly" , "nullConnection" , "uValues" , "uChar" , "base64Parameter" ,
689689 "tamper" , "eta" , "verbose" , "direct" , "url" , "dbms" , "tor" , "proxy" ,
690690 "ignoreProxy" , "regexp" , "timeSec" , "torPort" , "torType" , "dumpFormat" ,
691- "technique" , "threads" , "predictOutput" , " optimize" , "csrfToken" ,
691+ "technique" , "threads" , "optimize" , "csrfToken" ,
692692 "csrfUrl" , "string" , "notString" , "noCast" , "hexConvert" ,
693693 )
694694
@@ -701,7 +701,6 @@ def _base(self):
701701 conf .direct = False
702702 conf .tor = False
703703 conf .ignoreProxy = False
704- conf .predictOutput = False
705704 conf .optimize = False
706705 conf .noCast = False
707706 conf .hexConvert = False
@@ -1136,7 +1135,7 @@ class TestBasicOptionValidationExtra(unittest.TestCase):
11361135 "textOnly" , "nullConnection" , "uValues" , "uChar" , "base64Parameter" ,
11371136 "tamper" , "eta" , "verbose" , "direct" , "url" , "dbms" , "tor" , "proxy" ,
11381137 "ignoreProxy" , "regexp" , "timeSec" , "torPort" , "torType" , "dumpFormat" ,
1139- "technique" , "threads" , "predictOutput" , " optimize" , "csrfToken" ,
1138+ "technique" , "threads" , "optimize" , "csrfToken" ,
11401139 "csrfUrl" , "csrfMethod" , "csrfData" , "string" , "notString" , "noCast" ,
11411140 "hexConvert" , "titles" , "dumpTable" , "search" , "dumpAll" , "data" ,
11421141 "requestFile" , "forms" , "googleDork" , "bulkFile" , "chunked" ,
@@ -1155,7 +1154,6 @@ def _base(self):
11551154 conf .direct = False
11561155 conf .tor = False
11571156 conf .ignoreProxy = False
1158- conf .predictOutput = False
11591157 conf .optimize = False
11601158 conf .noCast = False
11611159 conf .hexConvert = False
0 commit comments