csprecon icon indicating copy to clipboard operation
csprecon copied to clipboard

Discover new target domains using Content Security Policy

Results 6 csprecon issues
Sort by recently updated
recently updated
newest added

Having JSON output as an option would be nice, especially when doing -l targets.txt, for example ```json {"x.subdomain.com" : ["new.subdomain.com", "second.subdomain.com", "etc.."]} ```` Just mapping the specific taarget to the...

Bumps [github.com/projectdiscovery/goflags](https://github.com/projectdiscovery/goflags) from 0.1.59 to 0.1.60. Release notes Sourced from github.com/projectdiscovery/goflags's releases. Release v0.1.60 0.1.60 (2024-07-21) Commits 0988f1f Merge pull request #193 from projectdiscovery/dependabot/go_modules/main/gith... 90b5cb3 chore(deps): bump github.com/projectdiscovery/utils from 0.2.0...

Maintenance

Bumps [github.com/projectdiscovery/gologger](https://github.com/projectdiscovery/gologger) from 1.1.15 to 1.1.16. Release notes Sourced from github.com/projectdiscovery/gologger's releases. Release v1.1.16 1.1.16 (2024-07-21) Commits 286de36 Merge pull request #64 from projectdiscovery/dependabot/go_modules/main/githu... 41e0ab0 chore(deps): bump github.com/projectdiscovery/utils from 0.2.0...

Maintenance

Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.2.1 to 0.2.2. Release notes Sourced from github.com/projectdiscovery/utils's releases. Release v0.2.2 0.2.2 (2024-07-21) Commits 3f5da19 Merge pull request #469 from projectdiscovery/add_zstd_encoding_support e36d036 use klauspost/compress 6d95188 add zstd...

Maintenance

Fetching domains from `Content-Security-Portal` header and also strip `*.` from results.

Add Content-Security-Policy-Report-Only header check https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only

enhancement
good first issue