Web path scanner
This report presents the forensic synthetic code analysis of maurosoria/dirsearch, a Python project with 14,670 GitHub stars. SynthScan v2.0 examined 46,341 lines of code across 230 source files, recording 535 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 13.5 places this repository in the Low 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 535 distinct pattern matches across 10 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 |
|---|---|---|---|---|
| LOW | tests/test_optional_db_dependencies.py | 67 | def test_core_imports_without_database_drivers(self): | CODE |
| LOW | tests/test_optional_db_dependencies.py | 73 | def test_file_reports_import_without_database_drivers(self): | CODE |
| LOW | tests/test_optional_db_dependencies.py | 89 | def test_mysql_report_fails_only_when_driver_is_used(self): | CODE |
| LOW | tests/test_optional_db_dependencies.py | 99 | def test_postgresql_report_fails_only_when_driver_is_used(self): | CODE |
| LOW⚡ | tests/test_release_scripts.py | 46 | def test_configure_threaded_stack(self): | STRING |
| LOW⚡ | tests/test_release_scripts.py | 53 | def test_configure_async_stack(self): | STRING |
| LOW⚡ | tests/test_release_scripts.py | 60 | def test_configure_native_rust_stack(self): | STRING |
| LOW⚡ | tests/test_native_install_packaging.py | 10 | def test_entrypoints_include_native_builder(self): | CODE |
| LOW⚡ | tests/test_native_install_packaging.py | 20 | def test_package_data_includes_native_sources(self): | CODE |
| LOW⚡ | tests/test_native_install_packaging.py | 26 | def test_setup_uses_standard_package_dir_mapping(self): | CODE |
| LOW⚡ | tests/test_native_install_packaging.py | 35 | def test_ntlm_auth_is_not_a_direct_dependency(self): | CODE |
| LOW | tests/test_native_install_packaging.py | 52 | def test_macos_pyinstaller_omits_mysql_vendor_openssl(self): | CODE |
| LOW⚡ | tests/test_native_install_packaging.py | 65 | def test_portable_workflow_uses_github_token(self): | CODE |
| LOW⚡ | tests/test_native_install_packaging.py | 72 | def test_install_docs_use_native_builder_flow(self): | CODE |
| LOW⚡ | tests/test_native_install_packaging.py | 80 | def test_pyinstaller_native_build_uses_selected_python(self): | CODE |
| LOW⚡ | tests/test_native_install_packaging.py | 86 | def test_native_builder_preserves_python_symlink(self): | CODE |
| LOW⚡ | tests/test_report_exception_handling.py | 14 | def test_csv_report_rejects_wrong_header(self): | CODE |
| LOW⚡ | tests/test_report_exception_handling.py | 22 | def test_file_report_validation_chains_parse_error(self): | CODE |
| LOW⚡ | tests/test_report_exception_handling.py | 32 | def test_sqlite_report_rejects_non_sqlite_file(self): | CODE |
| LOW⚡ | tests/test_report_exception_handling.py | 42 | def test_sqlite_report_closes_connection_after_validation_failure(self): | CODE |
| LOW | tests/test_report_exception_handling.py | 56 | def test_raw_request_malformed_input_preserves_invalid_request_type(self): | CODE |
| LOW⚡ | tests/test_test_discovery.py | 31 | def test_all_test_modules_are_discoverable(self): | CODE |
| LOW⚡ | tests/test_test_discovery.py | 38 | def test_legacy_runner_uses_the_canonical_discovery_suite(self): | CODE |
| LOW⚡ | tests/test_test_discovery.py | 43 | def test_ci_runs_canonical_test_discovery(self): | CODE |
| LOW | tests/core/test_fuzzer_lifecycle.py | 79 | def test_terminal_callback_failure_stops_intake_and_drains_siblings(self): | CODE |
| LOW | tests/core/test_fuzzer_lifecycle.py | 118 | async def test_terminal_callback_failure_cancels_and_drains_siblings(self): | CODE |
| LOW | tests/core/test_importable_api.py | 87 | def test_public_imports_are_available(self): | CODE |
| LOW | tests/core/test_importable_api.py | 106 | def test_builtin_template_and_wordlist_limit(self): | CODE |
| LOW | tests/core/test_importable_api.py | 136 | def test_python_api_runs_template_wordlist_and_callbacks(self): | CODE |
| LOW | tests/core/test_importable_api.py | 162 | def test_result_predicate_filters_custom_matches(self): | CODE |
| LOW | tests/core/test_importable_api.py | 179 | def test_session_factory_customizes_requests(self): | CODE |
| LOW | tests/core/test_importable_api.py | 199 | def test_from_raw_request_runs_with_body_and_query(self): | CODE |
| LOW | tests/core/test_importable_api.py | 225 | def test_from_raw_request_file_uses_absolute_form_target(self): | CODE |
| LOW | tests/core/test_importable_api.py | 246 | def test_from_raw_request_requires_one_source(self): | CODE |
| LOW | tests/core/test_importable_api.py | 259 | def test_raise_on_error_invokes_callback_then_raises(self): | CODE |
| LOW | tests/core/test_importable_api.py | 281 | def test_two_configs_do_not_leak_state(self): | CODE |
| LOW | tests/core/test_options.py | 13 | def test_aggressive_wordlist_category_is_opt_in(self): | CODE |
| LOW | tests/core/test_options.py | 44 | def test_find_backup_cli_option_is_enabled(self): | CODE |
| LOW | tests/core/test_options.py | 58 | def test_find_backup_is_loaded_from_config(self): | CODE |
| LOW | tests/core/test_options.py | 77 | def test_save_response_cli_path_is_absolute(self): | CODE |
| LOW | tests/core/test_options.py | 95 | def test_save_response_jsonl_cli_path_is_absolute(self): | CODE |
| LOW | tests/core/test_options.py | 113 | def test_save_response_is_loaded_from_config(self): | CODE |
| LOW | tests/core/test_options.py | 143 | def test_response_size_options_accept_raw_bytes_and_units(self): | CODE |
| LOW | tests/core/test_options.py | 164 | def test_response_size_options_accept_bytes_suffix(self): | CODE |
| LOW | tests/core/test_options.py | 185 | def test_header_filter_options_are_parsed(self): | CODE |
| LOW | tests/core/test_options.py | 209 | def test_invalid_header_regex_exits(self): | CODE |
| LOW⚡ | tests/core/test_native_builder.py | 13 | def create_native_source_tree(root: Path) -> Path: | CODE |
| LOW⚡ | tests/core/test_native_builder.py | 23 | def test_native_sources_available_requires_all_files(self): | CODE |
| LOW⚡ | tests/core/test_native_builder.py | 33 | def test_prerequisite_errors_report_missing_commands_and_headers(self): | CODE |
| LOW | tests/core/test_native_builder.py | 49 | def test_prerequisite_errors_report_python_version(self): | CODE |
| LOW | tests/core/test_native_builder.py | 63 | def test_install_hint_for_debian_like_systems(self): | CODE |
| LOW | tests/core/test_native_builder.py | 69 | def test_install_hint_for_fedora_like_systems(self): | CODE |
| LOW | tests/core/test_scanner.py | 56 | def test_generate_redirect_regex(self): | CODE |
| LOW | tests/core/test_scanner.py | 94 | def test_probable_wildcard_skips_expensive_similarity_for_large_bodies(self): | CODE |
| LOW | tests/core/test_scanner.py | 121 | def test_probable_wildcard_keeps_similarity_for_medium_bodies(self): | CODE |
| LOW⚡ | tests/core/test_request_backend.py | 35 | def test_native_accepts_default_supported_options(self): | CODE |
| LOW⚡ | tests/core/test_request_backend.py | 38 | def test_native_rejects_async_mode(self): | CODE |
| LOW⚡ | tests/core/test_request_backend.py | 44 | def test_native_rejects_non_get_methods(self): | CODE |
| LOW⚡ | tests/core/test_request_backend.py | 50 | def test_native_accepts_http_proxies(self): | CODE |
| LOW⚡ | tests/core/test_request_backend.py | 57 | def test_native_accepts_proxy_authentication(self): | CODE |
| 268 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | dirsearch.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | pyproject.toml | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | config.ini | 21 | #include-status = 200-299,401 | COMMENT |
| LOW | config.ini | 41 | #filter-status = 500-599 | COMMENT |
| LOW | config.ini | 61 | #prefixes = .,admin | COMMENT |
| LOW | config.ini | 101 | disable-cli = False | COMMENT |
| LOW | config.ini | 121 | #save-response = responses | COMMENT |
| LOW | setup.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | testing.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | tests/test_optional_db_dependencies.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/test_release_scripts.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/core/test_scanner.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/connection/test_dns.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/connection/test_requester.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/parse/test_config.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/parse/test_url.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/parse/test_headers.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/utils/test_mimetype.py | 1 | # This program is free software; you can redistribute it and/or modify | COMMENT |
| LOW | tests/utils/test_common.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/utils/test_schemedet.py | 1 | # This program is free software; you can redistribute it and/or modify | COMMENT |
| LOW | tests/utils/test_diff.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/utils/test_crawl.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/utils/test_random.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/controller/test_target_dns.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | tests/controller/test_session_store.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | .github/workflows/codeql-analysis.yml | 1 | # For most projects, this workflow file will not need changing; you simply need | COMMENT |
| LOW | lib/core/options.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/scanner.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/logger.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/api.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/fuzzer.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/settings.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/exceptions.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/structures.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/dictionary.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/filters.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/data.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/core/decorators.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/connection/dns.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/connection/response.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/connection/requester.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/parse/config.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/parse/cmdline.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/parse/rawrequest.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/parse/url.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/parse/headers.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/crawl.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/mimetype.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/safe_xml.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/random.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/file.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/common.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/diff.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/utils/schemedet.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/controller/controller.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/controller/session.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/view/terminal.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/view/colors.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/report/xml_report.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | lib/report/csv_report.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| 12 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | dirsearch.py | 23 | CODE | |
| LOW | dirsearch.py | 23 | CODE | |
| LOW | dirsearch.py | 23 | CODE | |
| LOW | dirsearch.py | 23 | CODE | |
| LOW | dirsearch.py | 23 | CODE | |
| LOW | dirsearch.py | 23 | CODE | |
| LOW | __init__.py | 6 | CODE | |
| LOW | __init__.py | 6 | CODE | |
| LOW | __init__.py | 6 | CODE | |
| LOW | __init__.py | 6 | CODE | |
| LOW | __init__.py | 6 | CODE | |
| LOW | __init__.py | 6 | CODE | |
| LOW | __init__.py | 6 | CODE | |
| LOW | tests/test_optional_db_dependencies.py | 19 | CODE | |
| LOW | tests/core/test_importable_api.py | 1 | CODE | |
| LOW | tests/core/test_wordlist_backend.py | 1 | CODE | |
| LOW | tests/core/test_dictionary_templates.py | 1 | CODE | |
| LOW | tests/connection/proxy_server.py | 1 | CODE | |
| LOW | tests/controller/test_session_store.py | 19 | CODE | |
| LOW | scripts/split_wordlists.py | 4 | CODE | |
| LOW | scripts/configure_stack.py | 2 | CODE | |
| LOW | scripts/build_portable.py | 2 | CODE | |
| LOW | scripts/build_native.py | 2 | CODE | |
| LOW | lib/core/options.py | 19 | CODE | |
| LOW | lib/core/native_runtime.py | 1 | CODE | |
| LOW | lib/core/scanner.py | 19 | CODE | |
| LOW | lib/core/wordlist_template.py | 1 | CODE | |
| LOW | lib/core/api.py | 19 | CODE | |
| LOW | lib/core/wordlist_backend.py | 1 | CODE | |
| LOW | lib/core/fuzzer.py | 19 | CODE | |
| LOW | lib/core/structures.py | 19 | CODE | |
| LOW | lib/core/dictionary.py | 19 | CODE | |
| LOW | lib/core/native_builder.py | 1 | CODE | |
| LOW | lib/core/filters.py | 16 | CODE | |
| LOW | lib/core/data.py | 19 | CODE | |
| LOW | lib/core/request_backend.py | 1 | CODE | |
| LOW | lib/core/decorators.py | 19 | CODE | |
| LOW | lib/connection/dns.py | 19 | CODE | |
| LOW | lib/connection/proxy.py | 1 | CODE | |
| LOW | lib/connection/rate_limiter.py | 1 | CODE | |
| LOW | lib/connection/response.py | 19 | CODE | |
| LOW | lib/connection/native.py | 1 | CODE | |
| LOW | lib/connection/requester.py | 19 | CODE | |
| LOW | lib/parse/config.py | 19 | CODE | |
| LOW | lib/parse/rawrequest.py | 19 | CODE | |
| LOW | lib/parse/nmap.py | 1 | CODE | |
| LOW | lib/parse/headers.py | 19 | CODE | |
| LOW | lib/utils/safe_xml.py | 19 | CODE | |
| LOW | lib/utils/random.py | 19 | CODE | |
| LOW | lib/utils/file.py | 19 | CODE | |
| LOW | lib/controller/controller.py | 19 | CODE | |
| LOW | lib/controller/session.py | 19 | CODE | |
| LOW | lib/report/response_store.py | 3 | CODE | |
| LOW | lib/report/directory_response_store.py | 3 | CODE | |
| LOW | lib/report/jsonl_response_store.py | 3 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | dirsearch.py | 32 | from lib.core.exceptions import WordlistLimitError | CODE |
| CRITICAL | tests/core/test_wordlist_backend.py | 8 | from lib.core.exceptions import WordlistBackendUnavailableError | CODE |
| CRITICAL | tests/core/test_dictionary_templates.py | 10 | from lib.core.exceptions import WordlistLimitError | CODE |
| CRITICAL | lib/core/api.py | 30 | from lib.core.exceptions import WordlistLimitError | CODE |
| CRITICAL | lib/core/wordlist_backend.py | 7 | from lib.core.exceptions import WordlistBackendUnavailableError, WordlistLimitError | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/core/test_dictionary_concurrency.py | 111 | except Exception as error: | CODE |
| LOW | tests/core/test_dictionary_concurrency.py | 150 | except Exception as error: | CODE |
| LOW | tests/core/test_dictionary_concurrency.py | 186 | except Exception as error: | CODE |
| LOW | tests/core/test_dictionary_concurrency.py | 193 | except Exception as error: | CODE |
| MEDIUM | tests/core/test_dictionary_concurrency.py | 146 | def add_candidate() -> None: | CODE |
| MEDIUM | tests/core/test_dictionary_concurrency.py | 183 | def snapshot() -> None: | CODE |
| LOW | tests/connection/proxy_server.py | 406 | except Exception: | CODE |
| LOW | tests/connection/proxy_server.py | 434 | except Exception as error: | CODE |
| LOW | tests/report/test_response_store.py | 241 | except Exception as error: | CODE |
| LOW | tests/report/test_response_store.py | 478 | except Exception as error: | CODE |
| LOW | lib/core/options.py | 70 | except Exception: | CODE |
| MEDIUM | lib/core/options.py | 155 | print("Error while parsing Nmap report: " + str(e)) | CODE |
| MEDIUM | lib/core/options.py | 224 | print("Error in headers file: " + str(e)) | CODE |
| LOW | lib/core/fuzzer.py | 468 | except Exception as e: | CODE |
| LOW | lib/connection/requester.py | 533 | except Exception as e: | CODE |
| LOW | lib/connection/requester.py | 779 | except Exception as e: | CODE |
| LOW | lib/utils/file.py | 244 | except Exception: | CODE |
| MEDIUM | lib/utils/file.py | 86 | def can_read(file_name): | CODE |
| LOW | lib/controller/controller.py | 858 | except Exception: | CODE |
| LOW | lib/controller/controller.py | 882 | except Exception: | CODE |
| MEDIUM | lib/controller/controller.py | 541 | def run_fuzzer() -> None: | CODE |
| LOW | lib/report/response_store.py | 93 | except Exception: | CODE |
| LOW | lib/report/jsonl_response_store.py | 37 | except Exception: | CODE |
| LOW | lib/report/jsonl_response_store.py | 44 | except Exception: | CODE |
| LOW | db/categories/generate_wpscan_wordlists.py | 33 | except Exception as e: | CODE |
| LOW⚡ | db/categories/php/generate_wpscan_wordlists.py | 19 | except Exception as e: | CODE |
| MEDIUM⚡ | db/categories/php/generate_wpscan_wordlists.py | 20 | print(f"Error downloading: {e}") | CODE |
| MEDIUM | db/categories/php/generate_wpscan_wordlists.py | 4 | def download_file(url, output_path): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | setup.py | 53 | CODE | |
| LOW | tests/check_packaged_install.py | 10 | CODE | |
| LOW | tests/connection/test_dns.py | 130 | CODE | |
| LOW | tests/connection/test_native_engine.py | 35 | CODE | |
| LOW | tests/connection/test_native_engine.py | 72 | CODE | |
| LOW | tests/connection/test_native_engine.py | 96 | CODE | |
| LOW | tests/connection/test_proxy_integration.py | 160 | CODE | |
| LOW | tests/connection/test_proxy_integration.py | 183 | CODE | |
| LOW | tests/connection/test_proxy_integration.py | 210 | CODE | |
| LOW | tests/connection/test_requester.py | 582 | CODE | |
| LOW | tests/report/test_response_store.py | 159 | CODE | |
| LOW | scripts/split_wordlists.py | 140 | CODE | |
| LOW | lib/core/options.py | 61 | CODE | |
| LOW | lib/core/api.py | 287 | CODE | |
| LOW | lib/core/wordlist_backend.py | 52 | CODE | |
| LOW | lib/core/wordlist_backend.py | 175 | CODE | |
| LOW | lib/core/fuzzer.py | 520 | CODE | |
| LOW | lib/connection/proxy.py | 35 | CODE | |
| LOW | lib/connection/requester.py | 277 | CODE | |
| LOW | lib/connection/requester.py | 452 | CODE | |
| LOW | lib/connection/requester.py | 709 | CODE | |
| LOW | lib/utils/crawl.py | 62 | CODE | |
| LOW | lib/controller/controller.py | 215 | CODE | |
| LOW | lib/controller/controller.py | 364 | CODE | |
| LOW | lib/controller/controller.py | 463 | CODE | |
| LOW | lib/controller/controller.py | 862 | CODE | |
| LOW | lib/controller/session.py | 59 | CODE | |
| LOW | lib/view/terminal.py | 107 | CODE | |
| LOW | db/categories/generate_wpscan_wordlists.py | 12 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | dirsearch.py | 35 | __all__ = [ | CODE |
| LOW | __init__.py | 16 | __all__ = [ | CODE |
| LOW | lib/core/logger.py | 25 | logger = logging.getLogger(__name__) | CODE |
| LOW | lib/core/api.py | 40 | __all__ = [ | CODE |
| LOW | lib/core/fuzzer.py | 92 | def set_base_path(self, path: str) -> None: | CODE |
| LOW⚡ | lib/connection/requester.py | 376 | def set_url(self, url: str) -> None: | CODE |
| LOW⚡ | lib/connection/requester.py | 379 | def set_query(self, query: str) -> None: | CODE |
| LOW⚡ | lib/connection/requester.py | 382 | def set_ip(self, host: str, port: int, address: str) -> None: | CODE |
| LOW⚡ | lib/connection/requester.py | 388 | def set_header(self, key: str, value: str) -> None: | CODE |
| LOW | lib/connection/requester.py | 431 | def set_auth(self, type: str, credential: str) -> None: | CODE |
| LOW | lib/connection/requester.py | 669 | def set_auth(self, type: str, credential: str) -> None: | CODE |
| LOW | lib/controller/controller.py | 646 | def set_target(self, url: str) -> None: | CODE |
| LOW | lib/controller/controller.py | 819 | def update_progress_bar(self, response: BaseResponse) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | db/categories/php/generate_wpscan_wordlists.py | 16 | # Actually, for this task, I will mock the data if download fails or just create placeholders | COMMENT |
| LOW | db/categories/php/generate_wpscan_wordlists.py | 34 | # or just use a predefined list if we can't scrape. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | lib/core/fuzzer.py | 315 | # Check if the response is unique, not wildcard | COMMENT |
| LOW | lib/report/sqlite_report.py | 46 | # Check if the file is a proper sqlite database | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | lib/core/api.py | 214 | CODE |