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.
2 parents 3309cd6 + 6d80a53 commit f56a2e8Copy full SHA for f56a2e8
pkg/output/banner.go
@@ -11,7 +11,7 @@ import "github.com/projectdiscovery/gologger"
11
var printed = false
12
13
const (
14
- Version = "v0.0.3"
+ Version = "v0.0.4"
15
banner = ` __ __
16
____ ____ / /_ ____ ______/ /__
17
/ __ \/ __ \/ __ \/ __ ` + "`" + `/ ___/ //_/
snapcraft.yaml
@@ -2,7 +2,7 @@ name: pphack
2
summary: The Most Advanced Client-Side Prototype Pollution Scanner
3
description: |
4
The Most Advanced Client-Side Prototype Pollution Scanner
5
-version: 0.0.3
+version: 0.0.4
6
grade: stable
7
base: core20
8
0 commit comments