Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output text appeared garbled #1

Open
UlyC opened this issue Jan 6, 2021 · 2 comments
Open

Output text appeared garbled #1

UlyC opened this issue Jan 6, 2021 · 2 comments

Comments

@UlyC
Copy link

UlyC commented Jan 6, 2021

Hello, I try to use the tool as : gpg --export 0x41259773973A612A | go run main.go,

The output text appeared garbled like this :

...
'T|i
 D)] #&:f]ϩ
Tqˇ
        *w۔(J&#':iV-;#k ؚG�81b޷@sQ)IWX:-$hJw��3vin X1ת];ˮ3h3
T#n
   $\uMIg1}UZ*?#tɇ   N넨9hPj޻ZǍ"�Yg$,7@N>@tv2<yF}\
                                                 o(ؤ7q4Fm       :fx!
-|ß{¼1Ypb.3.�2-S;ʻEI%
                    |ОWI.)MpSƩ:dyN^x\Y[,@3|P$ߴ9'6EXU+&53P4p>; Rkv
QUkMTqˇS�     ;wR%=U
                   כbըK/;aDiaHX.ZP[)T��O=iyk~wM$%9zЛV8~m
[Yya`_lJD
eZ2͙/~רSFa%7P
            F}9

z ^)] 
Tqˇ
        ?yXu!="47:z.��rT{%*f@dR@zIn)ֹ2E5KEsP Gş*d9h3Y
                                                    Bmv/$/szQn?#pLsX
庿ƾTWVAyv;ã͵e5˖z1I|7Mbv
                       xl'tWR手Nvn9-vz!�JVV~LS!2uK2ŅIblܺk0p4NL
                                                            ;">f    
=AIR#0,5�Aܨ)ʋ,AUsem2a      F#y8FrQfU}-yvT't좢*{9}4i2ZKf귺?6(Xm-śtVYLr�
Ӆ;􊥊>E<y'&?,YoEN?𳔭]vhNK?[{n%NYʈtpÌnIӳH*91 Yx#lNpܽW
                                                 [A#`k.m:[g#

use gpg -k list the keys, nothing has changed, it's seems to not work.

@lukateras
Copy link
Owner

You'll have to capture this output to a file and subsequently import it back to your keychain, something like:

gpg --export 0x41259773973A612A | ./sks-exploit > 0x41259773973A612A.gpg
gpg --import 0x41259773973A612A.gpg

@UlyC
Copy link
Author

UlyC commented Jan 7, 2021

You'll have to capture this output to a file and subsequently import it back to your keychain, something like:

gpg --export 0x41259773973A612A | ./sks-exploit > 0x41259773973A612A.gpg
gpg --import 0x41259773973A612A.gpg

Yes,I tried it, and when I import it back :

gpg: key 501DEDC36BD409C8: 1 duplicate signature removed
gpg: key 501DEDC36BD409C8: 1 signature reordered
gpg: key 501DEDC36BD409C8: "test0 <[email protected]>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

Still nothing has changed. Did the gnupg client fix this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants