Add DNSDumpster-like inventory and report sections - #5
Merged
Swapshadow merged 1 commit intoJun 11, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
backend/app/services/dnsdumpster_like_inventory.pythat buildsaudit["dnsdumpster_like"]by merging DNS, subdomains, ASN (Team Cymru), HTTP/HTTPS fingerprints, TLS certificate parsing, local RevIP counts, guardrail logs and complementary Nmap services.backend/app/main.pysodnsdumpster_likeis created after DNS, mail, subdomains, IP inventory and service scans and included in the API/JSON summary.backend/app/reports/pdf_report.py(new PDF layout and DNSDumpster sections with Nmap/CVE in annex),backend/app/reports/html_report.py(DNSDumpster UI, filterable A-records table, badges, expandable host details and client-side filter JS) andbackend/app/reports/excel_report.py(new workbook sheets and enriched columns for A/MX/NS/TXT and Host Inventory).cryptographyfallback, richer HTTP fingerprinting logic, technology detection from headers/HTML and conservative ASN enrichment, and set defaultOPENEASM_NMAP_TOP_PORTS=1000.Testing
python3 -m compileall backend/app— succeeded (module-level compile check of the modified codebase completed).python3 -m pip install -r backend/requirements.txt— failed due to environment package index/proxy returning403 Forbidden, preventing installation of runtime dependencies (so dynamic integration tests could not be executed in this container).oehc.corsica(via a small script invoking the new module) failed withModuleNotFoundError: No module named 'dns'because dependencies were not installed after thepipfailure.Codex Task