Skip to content

Commit db5b91f

Browse files
committed
test: close reporter and package coverage gaps , update banner
1 parent dd74c05 commit db5b91f

11 files changed

Lines changed: 770 additions & 163 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ __pycache__/
2121

2222
# Coverage
2323
.coverage
24+
coverage.json
2425
htmlcov/
2526

2627
# Build artifacts

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# OpenDoor — OWASP Web Directory Scanner
1+
# OpenDoor — OWASP Web Recon & Directory Discovery Platform
22

3-
![OpenDoor](https://raw.githubusercontent.com/stanislav-web/OpenDoor/master/logo.png)
3+
![OpenDoor](/logo1.png)
44

5-
**OpenDoor** is an open-source CLI scanner for authorized web reconnaissance, directory discovery, subdomain enumeration, fingerprint detection, WAF detection, controlled header-bypass probing, response filtering, reporting, and transport-based scanning workflows.
5+
**OpenDoor** is an open-source CLI Recon Platform for authorized web reconnaissance, directory discovery, subdomain enumeration, fingerprint detection, WAF detection, controlled header-bypass probing, response filtering, reporting, and transport-based scanning workflows.
66

77
It helps security researchers, penetration testers, bug bounty hunters, DevSecOps engineers, and developers identify exposed paths, login panels, directory listings, restricted resources, backup files, web shells, subdomains, and other potentially sensitive web assets.
88

@@ -67,7 +67,7 @@ It helps security researchers, penetration testers, bug bounty hunters, DevSecOp
6767
- resumable scan sessions with checkpoint autosave;
6868
- CI/CD fail-on result bucket rules;
6969
- official Docker image distribution via GitHub Container Registry;
70-
- reports in terminal, text, JSON, CSV, HTML, and SQLite formats;
70+
- reports in terminal, text, JSON, CSV, HTML, SARIF and SQLite formats;
7171
- proxy, OpenVPN, and WireGuard transport profiles;
7272
- sequential per-target transport rotation for batch workflows;
7373
- configuration wizard for repeatable scan profiles.

0 commit comments

Comments
 (0)