{"record":{"id":"abbed72b08f1caa6","repo":"sqlmapproject/sqlmap","slug":"unable-to-find-results-for-your-search-dork-expres","errorCode":null,"errorMessage":"unable to find results for your search dork expression","messagePattern":"unable to find results for your search dork expression","errorType":"exception","errorClass":"SqlmapGenericException","httpStatus":null,"severity":"error","filePath":"lib/core/option.py","lineNumber":379,"sourceCode":"\ndef _doSearch():\n    \"\"\"\n    This function performs search dorking, parses results\n    and saves the testable hosts into the knowledge base.\n    \"\"\"\n\n    if not conf.googleDork:\n        return\n\n    kb.data.onlyGETs = None\n\n    def retrieve():\n        links = search(conf.googleDork)\n\n        if not links:\n            errMsg = \"unable to find results for your \"\n            errMsg += \"search dork expression\"\n            raise SqlmapGenericException(errMsg)\n\n        for link in links:\n            link = urldecode(link)\n            if re.search(r\"(.*?)\\?(.+)\", link) or conf.forms:\n                kb.targets.add((link, conf.method, conf.data, conf.cookie, None))\n            elif re.search(URI_INJECTABLE_REGEX, link, re.I):\n                if kb.data.onlyGETs is None and conf.data is None and not conf.googleDork:\n                    message = \"do you want to scan only results containing GET parameters? [Y/n] \"\n                    kb.data.onlyGETs = readInput(message, default='Y', boolean=True)\n                if not kb.data.onlyGETs or conf.googleDork:\n                    kb.targets.add((link, conf.method, conf.data, conf.cookie, None))\n\n        return links\n\n    while True:\n        links = retrieve()\n\n        if kb.targets:","sourceCodeStart":361,"sourceCodeEnd":397,"githubUrl":"https://github.com/sqlmapproject/sqlmap/blob/0a35b20e3953d341be6c7ac75ccb0b3362540c8d/lib/core/option.py#L361-L397","documentation":"Error \"unable to find results for your search dork expression\" thrown in sqlmapproject/sqlmap.","triggerScenarios":"Thrown at lib/core/option.py:379 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"}