Skip to content

Instantly share code, notes, and snippets.

View DiegoRBaquero's full-sized avatar

Diego Rodríguez Baquero DiegoRBaquero

View GitHub Profile
while true; do curl 'https://universidaddelosandescolombiasitiooficit.weebly.com/ajax/apps/formSubmitAjax.php' -H 'Cookie: is_mobile=0; language=en; _sp_ses.bbff=*; _sp_id.bbff=c58acf4a-4efd-461e-8688-35347b6f14c1.1518985095.1.1518985095.1518985095.df4993fe-1961-4bb3-bfcd-dd126dc03aa0; _snow_ses.3e19=*; _snow_id.3e19=bc090992-8ec3-4d38-90be-ba5b828310d8.1518985096.1.1518985096.1518985096.bc217089-a574-4464-9168-464ddd36d956' -H 'Origin: https://universidaddelosandescolombiasitiooficit.weebly.com' -H 'Accept-Encoding: gzip, deflate, br' -H 'Accept-Language: en-US,en;q=0.9,es-419;q=0.8,es;q=0.7,gl;q=0.6' -H 'Upgrade-Insecure-Requests: 1' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36' -H 'Content-Type: multipart/form-data; boundary=----WebKitFormBoundarytBrHV2SBWeP6VtIJ' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8' -H 'Cache-Control: max-age=0' -H 'Referer: https://uni
@DiegoRBaquero
DiegoRBaquero / gist:fb58d014e34839d64b8850e8f2a8f88e
Created August 25, 2022 14:37
OpenSSL Generate Key, CSR and Self-Signed Cert (256 bit ECDSA)
openssl ecparam -name prime256v1 -genkey -noout -out local.key
openssl req -new -sha256 -key local.key -out local.csr
openssl x509 -req -days 365 -sha256 -in local.csr -signkey local.key -out local.crt
@DiegoRBaquero
DiegoRBaquero / log.txt
Created May 18, 2023 00:08
Size comparison logs
QmcLto5gcLbRJrEu9SvFGfknSshpHxx4aaN9mQbYghYLhM
QmYxTdUeU8txxdHUVuSTnTjqDFSPdgX5Vd4bcrvK5NByBT
{
'ipfs.io': { status: 200, cache: 'HIT', size: 758774 },
'bifrost-gateway.ipfs.io': { status: 200, cache: 'MISS', size: 758774 },
'strn.pl': { status: 200, cache: 'HIT', size: 524635 }
}
QmeGMJhecHs4ofeFLiJJcmcE3L3oFU3tAniPg9Wn3rXQAA
QmQpgjjcjXvVxbTm4FUPRa8uCsdE8S13uRiEEK3Vd5xadr
QmSMfezQBV3Wy8jNJFMZzuo13uJdL4S8VxW1nfV7ZBHoyq