2017 © Pedro Peláez
 

library cuckoo-api

Cuckoo Sandbox PHP Wrapper

image

demonslay335/cuckoo-api

Cuckoo Sandbox PHP Wrapper

  • Thursday, January 12, 2017
  • by Demonslay335
  • Repository
  • 1 Watchers
  • 5 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 1 Versions
  • 25 % Grown

The README.md

cuckoo-api

PHP wrapper for Cuckoo Sandbox API., (*1)

API wrapper baseline code borrowed from VirusTotal API., (*2)

Usage

  • Install via composer (http://getcomposer.org/)

Include the following in your composer.json, (*3)

{
  "require": {
    "demonslay335/cuckoo-api": "master"
  }
}
composer update

Quick Start

scan('path/to/executable.exe');

var_dump($resp);
?>

Sample output:, (*4)

array(3) {
    ["status"] =>
    string(5) "added"
    ["sha256"] =>
    string(64) "14ebd45fc9162f8afc4fd10186a46d2fb9844bf27b9d3217fd9fdb4107f17acd"
    ["uuid"] =>
    string(43) "YWFmYTEwYTIwZjkwNDdiYWJjMmU1MWQ2ZjY1MWU3OTY"
}

Tests

phpunit --configuration tests/conf/phpunit.xml tests

The Versions

12/01 2017

dev-master

9999999-dev https://github.com/demonslay335/cuckoo-api

Cuckoo Sandbox PHP Wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Gillespie

api php security wrapper sandbox cuckoo