-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bug where does not read jwt count correctly as jwt count of 10 ui…
…nt64 format contains new line ascii code
- Loading branch information
dominicriordan
committed
Apr 28, 2023
1 parent
c164908
commit 7d37c3f
Showing
6 changed files
with
71 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
GOOS=windows go build -o gopayloader-windows-amd64.exe ./ | ||
GOOS=linux go build -o gopayloader-linux-amd64 ./ | ||
GOOS=darwin go build -o gopayloader-darwin-amd64 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
-----BEGIN RSA PRIVATE KEY----- | ||
MIICXQIBAAKBgQDShDiKX/Lexe5b0Ew4FE/puWYiKuSHQgsa1D0EJurpUY4BIEe6 | ||
EdYHtPq2Vv2xT1xOCQEKSd8BwOu78btVsrTCPPkJw7+ll9DZSDAjbesE1n15/aCW | ||
FaO9myWM5O+RQ0HXAHACL5BWFNAvAoyD+JR9Yw1Z+7cHIPKiwDBgD42KKwIDAQAB | ||
AoGAWciYkLOxUr/aFAB3sWdAWe9/lszyYJmTQOMKDu5GPDJTPTm2Pa6DuQ+/6eqa | ||
EnhFZubCMdAls4rDP4oumrM4EeTJ+wogKOyQ8m7iZIxVl/dpPBd1RaC6nSVM7J+o | ||
t3LhhssVQ/o9TF/dwk1WmKPFwtmyI1scUyYzuZ2ouTznXtkCQQD9I6mAac+EgU6Q | ||
ZtS+iFnKe4l1vzrf5/uYr+3Gm1eqcRX5q09PyolwJUoi8wB8K1UQBRFWpHxC14EW | ||
aBa2LOenAkEA1OU//HPuj0SrlzgNefEoygjG0vPNLtyvaKBNeuBdNdqaUL5/Yywz | ||
ArWzMdtGTR6poBO2rWjx6yY+LjLLz8vZ3QJBAKWAi3HJvEOFxzfiA3YO76XS3yx8 | ||
uqFpqrVJUMxpBAgLp7J0roYchX8s4iu3dLm6GwM+TPe40wVgoKVlqHOzKEECQFRX | ||
Gbk+iFSzpLK8nwIfGsSnI3Uw5qlY/hiZ4Pf76JFML/Qq87ZrLS42o23t63Tj39kt | ||
1iHuwGAi/2E3+Gwy2vUCQQC4VHT+5z2qHMngQgDBg3N6hfg3FBQ4wDCvsiZVeE1o | ||
VXSt148WA4oAPPMwNettx7KK9uWQsNysaIoq1uJX9AoR | ||
-----END RSA PRIVATE KEY----- |