Rewrite vhost module as virtualhost with native blasthttp#2993
Open
liquidsec wants to merge 5 commits intoblasthttp-integration-cleanfrom
Open
Rewrite vhost module as virtualhost with native blasthttp#2993liquidsec wants to merge 5 commits intoblasthttp-integration-cleanfrom
liquidsec wants to merge 5 commits intoblasthttp-integration-cleanfrom
Conversation
Brute-forces virtual hosts via HTTP Host headers and HTTPS SNI, with wildcard detection, canary consistency checks, keyword-based filtering, certificate SAN extraction, and mutation generation. Uses blasthttp resolve_ip for DNS pinning.
07dfd28 to
fecac39
Compare
Contributor
📊 Performance Benchmark Report
📈 Detailed Results (All Benchmarks)
🎯 Performance Summary! 1 regression ⚠️
21 unchanged ✅🔍 Significant Changes (>10%)
🐍 Python Version 3.11.15 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## blasthttp-integration-clean #2993 +/- ##
============================================================
- Coverage 91% 91% -0%
============================================================
Files 440 442 +2
Lines 37570 38428 +858
============================================================
+ Hits 34078 34798 +720
- Misses 3492 3630 +138 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Summary
Complete rewrite of the
vhostmodule (now renamed tovirtualhost). The old module was a thin wrapper around theffufGo binary for Host header fuzzing. The new module is a native Python implementation using blasthttp for all HTTP requests, with significantly expanded detection capabilities.Requires #2992 (blasthttp integration). Supersedes #2672.
What changed from the old vhost module
Architecture:
self.helpers.request()withresolve_ipfor DNS pinningcert_infofor certificate SAN extractionNew detection capabilities:
Event changes:
Renamed: vhost -> virtualhost, VHOST -> VIRTUAL_HOST, deadly flag removed