22 Jun
2022
22 Jun
'22
1:20 p.m.
here, i help Boss by loading Dall-E Mini's free public server, sharing these exfiltrated specs. i do this a lot. it's well-known their easy to exfiltrate, but nobody shares like me. Method: POST URL: https://backend.craiyon.com/generate Accept: application/json Content-Type: application/json Body: {"prompt":<prompt string>} Contextual Headers (usually if you need these it indicates you're going to get blocked, if this is a public api likely they aren't needed): Referer: https://www.craiyon.com/ User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36 No cookies. The response has a lot of base64 in it, so I'll plan to open up python to examine it.