Skip to content

Commit 3aebc8a

Browse files
committed
v0.4.5
1 parent 1ca41f3 commit 3aebc8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/output/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import "github.com/projectdiscovery/gologger"
1212
var printed = false
1313

1414
const (
15-
Version = "v0.4.4"
15+
Version = "v0.4.5"
1616
banner = ` ______________ ________ _________ ____
1717
/ ___/ ___/ __ \/ ___/ _ \/ ___/ __ \/ __ \
1818
/ /__(__ ) /_/ / / / __/ /__/ /_/ / / / /

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ summary: Discover new target domains using Content Security Policy
33
description: |
44
Take as input target URLs and probe them to retrieve their CSP (either from Head or Header)
55
and get new target domains.
6-
version: 0.4.4
6+
version: 0.4.5
77
grade: stable
88
base: core20
99

0 commit comments

Comments
 (0)