Live data from Hacker News

Israeli Mossad launches cyber challenge

3d375032374147a7865753e4bbc92682.xyz

101–110 of 121 posts

Re: Israeli Mossad launches cyber challenge

#101
post #98
post #96

Earlier quoted context omitted.

tnx. worked! now did u pass the telnet ?

Can you post how you did it?

I have the csr and the private key of the administrator but I don't know how to sign it on behalf of the root certificate, any idea?

Re: Israeli Mossad launches cyber challenge

#102
post #94
post #93

Earlier quoted context omitted.

But how did u send csr as CA? I guess they must provide you certificate that includes CA=True ? (in order to continue the chain)

The csr is created in the client and sent to server to be signed... you can replace it

i'm still getting User Exists though...

Re: Israeli Mossad launches cyber challenge

#105
post #90
post #85

Earlier quoted context omitted.

On Python I used this: CHARACTERS = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()_+-=[]{}|\/?,. `~" URL = " http://35.246.158.51:8070/auth/v1_1" HEADERS = {'User-Agent' : 'ed9ae2c0-9b15-4556-a393-23d500675d4b', 'content-type' : 'application/json; charset=utf-8' } PAYLOAD ={} for i in range(len(CHARACTERS)): PAYLOAD['Seed'] = "6711d2ec0d724396ad1570fcfb431443" PAYLOAD['Password'] = "" + CHA…

I think u can remove Big letters and characters need only abc...1234 numb it's faster. Incredible code.

[deleted]

Re: Israeli Mossad launches cyber challenge

#106
post #91

Earlier quoted context omitted.

how could u do it? from my understanding of pcsk12 its a bundle of multiple certificates.

Theres a chain of trust and if you have a signed CA certificate from a root you can sign on behalf of the root

Tell me where I get wrong.

1. I created CSR with CA:TRUE and send it to the server. 2. The server signed it and returned me a certificate. 3. I use the given certificated with CA:TRUE from the server and sign a new certificate with the username administrator. 4. I install the certificate on my browser and should get in.

All of the above sounds great. however, it is still(!!!) not working for me. Where am I going wrong

Re: Israeli Mossad launches cyber challenge

#109
post #91

Earlier quoted context omitted.

Theres a chain of trust and if you have a signed CA certificate from a root you can sign on behalf of the root

Tell me where I get wrong. 1. I created CSR with CA:TRUE and send it to the server. 2. The server signed it and returned me a certificate. 3. I use the given certificated with CA:TRUE from the server and sign a new certificate with the username administrator. 4. I install the certificate on my browser and should get in. All of the above sounds great. however, it is still(!!!) not working for me. Where am I going wron…

Make sure you install the administrator certificate with its private key... Bundle the private key with the cert.
Post reply on HN