File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ github.com/ulikunitz/xz v0.5.11/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0o
83
83
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo =
84
84
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 /go.mod h1:HUYIGzjTL3rfEspMxjDjgmT5uz5wzYJKVo23qUhYTos =
85
85
github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
86
+ go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw =
87
+ go.uber.org/atomic v1.7.0 /go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc =
86
88
go.uber.org/ratelimit v0.3.0 h1:IdZd9wqvFXnvLvSEBo0KPcGfkoBGNkpTHlrE3Rcjkjw =
87
89
go.uber.org/ratelimit v0.3.0 /go.mod h1:So5LG7CV1zWpY1sHe+DXTJqQvOx+FFPFaAs2SnoyBaI =
88
90
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import "github.com/projectdiscovery/gologger"
12
12
var printed = false
13
13
14
14
const (
15
- Version = "v0.0.8 "
15
+ Version = "v0.0.9 "
16
16
banner = ` ______________ ________ _________ ____
17
17
/ ___/ ___/ __ \/ ___/ _ \/ ___/ __ \/ __ \
18
18
/ /__(__ ) /_/ / / / __/ /__/ /_/ / / / /
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ summary: Discover new target domains using Content Security Policy
3
3
description : |
4
4
Take as input target URLs and probe them to retrieve their CSP (either from Head or Header)
5
5
and get new target domains.
6
- version : 0.0.8
6
+ version : 0.0.9
7
7
grade : stable
8
8
base : core20
9
9
You can’t perform that action at this time.
0 commit comments