Bitcoin Forum
June 23, 2024, 02:44:11 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 »  All
  Print  
Author Topic: Solve a riddle, guess a 4 char password and add 10 BTC to your xmas... SOLVED!!  (Read 13586 times)
techmix
Newbie
*
Offline Offline

Activity: 15
Merit: 0



View Profile
December 25, 2012, 04:03:23 PM
 #21

I have made a 1 Gb dictionary but I cant tell gpg to shut up and just check the passphrase Sad it slows the whole process down

Sorry am not an expert with GPG myself - but it does have a lot of options that you can't see from just the --help (try searching about that).


I finally managed to shut it up! Cheesy I'm now just checking the dictionary!
CIYAM (OP)
Legendary
*
Offline Offline

Activity: 1890
Merit: 1078


Ian Knowles - CIYAM Lead Developer


View Profile WWW
December 25, 2012, 04:06:03 PM
 #22

I finally managed to shut it up! Cheesy I'm now just checking the dictionary!

Good stuff - first clue is coming soon (am getting tired)...

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
CIYAM (OP)
Legendary
*
Offline Offline

Activity: 1890
Merit: 1078


Ian Knowles - CIYAM Lead Developer


View Profile WWW
December 25, 2012, 04:28:24 PM
 #23

Okay - I have 10 confirmations now and the BTC has not moved - so here is the first hint in regards to the line of the script that was changed:

Code:
at least

more hints to follow if the 10 BTC is not taken by the time I get up tomorrow.

Smiley

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
Deafboy
Hero Member
*****
Offline Offline

Activity: 482
Merit: 502



View Profile WWW
December 25, 2012, 05:15:03 PM
 #24

I hate myself for being so lazy not even trying to pick 10 free BTC.
It's just some bash kungfu and gpg magic.
In theory. I know what to do. I'm just lazy to google the syntax.

I hate myslef...
phr33
Full Member
***
Offline Offline

Activity: 226
Merit: 100


View Profile
December 25, 2012, 05:18:23 PM
Last edit: December 25, 2012, 06:39:56 PM by phr33
 #25

I've brute forced all 62^4 combinations using the following "salt modifications":

password="${password}+${password}=${password}${password}@L3AsT"  (yeah - I didn't understand that this line was modified at first...)

After the "at least" hint:
password="${password}+${password}=${password}${password}>"
password="${password}+${password}=${password}${password}>="
password="${password}+${password}>=${password}${password}"
password="${password}+${password}>${password}${password}"
password="${password}+${password}=${password}${password}atleast"

No hit so far and no idea what to try next. I test ~10200 passwords per second so the entire space take some 20 minutes. That's using one core only. If I had more ideas on the salt mod I guess I could fire off 4 runs at once...

My BTC input: 1GAtPwoTGPQ35y9QugJueum5GzaEzLYjiQ
My GPG ID: B0CCFD4A
Deafboy
Hero Member
*****
Offline Offline

Activity: 482
Merit: 502



View Profile WWW
December 25, 2012, 06:37:42 PM
 #26

Try to add space between at least
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 25, 2012, 09:34:17 PM
 #27

I've brute forced all 62^4 combinations using the following "salt modifications":

password="${password}+${password}=${password}${password}@L3AsT"  (yeah - I didn't understand that this line was modified at first...)

After the "at least" hint:
password="${password}+${password}=${password}${password}>"
password="${password}+${password}=${password}${password}>="
password="${password}+${password}>=${password}${password}"
password="${password}+${password}>${password}${password}"
password="${password}+${password}=${password}${password}atleast"

No hit so far and no idea what to try next. I test ~10200 passwords per second so the entire space take some 20 minutes. That's using one core only. If I had more ideas on the salt mod I guess I could fire off 4 runs at once...
how r u getting 10.2kH/s?

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
CIYAM (OP)
Legendary
*
Offline Offline

Activity: 1890
Merit: 1078


Ian Knowles - CIYAM Lead Developer


View Profile WWW
December 25, 2012, 11:51:06 PM
 #28

Second hint will be coming after 50 confirmations...

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 26, 2012, 12:21:14 AM
 #29

something i was wondering, did u run the bash script in real linux or cygwin/similiar?

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
CIYAM (OP)
Legendary
*
Offline Offline

Activity: 1890
Merit: 1078


Ian Knowles - CIYAM Lead Developer


View Profile WWW
December 26, 2012, 12:25:06 AM
 #30

I used a Puppy distro on an old IBM Thinkpad X40 (am hoping to get a SUSE Studio distro that will work on it so I can share it but no luck getting that to boot so far).

I also have tested the exact same script on an OpenSUSE 12.2 install (running on 64 bit hardware).

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 26, 2012, 12:33:23 AM
 #31

I used a Puppy distro on an old IBM Thinkpad X40 (am hoping to get a SUSE Studio distro that will work on it so I can share it but no luck getting that to boot so far).

I also have tested the exact same script on an OpenSUSE 12.2 install (running on 64 bit hardware).

ty

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
CIYAM (OP)
Legendary
*
Offline Offline

Activity: 1890
Merit: 1078


Ian Knowles - CIYAM Lead Developer


View Profile WWW
December 26, 2012, 12:45:38 AM
 #32

Okay > 50 confirmations now - second hint (which is actually a slightly different version of the first hint):

Code:
(at least)

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
BkkCoins
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
December 26, 2012, 12:56:37 AM
 #33

Aww. Geez. I was hoping for a hint like "you used the default cast5 cipher"...

btw oclhashcat doesn't seem to support gpg encryption so I guess using the GPU is out for this.

CIYAM (OP)
Legendary
*
Offline Offline

Activity: 1890
Merit: 1078


Ian Knowles - CIYAM Lead Developer


View Profile WWW
December 26, 2012, 12:59:08 AM
 #34

All the GPG options I used were default values (only filled in a name and email address and of course the password).

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 26, 2012, 01:15:45 AM
 #35

will there be a 3rd hint?

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
CIYAM (OP)
Legendary
*
Offline Offline

Activity: 1890
Merit: 1078


Ian Knowles - CIYAM Lead Developer


View Profile WWW
December 26, 2012, 01:27:17 AM
 #36

will there be a 3rd hint?

If the funds are still there after 100 confirmations I will give a 3rd hint (and a 4th hint is probably not going to be necessary).

Smiley

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
BkkCoins
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
December 26, 2012, 01:51:14 AM
 #37

All the GPG options I used were default values (only filled in a name and email address and of course the password).

And the encrypted address key is only the key and nothing else?

So it would start with 5... and not eg. PrivKey: 5...

Sometimes there so many assumptions.

Also, I see your outputs of the data say "MingW32" for gpg version but I guess that's just that you outputted the values on Windows because you stated you generated them on Linux.

CIYAM (OP)
Legendary
*
Offline Offline

Activity: 1890
Merit: 1078


Ian Knowles - CIYAM Lead Developer


View Profile WWW
December 26, 2012, 01:57:28 AM
 #38

I used "vanitygen" to create the address so am pretty certain that the encrypted content would start with:

Privkey:5

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 26, 2012, 02:10:05 AM
 #39

I used "vanitygen" to create the address so am pretty certain that the encrypted content would start with:

Privkey:5

so password is in the following format?
Code:
Privkey:${privkey}
if so u should have told us earlier, we'r all searching for a real privkey.

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
CIYAM (OP)
Legendary
*
Offline Offline

Activity: 1890
Merit: 1078


Ian Knowles - CIYAM Lead Developer


View Profile WWW
December 26, 2012, 02:14:22 AM
 #40

I used "vanitygen" to create the address so am pretty certain that the encrypted content would start with:

Privkey:5

so password is in the following format?
Code:
Privkey:${privkey}
if so u should have told us earlier, we'r all searching for a real privkey.

I was answering a question about what the *decrypted content* of the GPG message looks like (not about the "salt" formatting - only the "hints" that I give out are directly about that).

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!