Earlier quoted context omitted.
tnx. worked! now did u pass the telnet ?
Can you post how you did it?
Israeli Mossad launches cyber challenge
101–110 of 121 posts
Re: Israeli Mossad launches cyber challenge
#102Earlier 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
Re: Israeli Mossad launches cyber challenge
#103Re: Israeli Mossad launches cyber challenge
#104Re: Israeli Mossad launches cyber challenge
#105Earlier 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.
Re: Israeli Mossad launches cyber challenge
#106Earlier 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
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
#107Re: Israeli Mossad launches cyber challenge
#108Re: Israeli Mossad launches cyber challenge
#109Earlier 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…