{"record":{"id":"904670aa9b19892a","repo":"sqlmapproject/sqlmap","slug":"the-specified-bulk-file-does-not-exist","errorCode":null,"errorMessage":"the specified bulk file does not exist","messagePattern":"the specified bulk file does not exist","errorType":"exception","errorClass":"SqlmapFilePathException","httpStatus":null,"severity":"error","filePath":"lib/core/option.py","lineNumber":486,"sourceCode":"\n            def add(self, elem):\n                self.__rest.add(elem)\n\n        kb.targets = _()\n\ndef _setBulkMultipleTargets():\n    if not conf.bulkFile:\n        return\n\n    conf.bulkFile = safeExpandUser(conf.bulkFile)\n\n    infoMsg = \"parsing multiple targets list from '%s'\" % conf.bulkFile\n    logger.info(infoMsg)\n\n    if not checkFile(conf.bulkFile, False):\n        errMsg = \"the specified bulk file \"\n        errMsg += \"does not exist\"\n        raise SqlmapFilePathException(errMsg)\n\n    found = False\n    for line in getFileItems(conf.bulkFile):\n        if conf.scope and not re.search(conf.scope, line, re.I):\n            continue\n\n        if re.match(r\"[^ ]+\\?(.+)\", line, re.I) or kb.customInjectionMark in line or conf.data:\n            found = True\n            kb.targets.add((line.strip(), conf.method, conf.data, conf.cookie, None))\n\n    if not found and not conf.forms and not conf.crawlDepth:\n        warnMsg = \"no usable links found (with GET parameters)\"\n        logger.warning(warnMsg)\n\ndef _setOpenApiTargets():\n    if not conf.openApiFile:\n        return\n","sourceCodeStart":468,"sourceCodeEnd":504,"githubUrl":"https://github.com/sqlmapproject/sqlmap/blob/0a35b20e3953d341be6c7ac75ccb0b3362540c8d/lib/core/option.py#L468-L504","documentation":"Error \"the specified bulk file does not exist\" thrown in sqlmapproject/sqlmap.","triggerScenarios":"Thrown at lib/core/option.py:486 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"}