{"record":{"id":"ceab97ca47fc9838","repo":"sqlmapproject/sqlmap","slug":"no-file-s-inside-s-ceab97","errorCode":null,"errorMessage":"no file(s) inside '%s'","messagePattern":"no file\\(s\\) inside '(.+?)'","errorType":"exception","errorClass":"SqlmapDataException","httpStatus":null,"severity":"error","filePath":"lib/utils/hash.py","lineNumber":1538,"sourceCode":"                    elif choice == '3':\n                        message = \"what's the list file location?\\n\"\n                        listPath = readInput(message)\n                        checkFile(listPath)\n                        dictPaths = getFileItems(listPath)\n                        logger.info(\"using custom list of dictionaries\")\n                    else:\n                        logger.info(\"using default dictionary\")\n\n                    dictPaths = [_ for _ in dictPaths if _]\n\n                    for dictPath in dictPaths:\n                        checkFile(dictPath)\n\n                        if isZipFile(dictPath):\n                            _ = zipfile.ZipFile(dictPath, 'r')\n                            if len(_.namelist()) == 0:\n                                errMsg = \"no file(s) inside '%s'\" % dictPath\n                                raise SqlmapDataException(errMsg)\n                            else:\n                                _.open(_.namelist()[0])\n\n                    kb.wordlists = dictPaths\n\n                except Exception as ex:\n                    warnMsg = \"there was a problem while loading dictionaries\"\n                    warnMsg += \" ('%s')\" % getSafeExString(ex)\n                    logger.critical(warnMsg)\n\n            message = \"do you want to use common password suffixes? (slow!) [y/N] \"\n\n            if readInput(message, default='N', boolean=True):\n                suffix_list += COMMON_PASSWORD_SUFFIXES\n\n        infoMsg = \"starting dictionary-based cracking (%s)\" % __functions__[hash_regex].__name__\n        logger.info(infoMsg)\n","sourceCodeStart":1520,"sourceCodeEnd":1556,"githubUrl":"https://github.com/sqlmapproject/sqlmap/blob/0a35b20e3953d341be6c7ac75ccb0b3362540c8d/lib/utils/hash.py#L1520-L1556","documentation":"Error \"no file(s) inside '%s'\" thrown in sqlmapproject/sqlmap.","triggerScenarios":"Thrown at lib/utils/hash.py:1538 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"}