Skip to content

Commit 0a9da78

Browse files
committed
humbleness
1 parent f393d33 commit 0a9da78

19 files changed

Lines changed: 21 additions & 20 deletions

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
release:
22
header: |
33
## pphack {{ .Tag }} 🥳
4-
*The Most Advanced Client-Side Prototype Pollution Scanner*
4+
*Advanced Client-Side Prototype Pollution Scanner*
55
66
footer: |
77
If you encounter a problem, just open an [issue](https://github.com/edoardottt/pphack/issues)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<br>
2121
<!--Tweet button-->
22-
<a href="https://twitter.com/intent/tweet?text=pphack%20-%20The%20Most%20Advanced%20Client-Side%20Prototype%20Pollution%20Scanner%20https%3A%2F%2Fgithub.com%2Fedoardottt%2Fpphack%20%23golang%20%23github%20%23linux%20%23infosec%20%23bugbounty" target="_blank">Share on Twitter!
22+
<a href="https://twitter.com/intent/tweet?text=pphack%20-%20Advanced%20Client-Side%20Prototype%20Pollution%20Scanner%20https%3A%2F%2Fgithub.com%2Fedoardottt%2Fpphack%20%23golang%20%23github%20%23linux%20%23infosec%20%23bugbounty" target="_blank">Share on Twitter!
2323
</a>
2424
</p>
2525

cmd/pphack/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
pphack - The Most Advanced Client-Side Prototype Pollution Scanner
2+
pphack - Advanced Client-Side Prototype Pollution Scanner
33
44
This repository is under MIT License https://github.com/edoardottt/pphack/blob/main/LICENSE
55
*/

pkg/exploit/exploit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
pphack - The Most Advanced Client-Side Prototype Pollution Scanner
2+
pphack - Advanced Client-Side Prototype Pollution Scanner
33
44
This repository is under MIT License https://github.com/edoardottt/pphack/blob/main/LICENSE
55
*/

pkg/exploit/fingerprint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
pphack - The Most Advanced Client-Side Prototype Pollution Scanner
2+
pphack - Advanced Client-Side Prototype Pollution Scanner
33
44
This repository is under MIT License https://github.com/edoardottt/pphack/blob/main/LICENSE
55
*/

pkg/exploit/fingerprint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
pphack - The Most Advanced Client-Side Prototype Pollution Scanner
2+
pphack - Advanced Client-Side Prototype Pollution Scanner
33
44
This repository is under MIT License https://github.com/edoardottt/pphack/blob/main/LICENSE
55

pkg/input/check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
pphack - The Most Advanced Client-Side Prototype Pollution Scanner
2+
pphack - Advanced Client-Side Prototype Pollution Scanner
33
44
This repository is under MIT License https://github.com/edoardottt/pphack/blob/main/LICENSE
55
*/

pkg/input/flags.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
pphack - The Most Advanced Client-Side Prototype Pollution Scanner
2+
pphack - Advanced Client-Side Prototype Pollution Scanner
33
44
This repository is under MIT License https://github.com/edoardottt/pphack/blob/main/LICENSE
55
*/
@@ -59,7 +59,7 @@ func ParseOptions() *Options {
5959
options := &Options{}
6060

6161
flagSet := goflags.NewFlagSet()
62-
flagSet.SetDescription(`The Most Advanced Client-Side Prototype Pollution Scanner.`)
62+
flagSet.SetDescription(`Advanced Client-Side Prototype Pollution Scanner.`)
6363

6464
// Input.
6565
flagSet.CreateGroup("input", "Input",

pkg/output/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
pphack - The Most Advanced Client-Side Prototype Pollution Scanner
2+
pphack - Advanced Client-Side Prototype Pollution Scanner
33
44
This repository is under MIT License https://github.com/edoardottt/pphack/blob/main/LICENSE
55
*/

pkg/output/json.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
pphack - The Most Advanced Client-Side Prototype Pollution Scanner
2+
pphack - Advanced Client-Side Prototype Pollution Scanner
33
44
This repository is under MIT License https://github.com/edoardottt/pphack/blob/main/LICENSE
55
*/

0 commit comments

Comments
 (0)