We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b948392 commit 5d5581fCopy full SHA for 5d5581f
pkg/output/banner.go
@@ -12,7 +12,7 @@ import "github.com/projectdiscovery/gologger"
12
var printed = false
13
14
const (
15
- Version = "v0.0.8"
+ Version = "v0.0.9"
16
banner = ` ______________ ________ _________ ____
17
/ ___/ ___/ __ \/ ___/ _ \/ ___/ __ \/ __ \
18
/ /__(__ ) /_/ / / / __/ /__/ /_/ / / / /
snapcraft.yaml
@@ -3,7 +3,7 @@ summary: Discover new target domains using Content Security Policy
3
description: |
4
Take as input target URLs and probe them to retrieve their CSP (either from Head or Header)
5
and get new target domains.
6
-version: 0.0.8
+version: 0.0.9
7
grade: stable
8
base: core20
9
0 commit comments