{"record":{"id":"842a77db464e7813","repo":"sqlmapproject/sqlmap","slug":"the-specified-list-of-targets-does-not-exist","errorCode":null,"errorMessage":"the specified list of targets does not exist","messagePattern":"the specified list of targets does not exist","errorType":"exception","errorClass":"SqlmapFilePathException","httpStatus":null,"severity":"error","filePath":"lib/core/option.py","lineNumber":241,"sourceCode":"\ndef _setMultipleTargets():\n    \"\"\"\n    Define a configuration parameter if we are running in multiple target\n    mode.\n    \"\"\"\n\n    initialTargetsCount = len(kb.targets)\n    seen = set()\n\n    if not conf.logFile:\n        return\n\n    debugMsg = \"parsing targets list from '%s'\" % conf.logFile\n    logger.debug(debugMsg)\n\n    if not os.path.exists(conf.logFile):\n        errMsg = \"the specified list of targets does not exist\"\n        raise SqlmapFilePathException(errMsg)\n\n    if checkFile(conf.logFile, False):\n        for target in parseRequestFile(conf.logFile):\n            url, _, data, _, _ = target\n            key = re.sub(r\"(\\w+=)[^%s ]*\" % (conf.paramDel or DEFAULT_GET_POST_DELIMITER), r\"\\g<1>\", \"%s %s\" % (url, data))\n            if key not in seen:\n                kb.targets.add(target)\n                seen.add(key)\n\n    elif os.path.isdir(conf.logFile):\n        files = os.listdir(conf.logFile)\n        files.sort()\n\n        for reqFile in files:\n            if not re.search(r\"([\\d]+)\\-request\", reqFile):\n                continue\n\n            for target in parseRequestFile(os.path.join(conf.logFile, reqFile)):","sourceCodeStart":223,"sourceCodeEnd":259,"githubUrl":"https://github.com/sqlmapproject/sqlmap/blob/0a35b20e3953d341be6c7ac75ccb0b3362540c8d/lib/core/option.py#L223-L259","documentation":"Error \"the specified list of targets does not exist\" thrown in sqlmapproject/sqlmap.","triggerScenarios":"Thrown at lib/core/option.py:241 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"0a35b20e3953d341be6c7ac75ccb0b3362540c8d","analyzedAt":"2026-08-26T23:02:52.002Z","schemaVersion":2},"datasetVersion":"2026-08-27T03:17:27.898Z"}