docs(tools): add README + comprehensive tests for security tools#5164
Open
Emart29 wants to merge 1 commit intoaden-hive:mainfrom
Open
docs(tools): add README + comprehensive tests for security tools#5164Emart29 wants to merge 1 commit intoaden-hive:mainfrom
Emart29 wants to merge 1 commit intoaden-hive:mainfrom
Conversation
READMEs added for 7 security scanning tools: - port_scanner: TCP connect scans, banner grabbing, risky port detection - ssl_tls_scanner: TLS version, cipher, certificate analysis - http_headers_scanner: OWASP security headers validation - dns_security_scanner: SPF, DMARC, DKIM, DNSSEC, zone transfer - subdomain_enumerator: Passive CT log subdomain discovery - tech_stack_detector: Web technology fingerprinting - risk_scorer: Weighted letter-grade risk scoring Comprehensive unit tests (92 total): - Port scanner: constants, port categories, _check_port async tests - SSL/TLS scanner: weak ciphers, TLS versions, cert parsing helpers - HTTP headers scanner: security headers, leaky headers validation - DNS security scanner: SPF/DMARC/DKIM/DNSSEC checks - Subdomain enumerator: keyword detection, severity levels - Tech stack detector: cookies, CDN, CMS, framework detection - Risk scorer: grading logic, category scoring, JSON parsing Fixes aden-hive#5094
bryanadenhq
requested changes
Feb 21, 2026
Collaborator
bryanadenhq
left a comment
There was a problem hiding this comment.
Hi @Emart29, thanks for your contribution, please address the review comment
Collaborator
There was a problem hiding this comment.
Changes to this file is unnecessary, just keeping the readme is already good.
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.
Description
Adds comprehensive documentation and unit tests for all 7 security scanning tools.
Fixes #5094
READMEs Added (7 files)
port_scannerssl_tls_scannerhttp_headers_scannerdns_security_scannersubdomain_enumeratortech_stack_detectorrisk_scorerEach README includes:
Unit Tests Added (92 total)
Expanded
test_security_tools.pywith comprehensive coverage:_check_porttestsTesting
Checklist