Skip to content

remove digitorus module#3114

Merged
liquidsec merged 1 commit into
devfrom
remove-digitorus
May 20, 2026
Merged

remove digitorus module#3114
liquidsec merged 1 commit into
devfrom
remove-digitorus

Conversation

@liquidsec

Copy link
Copy Markdown
Collaborator

Summary

  • The digitorus module scrapes `https://certificatedetails.com/`. Every request to that host (root and every path tried) now returns HTTP 403 with a Cloudflare JS challenge (`cf-mitigated: challenge`, "Just a moment..." interstitial). No header/UA combination defeats it — only a real browser solving the challenge can.
  • digitorus.com (the company) is a PKI consulting firm and does not advertise an API for certificatedetails.com. There is no programmatic endpoint to migrate to.
  • The module silently emitted zero events on every recent scan because it uses `self.helpers.request` rather than `self.api_request`, so the 403 never surfaced.
  • Equivalent certificate-transparency coverage is provided by `certspotter` and (separately, once fixed) `crt` / `crt_db`.
  • Docs (list_of_modules, presets_list, chord graph, etc.) are autogenerated by the daily `docs_updater.yml` workflow — those will catch up on the next run.

@github-actions

Copy link
Copy Markdown
Contributor

🚀 Performance Benchmark Report

⚠️ No current benchmark data available

This might be because:

  • Benchmarks failed to run
  • No benchmark tests found
  • Dependencies missing

@codecov

codecov Bot commented May 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90%. Comparing base (8f38751) to head (6d463a7).
⚠️ Report is 14 commits behind head on dev.

Additional details and impacted files
@@          Coverage Diff          @@
##             dev   #3114   +/-   ##
=====================================
+ Coverage     90%     90%   +1%     
=====================================
  Files        444     442    -2     
  Lines      38393   38364   -29     
=====================================
- Hits       34333   34311   -22     
+ Misses      4060    4053    -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ausmaster ausmaster self-requested a review May 20, 2026 16:33

@ausmaster ausmaster left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RIP.

@liquidsec liquidsec merged commit fbc8fad into dev May 20, 2026
20 checks passed
@liquidsec liquidsec deleted the remove-digitorus branch May 20, 2026 18:13
@ausmaster ausmaster added this to the BBOT 3.0 - blazed_elijah milestone May 20, 2026
@liquidsec liquidsec mentioned this pull request Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants