Automatic SQL injection and database takeover tool
This report presents the forensic synthetic code analysis of sqlmapproject/sqlmap, a Python project with 37,888 GitHub stars. SynthScan v2.0 examined 215,626 lines of code across 725 source files, recording 2524 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 22.3 places this repository in the Moderate AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 2524 distinct pattern matches across 17 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | sqlmapapi.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | sqlmap.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/__init__.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/__init__.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/raima/enumeration.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/raima/fingerprint.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/raima/filesystem.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/raima/__init__.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/raima/takeover.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/raima/connector.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/raima/syntax.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/sybase/enumeration.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/sybase/fingerprint.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/sybase/filesystem.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/sybase/__init__.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/sybase/takeover.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/sybase/connector.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/sybase/syntax.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/extremedb/enumeration.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/extremedb/fingerprint.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/extremedb/filesystem.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/extremedb/__init__.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/extremedb/takeover.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/extremedb/connector.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/extremedb/syntax.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/clickhouse/enumeration.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/clickhouse/fingerprint.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/clickhouse/filesystem.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/clickhouse/__init__.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/clickhouse/takeover.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/clickhouse/connector.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/clickhouse/syntax.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/postgresql/enumeration.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/postgresql/fingerprint.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/postgresql/filesystem.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/postgresql/__init__.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/postgresql/takeover.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/postgresql/connector.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/postgresql/syntax.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/presto/enumeration.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/presto/fingerprint.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/presto/filesystem.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/presto/__init__.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/presto/takeover.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/presto/connector.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/presto/syntax.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/h2/enumeration.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/h2/fingerprint.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/h2/filesystem.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/h2/__init__.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/h2/takeover.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/h2/connector.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/h2/syntax.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/virtuoso/enumeration.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/virtuoso/fingerprint.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/virtuoso/filesystem.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/virtuoso/__init__.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/virtuoso/takeover.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/virtuoso/connector.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| HIGH | plugins/dbms/virtuoso/syntax.py | 0 | copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org) see the file 'license' for copying permission | STRING |
| 427 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tests/test_generic_takeover.py | 309 | def test_remote_temp_path_posix(self): | CODE |
| LOW⚡ | tests/test_generic_takeover.py | 318 | def test_remote_temp_path_windows_direct(self): | CODE |
| LOW⚡ | tests/test_generic_takeover.py | 327 | def test_remote_temp_path_explicit_windows_drive(self): | CODE |
| LOW⚡ | tests/test_generic_takeover.py | 350 | def test_get_version_from_banner(self): | CODE |
| LOW⚡ | tests/test_generic_takeover.py | 360 | def test_get_version_from_banner_cached(self): | CODE |
| LOW⚡ | tests/test_generic_takeover.py | 368 | def test_del_remote_file_posix(self): | CODE |
| LOW⚡ | tests/test_generic_takeover.py | 375 | def test_del_remote_file_windows(self): | CODE |
| LOW⚡ | tests/test_generic_takeover.py | 384 | def test_del_remote_file_empty_noop(self): | CODE |
| LOW⚡ | tests/test_generic_takeover.py | 565 | def test_osbof_wrong_dbms_raises(self): | CODE |
| LOW⚡ | tests/test_generic_takeover.py | 572 | def test_osbof_no_stacking_returns(self): | CODE |
| LOW⚡ | tests/test_generic_takeover.py | 580 | def test_ossmb_non_windows_raises(self): | CODE |
| LOW | tests/test_generic_takeover.py | 163 | def test_select_joins_listlike_rows(self): | CODE |
| LOW | tests/test_generic_takeover.py | 172 | def test_select_scalar_passthrough(self): | CODE |
| LOW | tests/test_generic_takeover.py | 187 | def test_metadb_suffix_stripped(self): | CODE |
| LOW | tests/test_generic_takeover.py | 202 | def test_mssql_from_dbo_rewrite(self): | CODE |
| LOW | tests/test_generic_takeover.py | 216 | def test_nonquery_without_stacking_warns_none(self): | CODE |
| LOW | tests/test_generic_takeover.py | 225 | def test_nonquery_stacked_returns_null(self): | CODE |
| LOW | tests/test_generic_takeover.py | 239 | def test_nonedata_exception_handled(self): | CODE |
| LOW | tests/test_generic_takeover.py | 253 | def test_sqlfile_select_snippets(self): | CODE |
| LOW | tests/test_generic_takeover.py | 269 | def test_sqlfile_nonselect_snippet(self): | CODE |
| LOW | tests/test_generic_takeover.py | 338 | def test_remote_temp_path_mssql_errorlog(self): | CODE |
| LOW | tests/test_generic_takeover.py | 401 | def test_create_support_tbl_mssql_cmdtbl(self): | CODE |
| LOW | tests/test_generic_takeover.py | 411 | def test_like_or_exact_default(self): | CODE |
| LOW | tests/test_generic_takeover.py | 425 | def test_like_or_exact_invalid(self): | CODE |
| LOW | tests/test_generic_takeover.py | 535 | def test_reg_add_missing_key_raises(self): | CODE |
| LOW | tests/test_generic_takeover.py | 591 | def test_ossmb_windows_invokes_smb(self): | CODE |
| LOW⚡ | tests/test_tamper.py | 65 | def test_no_crash_returns_string(self): | CODE |
| LOW⚡ | tests/test_tamper.py | 80 | def test_graceful_on_empty_and_none(self): | CODE |
| LOW⚡ | tests/test_tamper.py | 107 | def test_previously_fragile_now_fixed(self): | CODE |
| LOW⚡ | tests/test_databases_enum.py | 145 | def test_current_db_oracle_schema_warning_branch(self): | CODE |
| LOW⚡ | tests/test_databases_enum.py | 155 | def test_get_dbs_direct_mysql(self): | CODE |
| LOW⚡ | tests/test_databases_enum.py | 164 | def test_get_dbs_cached_short_circuit(self): | CODE |
| LOW⚡ | tests/test_databases_enum.py | 298 | def test_columns_direct_mysql(self): | CODE |
| LOW⚡ | tests/test_databases_enum.py | 305 | def test_columns_direct_pgsql(self): | CODE |
| LOW⚡ | tests/test_databases_enum.py | 309 | def test_columns_direct_oracle_uppercase(self): | CODE |
| LOW⚡ | tests/test_databases_enum.py | 319 | def test_columns_direct_mssql(self): | CODE |
| LOW⚡ | tests/test_databases_enum.py | 400 | def test_count_single_table_mysql(self): | CODE |
| LOW⚡ | tests/test_databases_enum.py | 410 | def test_count_dotted_table_splits_db(self): | CODE |
| LOW⚡ | tests/test_databases_enum.py | 420 | def test_count_multiple_tables(self): | CODE |
| LOW⚡ | tests/test_databases_enum.py | 443 | def test_statements_direct_mysql(self): | CODE |
| LOW⚡ | tests/test_databases_enum.py | 451 | def test_statements_direct_pgsql(self): | CODE |
| LOW⚡ | tests/test_databases_enum.py | 459 | def test_statements_inference(self): | CODE |
| LOW | tests/test_databases_enum.py | 176 | def test_get_dbs_direct_pgsql_schema_branch(self): | CODE |
| LOW | tests/test_databases_enum.py | 184 | def test_get_dbs_mysql_no_information_schema(self): | CODE |
| LOW | tests/test_databases_enum.py | 213 | def test_get_dbs_fallback_to_current(self): | CODE |
| LOW | tests/test_databases_enum.py | 232 | def test_get_tables_direct_mysql(self): | CODE |
| LOW | tests/test_databases_enum.py | 243 | def test_get_tables_cached_short_circuit(self): | CODE |
| LOW | tests/test_databases_enum.py | 255 | def test_get_tables_direct_pgsql(self): | CODE |
| LOW | tests/test_databases_enum.py | 265 | def test_get_tables_inference(self): | CODE |
| LOW | tests/test_databases_enum.py | 367 | def test_columns_inference_mysql(self): | CODE |
| LOW | tests/test_databases_enum.py | 504 | def test_procedures_direct_pgsql(self): | CODE |
| LOW | tests/test_databases_enum.py | 512 | def test_procedures_inference_mysql(self): | CODE |
| LOW | tests/test_databases_enum.py | 597 | def test_get_columns_inference_pgsql_types(self): | CODE |
| LOW | tests/test_databases_enum.py | 626 | def test_get_columns_inference_dump_mode_collist(self): | CODE |
| LOW | tests/test_databases_enum.py | 650 | def test_get_count_over_cached_tables_inference(self): | CODE |
| LOW | tests/test_databases_enum.py | 674 | def test_get_statements_count_zero_returns_empty(self): | CODE |
| LOW | tests/test_databases_enum.py | 685 | def test_get_procedures_inference(self): | CODE |
| LOW | tests/test_databases_enum.py | 693 | def test_get_dbs_mssql_inband_paging(self): | CODE |
| LOW | tests/test_databases_enum.py | 715 | def test_get_tables_inference_grouped_per_db(self): | CODE |
| LOW | tests/test_databases_enum.py | 749 | def test_get_columns_bruteforce_dumpmode_collist_on_decline(self): | CODE |
| 1010 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sqlmap.py | 145 | CODE | |
| LOW | plugins/dbms/sybase/enumeration.py | 116 | CODE | |
| LOW | plugins/dbms/sybase/enumeration.py | 164 | CODE | |
| LOW | plugins/dbms/sybase/fingerprint.py | 63 | CODE | |
| LOW | plugins/dbms/postgresql/fingerprint.py | 28 | CODE | |
| LOW | plugins/dbms/postgresql/fingerprint.py | 96 | CODE | |
| LOW | plugins/dbms/postgresql/takeover.py | 145 | CODE | |
| LOW | plugins/dbms/presto/fingerprint.py | 81 | CODE | |
| LOW | plugins/dbms/maxdb/enumeration.py | 63 | CODE | |
| LOW | plugins/dbms/maxdb/enumeration.py | 103 | CODE | |
| LOW | plugins/dbms/oracle/enumeration.py | 29 | CODE | |
| LOW | plugins/dbms/hsqldb/fingerprint.py | 66 | CODE | |
| LOW | plugins/dbms/mysql/fingerprint.py | 32 | CODE | |
| LOW | plugins/dbms/mysql/fingerprint.py | 98 | CODE | |
| LOW | plugins/dbms/mysql/fingerprint.py | 170 | CODE | |
| LOW | plugins/dbms/mssqlserver/enumeration.py | 69 | CODE | |
| LOW | plugins/dbms/mssqlserver/enumeration.py | 173 | CODE | |
| LOW | plugins/dbms/mssqlserver/enumeration.py | 278 | CODE | |
| LOW | plugins/dbms/db2/fingerprint.py | 25 | CODE | |
| LOW | plugins/generic/misc.py | 38 | CODE | |
| LOW | plugins/generic/misc.py | 118 | CODE | |
| LOW | plugins/generic/databases.py | 101 | CODE | |
| LOW | plugins/generic/databases.py | 215 | CODE | |
| LOW | plugins/generic/databases.py | 489 | CODE | |
| LOW | plugins/generic/databases.py | 1102 | CODE | |
| LOW | plugins/generic/databases.py | 1185 | CODE | |
| LOW | plugins/generic/databases.py | 859 | CODE | |
| LOW | plugins/generic/enumeration.py | 41 | CODE | |
| LOW | plugins/generic/custom.py | 42 | CODE | |
| LOW | plugins/generic/custom.py | 96 | CODE | |
| LOW | plugins/generic/custom.py | 141 | CODE | |
| LOW | plugins/generic/users.py | 100 | CODE | |
| LOW | plugins/generic/users.py | 170 | CODE | |
| LOW | plugins/generic/users.py | 377 | CODE | |
| LOW | plugins/generic/filesystem.py | 50 | CODE | |
| LOW | plugins/generic/filesystem.py | 137 | CODE | |
| LOW | plugins/generic/filesystem.py | 216 | CODE | |
| LOW | plugins/generic/takeover.py | 104 | CODE | |
| LOW | plugins/generic/search.py | 51 | CODE | |
| LOW | plugins/generic/search.py | 143 | CODE | |
| LOW | plugins/generic/search.py | 348 | CODE | |
| LOW | plugins/generic/syntax.py | 25 | CODE | |
| LOW | plugins/generic/entries.py | 67 | CODE | |
| LOW | plugins/generic/entries.py | 592 | CODE | |
| LOW | plugins/generic/entries.py | 633 | CODE | |
| LOW | plugins/generic/entries.py | 700 | CODE | |
| LOW | plugins/generic/entries.py | 202 | CODE | |
| LOW | plugins/generic/entries.py | 478 | CODE | |
| LOW | tamper/space2comment.py | 16 | CODE | |
| LOW | tamper/space2mysqlblank.py | 21 | CODE | |
| LOW | tamper/randomcase.py | 20 | CODE | |
| LOW | tamper/space2mysqldash.py | 20 | CODE | |
| LOW | tamper/space2dash.py | 16 | CODE | |
| LOW | tamper/randomcomments.py | 17 | CODE | |
| LOW | tamper/ifnull2ifisnull.py | 16 | CODE | |
| LOW | tamper/space2plus.py | 16 | CODE | |
| LOW | tamper/space2mssqlblank.py | 21 | CODE | |
| LOW | tamper/ifnull2casewhenisnull.py | 16 | CODE | |
| LOW | tamper/space2randomblank.py | 18 | CODE | |
| LOW | tamper/space2morehash.py | 25 | CODE | |
| 351 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sqlmap.py | 229 | except Exception as ex: | CODE |
| LOW | sqlmap.py | 240 | except Exception as ex: | CODE |
| LOW | sqlmap.py | 584 | except Exception as ex: | CODE |
| LOW | sqlmap.py | 589 | except Exception as ex: | CODE |
| LOW⚡ | plugins/dbms/cache/connector.py | 43 | except Exception as ex: | CODE |
| LOW⚡ | plugins/dbms/cache/connector.py | 50 | except Exception as ex: | CODE |
| LOW⚡ | plugins/dbms/cache/connector.py | 59 | except Exception as ex: | CODE |
| LOW⚡ | plugins/dbms/cache/connector.py | 69 | except Exception as ex: | CODE |
| MEDIUM | plugins/dbms/cache/connector.py | 56 | def fetchall(self): | CODE |
| LOW | plugins/dbms/mimersql/connector.py | 36 | except Exception as ex: | CODE |
| LOW⚡ | plugins/dbms/snowflake/connector.py | 56 | except Exception as ex: | CODE |
| LOW⚡ | plugins/dbms/snowflake/connector.py | 65 | except Exception as ex: | CODE |
| LOW⚡ | plugins/dbms/snowflake/connector.py | 72 | except Exception as ex: | CODE |
| MEDIUM | plugins/dbms/snowflake/connector.py | 62 | def fetchall(self): | CODE |
| MEDIUM | plugins/dbms/snowflake/connector.py | 69 | def execute(self, query): | CODE |
| LOW | plugins/dbms/hana/connector.py | 32 | except Exception as ex: | CODE |
| LOW⚡ | plugins/dbms/hsqldb/connector.py | 43 | except Exception as ex: | CODE |
| LOW⚡ | plugins/dbms/hsqldb/connector.py | 50 | except Exception as ex: | CODE |
| LOW⚡ | plugins/dbms/hsqldb/connector.py | 59 | except Exception as ex: | CODE |
| LOW⚡ | plugins/dbms/hsqldb/connector.py | 69 | except Exception as ex: | CODE |
| MEDIUM | plugins/dbms/hsqldb/connector.py | 56 | def fetchall(self): | CODE |
| LOW | plugins/generic/connector.py | 54 | except Exception as ex: | CODE |
| MEDIUM | plugins/generic/connector.py | 48 | def close(self): | CODE |
| LOW⚡ | tests/test_tamper.py | 73 | except Exception as ex: | CODE |
| LOW⚡ | tests/test_tamper.py | 91 | except Exception as ex: | CODE |
| LOW⚡ | tests/test_tamper.py | 98 | except Exception as ex: | CODE |
| LOW | tests/_testutils.py | 172 | except Exception as ex: | CODE |
| LOW | tests/test_deps.py | 90 | except Exception: | CODE |
| MEDIUM | tests/test_deps.py | 87 | def _always_succeed(name, *args, **kwargs): | CODE |
| LOW | tests/test_xpath.py | 443 | except Exception as e: | CODE |
| LOW | tests/test_wordlist.py | 58 | except Exception: | CODE |
| LOW | tests/test_report.py | 49 | except Exception: | CODE |
| LOW | tests/test_target_parsing.py | 104 | except Exception: | CODE |
| LOW | tests/test_target_parsing.py | 110 | except Exception: | CODE |
| LOW | tests/test_serialize.py | 68 | except Exception: | CODE |
| LOW | tests/test_serialize.py | 319 | except Exception: | CODE |
| LOW | tests/test_wafbypass.py | 76 | except Exception: | CODE |
| LOW | tests/test_bigarray.py | 46 | except Exception: | CODE |
| LOW | tests/test_hashdb.py | 43 | except Exception: | CODE |
| MEDIUM | tests/test_hashdb.py | 40 | def tearDown(self): | CODE |
| MEDIUM | tests/test_api.py | 114 | def tearDown(self): | CODE |
| LOW | tests/test_api.py | 117 | except Exception: | CODE |
| MEDIUM | tests/test_dump_format.py | 370 | def tearDown(self): | CODE |
| LOW⚡ | tests/test_dump_format.py | 373 | except Exception: | CODE |
| LOW | tests/test_replication.py | 40 | except Exception: | CODE |
| MEDIUM | tests/test_replication.py | 37 | def tearDown(self): | CODE |
| LOW | tests/test_techniques.py | 225 | except Exception: | CODE |
| LOW | tests/test_techniques.py | 1439 | except Exception: | CODE |
| LOW | extra/cloak/cloak.py | 42 | except Exception as ex: | CODE |
| LOW | extra/vulnserver/vulnserver.py | 433 | except Exception: | CODE |
| LOW | extra/vulnserver/vulnserver.py | 663 | except Exception as ex: | CODE |
| LOW | extra/vulnserver/vulnserver.py | 857 | except Exception as ex: | CODE |
| LOW | extra/vulnserver/vulnserver.py | 976 | except Exception as ex: | CODE |
| LOW | extra/vulnserver/vulnserver.py | 1030 | except Exception: | CODE |
| LOW | extra/vulnserver/vulnserver.py | 1126 | except Exception as ex: | CODE |
| LOW | extra/vulnserver/vulnserver.py | 1153 | except Exception as ex: | CODE |
| LOW | extra/vulnserver/vulnserver.py | 1175 | except Exception as ex: | CODE |
| LOW | extra/vulnserver/vulnserver.py | 1299 | except Exception as ex: | CODE |
| MEDIUM | extra/vulnserver/vulnserver.py | 430 | def finish_request(self, *args, **kwargs): | CODE |
| LOW | extra/dbwire/firebird.py | 316 | except Exception: | CODE |
| 219 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | tests/test_dbms_enum.py | 299 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_dbms_enum.py | 302 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_dbms_enum.py | 568 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_dbms_enum.py | 570 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_dbms_enum.py | 630 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_dbms_enum.py | 632 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_dbms_enum.py | 645 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_dbms_enum.py | 647 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_dbms_enum.py | 666 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_dbms_enum.py | 668 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_dbms_enum.py | 690 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_dbms_enum.py | 692 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_dbms_enum.py | 37 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_dbms_enum.py | 39 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_dbms_enum.py | 112 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_dbms_enum.py | 114 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_dbms_enum.py | 405 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_dbms_enum.py | 407 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_dbms_enum.py | 504 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_dbms_enum.py | 506 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_api.py | 135 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_api.py | 137 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_api.py | 311 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_api.py | 313 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/test_techniques.py | 788 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | tests/test_techniques.py | 790 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | tests/test_techniques.py | 965 | # =========================================================================== | COMMENT |
| MEDIUM⚡ | tests/test_techniques.py | 967 | # =========================================================================== | COMMENT |
| MEDIUM | tests/test_techniques.py | 61 | # =========================================================================== | COMMENT |
| MEDIUM | tests/test_techniques.py | 63 | # =========================================================================== | COMMENT |
| MEDIUM | tests/test_techniques.py | 297 | # =========================================================================== | COMMENT |
| MEDIUM | tests/test_techniques.py | 299 | # =========================================================================== | COMMENT |
| MEDIUM | tests/test_techniques.py | 473 | # =========================================================================== | COMMENT |
| MEDIUM | tests/test_techniques.py | 475 | # =========================================================================== | COMMENT |
| MEDIUM | tests/test_techniques.py | 1293 | # =========================================================================== | COMMENT |
| MEDIUM | tests/test_techniques.py | 1295 | # =========================================================================== | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 48 | # ------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 1309 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 1387 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 1407 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 1511 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 1581 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 1616 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 2450 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 2488 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 2766 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 2890 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 2900 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 3008 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 3064 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 3099 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 3188 | #--------------------------------------------------- | COMMENT |
| MEDIUM | thirdparty/clientform/clientform.py | 3237 | #--------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | plugins/dbms/spanner/syntax.py | 17 | than chaining multiple CHR() functions with the || operator. | STRING |
| HIGH | tests/test_xpath.py | 187 | return '{"count":0,"entries":[],"error":null}' | CODE |
| HIGH⚡ | tests/test_graphql.py | 764 | return '{"data":{"user":null}}', 200 # 'user' is a real (resolving) field | CODE |
| HIGH | tests/test_graphql.py | 24 | NOMATCH = '{"data":{"user":null}}' | CODE |
| HIGH | tests/test_graphql.py | 324 | page = '{"data":{"user":null}}' | CODE |
| HIGH | tests/test_payload_marking.py | 149 | ('{"b":true,"n":null}', '{"b":true*,"n":null*}'), | CODE |
| HIGH | tests/test_report.py | 164 | # DB NULL (" ") -> JSON null; genuine empty string ("") preserved | COMMENT |
| HIGH | tests/test_nosql.py | 379 | self.assertEqual(vector.bypass, '{"$ne": null}') | CODE |
| HIGH⚡ | tests/test_nosql.py | 421 | page = '{"results": [{"id": 1, "username": "luther", "password": null}, {"id": 2, "username": "fluffy"}]}' | CODE |
| HIGH | tests/test_nosql.py | 514 | self.assertEqual(bypass, "1 || 1==1") | CODE |
| HIGH | tests/test_dump_jsonl.py | 15 | left intact (NOT collapsed to null), and a strict one-object-per-line layout. | STRING |
| HIGH⚡ | tests/test_dump_jsonl.py | 106 | # sqlmap stores a DB NULL as a single space (" "); the machine format must emit JSON null, | COMMENT |
| HIGH⚡ | tests/test_dump_jsonl.py | 120 | # a column whose values list is short for this row index must serialize as null, not crash | COMMENT |
| HIGH⚡ | tests/test_techniques.py | 1279 | self.assertIsNone(gql._parseRows('{"data": {"user": null}}', None)) | CODE |
| HIGH | extra/vulnserver/vulnserver.py | 894 | return None # returns null in data (boolean oracle: true=object, false=null) | CODE |
| HIGH | lib/core/target.py | 162 | conf.data = re.sub(r'("(?P<name>[^"]+)"\s*:\s*)((true|false|null))\b', functools.partial(process, re | CODE |
| HIGH | lib/techniques/graphql/inject.py | 80 | _NOSQL_NE = '{"$ne": null}' | CODE |
| HIGH | lib/techniques/graphql/inject.py | 257 | # Render a parsed JSON value as a single dump cell: NULL for null, compact JSON | COMMENT |
| HIGH⚡ | lib/techniques/nosql/inject.py | 233 | template = _boolean(lambda: _fetchValue(place, parameter, "%s || 1==1" % value), lambda: _fetchValue(place, paramete | CODE |
| HIGH⚡ | lib/techniques/nosql/inject.py | 233 | template = _boolean(lambda: _fetchValue(place, parameter, "%s || 1==1" % value), lambda: _fetchValue(place, paramete | CODE |
| HIGH⚡ | lib/techniques/nosql/inject.py | 235 | return "ArangoDB", template, "%s || 1==1" % value | CODE |
| HIGH | lib/techniques/nosql/inject.py | 533 | template=template, bypass='{"$ne": null}') | CODE |
| HIGH | lib/techniques/nosql/inject.py | 728 | if vector.bypass == '{"$ne": null}': | CODE |
| HIGH | thirdparty/identywaf/identYwaf.py | 68 | | T | \ / [_ | _ Yl_j l_j`| ~ |`| | | |Y o || l_ | CODE |
| HIGH | thirdparty/bottle/bottle.py | 1135 | default_app.push(self) | CODE |
| HIGH | thirdparty/bottle/bottle.py | 2618 | return self.push() | CODE |
| HIGH | thirdparty/bottle/bottle.py | 3870 | tmp = default_app.push() # Create a new "default application" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tamper/space2mssqlblank.py | 41 | # SOH 01 start of heading | COMMENT |
| LOW | tests/test_checks.py | 241 | # An expr-AWARE oracle that recognises ONLY the predicate | COMMENT |
| LOW | extra/shutils/strip.sh | 1 | #!/bin/bash | COMMENT |
| LOW | extra/runcmd/src/runcmd/stdafx.h | 1 | // stdafx.h : include file for standard system include files, | COMMENT |
| LOW | extra/runcmd/src/runcmd/stdafx.cpp | 1 | // stdafx.cpp : source file that includes just the standard includes | COMMENT |
| LOW | extra/icmpsh/icmpsh-m.c | 21 | #include <sys/socket.h> | COMMENT |
| LOW | extra/icmpsh/__init__.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | extra/icmpsh/icmpsh-s.c | 21 | #include <winsock2.h> | COMMENT |
| LOW | extra/icmpsh/icmpsh_m.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | extra/icmpsh/icmpsh-m.pl | 1 | #!/usr/bin/env perl | COMMENT |
| LOW | lib/core/compat.py | 61 | COMMENT | |
| LOW | lib/core/convert.py | 41 | # and BigArray disk chunks. The former serializer could execute code while loading, so | COMMENT |
| LOW | lib/core/settings.py | 561 | COMMENT | |
| LOW | lib/core/settings.py | 581 | # weight the corpus prior is scaled to (higher -> the predicted next character sits nearer the tree | COMMENT |
| LOW | lib/core/settings.py | 601 | # Whole-value guessing only starts once some value has repeated (proof the column is low-cardinality), so | COMMENT |
| LOW | lib/core/settings.py | 1161 | # Public content-hosting + request-logging endpoint for blind-XXE OOB exfiltration | COMMENT |
| LOW | lib/utils/dialect.py | 21 | # heuristicCheckDbms() (which uses (SELECT 'x')='x' string round-trips): the dialect probes carry | COMMENT |
| LOW | lib/utils/dialect.py | 41 | # also use it (neither on the platform), so this can read as PostgreSQL there. | COMMENT |
| LOW | lib/utils/sqllint.py | 61 | # number is excluded because some dialects legitimately space-separate two | COMMENT |
| LOW | lib/utils/sqllint.py | 81 | # a schema filter appended onto a base query that already carries a WHERE). | COMMENT |
| LOW | lib/request/timeless.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | lib/request/timeless.py | 441 | # A DBMS absent here (or whose primitive is wrong on a given target) simply fails calibration and the scan | COMMENT |
| LOW | lib/request/timeless.py | 481 | # Ascending cost ladder tuneHeavy walks ([COST] = generator rows / recursion depth / BENCHMARK iterations / | COMMENT |
| LOW | lib/techniques/blind/inference.py | 361 | expressionUnescaped = unescaper.escape(expression) | COMMENT |
| LOW | lib/techniques/graphql/inject.py | 81 | _NOSQL_IN = '{"$in": ["%s"]}' % SENTINEL | COMMENT |
| LOW | thirdparty/wininetpton/__init__.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | thirdparty/wininetpton/win_inet_pton.py | 21 | # InetNtopW( | COMMENT |
| LOW | thirdparty/chardet/mbcssm.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/compat.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/euckrprober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/sjisprober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/cp949prober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/__init__.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/euctwfreq.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/euctwfreq.py | 21 | # | COMMENT |
| LOW | thirdparty/chardet/chardistribution.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/latin1prober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/charsetprober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/gb2312prober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/mbcharsetprober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/euctwprober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/codingstatemachine.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/escprober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/universaldetector.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/utf8prober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/gb2312freq.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/gb2312freq.py | 21 | # | COMMENT |
| LOW | thirdparty/chardet/mbcsgroupprober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/eucjpprober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/jisfreq.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/jisfreq.py | 21 | # | COMMENT |
| LOW | thirdparty/chardet/escsm.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/sbcharsetprober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/big5freq.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/big5freq.py | 21 | # | COMMENT |
| LOW | thirdparty/chardet/euckrfreq.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/euckrfreq.py | 21 | # | COMMENT |
| LOW | thirdparty/chardet/big5prober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/hebrewprober.py | 1 | ######################## BEGIN LICENSE BLOCK ######################## | COMMENT |
| LOW | thirdparty/chardet/hebrewprober.py | 21 | # | COMMENT |
| 32 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sqlmap.py | 8 | CODE | |
| LOW | sqlmap.py | 661 | CODE | |
| LOW | sqlmap.py | 661 | CODE | |
| LOW | sqlmap.py | 661 | CODE | |
| LOW | plugins/generic/custom.py | 8 | CODE | |
| LOW | extra/shutils/newlines.py | 3 | CODE | |
| LOW | extra/shutils/duplicates.py | 8 | CODE | |
| LOW | extra/cloak/cloak.py | 10 | CODE | |
| LOW | extra/dbgtool/dbgtool.py | 10 | CODE | |
| LOW | extra/vulnserver/vulnserver.py | 10 | CODE | |
| LOW | lib/core/subprocessng.py | 8 | CODE | |
| LOW | lib/core/compat.py | 8 | CODE | |
| LOW | lib/core/option.py | 8 | CODE | |
| LOW | lib/core/threads.py | 8 | CODE | |
| LOW | lib/core/common.py | 8 | CODE | |
| LOW | lib/parse/cmdline.py | 8 | CODE | |
| LOW | lib/utils/brute.py | 8 | CODE | |
| LOW | lib/utils/sgmllib.py | 13 | CODE | |
| LOW | lib/utils/hash.py | 8 | CODE | |
| LOW | lib/utils/api.py | 9 | CODE | |
| LOW | lib/utils/progress.py | 8 | CODE | |
| LOW | lib/utils/crawler.py | 8 | CODE | |
| LOW | lib/takeover/metasploit.py | 8 | CODE | |
| LOW | lib/takeover/abstraction.py | 8 | CODE | |
| LOW | lib/controller/controller.py | 8 | CODE | |
| LOW | lib/request/dns.py | 8 | CODE | |
| LOW | lib/request/comparison.py | 8 | CODE | |
| LOW | lib/request/inject.py | 8 | CODE | |
| LOW | lib/techniques/blind/inference.py | 8 | CODE | |
| LOW | lib/techniques/error/use.py | 8 | CODE | |
| LOW | thirdparty/chardet/__init__.py | 21 | CODE | |
| LOW | thirdparty/chardet/__init__.py | 21 | CODE | |
| LOW | thirdparty/colorama/__init__.py | 2 | CODE | |
| LOW | thirdparty/colorama/__init__.py | 2 | CODE | |
| LOW | thirdparty/colorama/__init__.py | 2 | CODE | |
| LOW | thirdparty/colorama/__init__.py | 2 | CODE | |
| LOW | thirdparty/colorama/__init__.py | 2 | CODE | |
| LOW | thirdparty/colorama/__init__.py | 3 | CODE | |
| LOW | thirdparty/colorama/__init__.py | 3 | CODE | |
| LOW | thirdparty/colorama/__init__.py | 3 | CODE | |
| LOW | thirdparty/colorama/__init__.py | 3 | CODE | |
| LOW | thirdparty/colorama/__init__.py | 4 | CODE | |
| LOW | thirdparty/identywaf/identYwaf.py | 11 | CODE | |
| LOW | thirdparty/beautifulsoup/beautifulsoup.py | 79 | CODE | |
| LOW | thirdparty/beautifulsoup/beautifulsoup.py | 80 | CODE | |
| LOW | thirdparty/beautifulsoup/beautifulsoup.py | 1766 | CODE | |
| LOW | thirdparty/beautifulsoup/beautifulsoup.py | 1770 | CODE | |
| LOW | thirdparty/termcolor/termcolor.py | 26 | CODE | |
| LOW | thirdparty/socks/socks.py | 21 | CODE | |
| LOW | thirdparty/socks/socks.py | 24 | CODE | |
| LOW | thirdparty/six/__init__.py | 23 | CODE | |
| LOW | thirdparty/ansistrm/ansistrm.py | 8 | CODE | |
| LOW | thirdparty/bottle/bottle.py | 3 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | plugins/dbms/mysql/fingerprint.py | 243 | # Check if it is MySQL >= 5.7 | COMMENT |
| LOW⚡ | plugins/dbms/mysql/fingerprint.py | 247 | # Check if it is MySQL >= 5.6 | COMMENT |
| LOW⚡ | plugins/dbms/mysql/fingerprint.py | 251 | # Check if it is MySQL >= 5.5 | COMMENT |
| LOW⚡ | plugins/dbms/mysql/fingerprint.py | 255 | # Check if it is MySQL >= 5.1.2 and < 5.5.0 | COMMENT |
| LOW | plugins/dbms/mysql/fingerprint.py | 268 | # Check if it is MySQL >= 5.0.0 and < 5.1.2 | COMMENT |
| LOW | lib/core/common.py | 2704 | # Check if the common output (item) starts with prevValue | COMMENT |
| LOW | lib/core/settings.py | 332 | # Check if running in terminal | COMMENT |
| LOW | lib/utils/tui.py | 797 | # Check if process ended | COMMENT |
| LOW | lib/utils/tui.py | 912 | # Check if ncurses is available | COMMENT |
| LOW | thirdparty/chardet/charsetprober.py | 122 | # Check if we're coming out of or entering an HTML tag | COMMENT |
| LOW | thirdparty/socks/socks.py | 661 | # Check if the destination address provided is an IP address | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/test_fingerprint.py | 67 | # output. (In the test harness Backend.getDbms() is None because set_dbms uses | COMMENT |
| MEDIUM | tests/_testutils.py | 117 | # --- property/fuzz testing harness (shared so individual test files don't each reinvent it) --- | COMMENT |
| LOW | tests/test_brute.py | 91 | # runThreads -> just call the worker once synchronously | COMMENT |
| LOW⚡ | tests/test_target_parsing.py | 337 | _resumeDBMS() # nothing stored: must just return | CODE |
| LOW⚡ | tests/test_hash_crack.py | 191 | # must simply return without touching anything | COMMENT |
| MEDIUM | thirdparty/beautifulsoup/beautifulsoup.py | 1456 | # haven't already gone through a supposedly comprehensive | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | extra/icmpsh/icmpsh_m.py | 66 | # Create a new IP packet and set its source and destination addresses | COMMENT |
| MEDIUM | extra/icmpsh/icmpsh_m.py | 71 | # Create a new ICMP packet of type ECHO REPLY | COMMENT |
| MEDIUM | lib/core/option.py | 1415 | # Create a custom boundary object for user's supplied prefix | COMMENT |
| MEDIUM | thirdparty/pydes/pyDes.py | 459 | # Create the 16 subkeys, K[1] - K[16] | COMMENT |
| MEDIUM | thirdparty/bottle/bottle.py | 3870 | tmp = default_app.push() # Create a new "default application" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | tests/test_dump_jsonl.py | 96 | # unlike CSV (header row) / HTML (doc scaffold), JSONL must be pure data lines | COMMENT |
| MEDIUM | tests/test_filesystem.py | 221 | # Drive the generic readFile orchestration with a stubbed stackedReadFile | COMMENT |
| MEDIUM | tests/test_filesystem.py | 621 | # Drive the full inject orchestration with the file write succeeding: | COMMENT |
| MEDIUM | tests/test_techniques.py | 269 | # session to run; stub it so unionUse()'s orchestration + parse is what is exercised. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/dbms/h2/filesystem.py | 26 | CODE | |
| LOW | plugins/dbms/mysql/filesystem.py | 40 | CODE | |
| LOW | lib/request/connect.py | 1046 | CODE | |
| LOW | lib/request/http2.py | 697 | CODE | |
| LOW | lib/request/inject.py | 580 | CODE | |
| LOW | lib/techniques/ldap/inject.py | 304 | CODE | |
| LOW | thirdparty/beautifulsoup/beautifulsoup.py | 1101 | CODE | |
| LOW | thirdparty/clientform/clientform.py | 944 | CODE | |
| LOW | thirdparty/clientform/clientform.py | 978 | CODE | |
| LOW | thirdparty/clientform/clientform.py | 1090 | CODE | |
| LOW | thirdparty/clientform/clientform.py | 2769 | CODE | |
| LOW | thirdparty/socks/socks.py | 194 | CODE | |
| LOW | thirdparty/bottle/bottle.py | 3882 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | lib/techniques/ssti/inject.py | 93 | (("${self.module.runtime.util.os.popen('{CMD}').read()}", "self.module.runtime.util.os.popen"), | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | sqlmap.py | 664 | __all__ = ["scan", "scanFromRequest", "SqlmapError"] | CODE |
| LOW | lib/utils/library.py | 19 | __all__ = ["scan", "scanFromRequest", "SqlmapError"] | CODE |
| LOW | lib/utils/sgmllib.py | 22 | __all__ = ["SGMLParser", "SGMLParseError"] | CODE |
| LOW | thirdparty/chardet/__init__.py | 24 | __all__ = ['UniversalDetector', 'detect', 'detect_all', '__version__', 'VERSION'] | CODE |
| LOW | thirdparty/clientform/clientform.py | 59 | __all__ = ['AmbiguityError', 'CheckboxControl', 'Control', | CODE |
| LOW | thirdparty/fcrypt/fcrypt.py | 42 | __all__ = ['crypt'] | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_ldap.py | 309 | oracle = _mockOracle("admin@example.com") | CODE |
| LOW | tests/test_ldap.py | 312 | self.assertEqual(value, "admin@example.com") | CODE |
| LOW | tests/test_hash_crack.py | 176 | # the synthesised key uses the dummy-user prefix and maps to the bare hash | COMMENT |
| LOW | lib/core/common.py | 3341 | >>> findDynamicContent("Lorem ipsum dolor sit amet, congue tation referrentur ei sed. Ne nec legimus habemus recusab | STRING |
| LOW | lib/core/common.py | 3341 | >>> findDynamicContent("Lorem ipsum dolor sit amet, congue tation referrentur ei sed. Ne nec legimus habemus recusab | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/clientform/clientform.py | 348 | Warning: don't forget to call lastpart()! | STRING |