{"record":{"id":"0751b25c03e782a5","repo":"sqlmapproject/sqlmap","slug":"s-has-detected-unusual-traffic-from-the-used-ip","errorCode":null,"errorMessage":"%s has detected 'unusual' traffic from the used IP address","messagePattern":"(.+?) has detected 'unusual' traffic from the used IP address","errorType":"exception","errorClass":"SqlmapBaseException","httpStatus":null,"severity":"error","filePath":"lib/utils/search.py","lineNumber":128,"sourceCode":"        if not page:\n            continue\n\n        count = 0\n        for match in re.finditer(regex, page, flags):\n            link = _urllib.parse.unquote(extract(match))\n            if link and link not in seen:\n                seen.add(link)\n                retVal.append(link)\n                count += 1\n\n        if count:\n            logger.info(\"found %d usable link%s using %s\" % (count, 's' if count != 1 else \"\", name))\n            break  # Note: stop at the first engine that actually returns results (others are only fallbacks)\n\n        # Note: switch proxy (if available) when an abuse/captcha page was served (instead of pointlessly falling through to the next engine from the same blocked IP)\n        if conf.proxyList and ((\"detected unusual traffic\" in page) or (\"issue with the Tor Exit Node you are currently using\" in page)):\n            warnMsg = \"%s has detected 'unusual' traffic from the used IP address\" % name\n            raise SqlmapBaseException(warnMsg)\n\n    if not retVal:\n        warnMsg = \"no usable links found (search engines might be blocking the used IP address)\"\n        logger.critical(warnMsg)\n\n    return retVal\n\n@stackedmethod\ndef search(dork):\n    pushValue(kb.choices.redirect)\n    kb.choices.redirect = REDIRECTION.YES\n\n    try:\n        return _search(dork)\n    except SqlmapBaseException as ex:\n        if conf.proxyList:\n            logger.critical(getSafeExString(ex))\n","sourceCodeStart":110,"sourceCodeEnd":146,"githubUrl":"https://github.com/sqlmapproject/sqlmap/blob/0a35b20e3953d341be6c7ac75ccb0b3362540c8d/lib/utils/search.py#L110-L146","documentation":"Error \"%s has detected 'unusual' traffic from the used IP address\" thrown in sqlmapproject/sqlmap.","triggerScenarios":"Thrown at lib/utils/search.py:128 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"}