IoTcube Logo
IoTcube

Security Platform

API Guide

Endpoint

POSThttps://iotcube.net/api/bf2

Parameters

ParameterDescription
filesThe path and contents of the ".zip file" (result bundle file)
headersYour user-agent value

Response Fields

FieldDescription
VersionVersion of tool
Elapsed_TimeTotal tested hours
Target_BinaryTargeted binary by tool
TrialsTotal number of counts tool tested binary
CrashesTotal number of crashes detected
Initial_CrashesTotal number of crashes detected by original seed

Example Response

{
  "Version": "1.0.0",
  "Elapsed_Time": "272",
  "Target_Binary": "gif2png @@",
  "Trials": "9563",
  "Crashes": [
    {
      "no": "1",
      "URI": "2019-09-16-18:29:22_0x605cadf1_CVE-2011-2131_photoshop",
      "Origin_PoC": "CVE-2011-2131"
    }
  ],
  "Initial_Crashes": []
}

Sample codes