dev-master
9999999-dev https://github.com/demonslay335/cuckoo-apiCuckoo Sandbox PHP Wrapper
MIT
The Requires
- php >=5.3.0
- guzzlehttp/guzzle ^6.2.0
The Development Requires
by Michael Gillespie
api php security wrapper sandbox cuckoo
Wallogit.com
2017 © Pedro Peláez
Cuckoo Sandbox PHP Wrapper
PHP wrapper for Cuckoo Sandbox API., (*1)
API wrapper baseline code borrowed from VirusTotal API., (*2)
Include the following in your composer.json, (*3)
{
"require": {
"demonslay335/cuckoo-api": "master"
}
}
composer update
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"
}
phpunit --configuration tests/conf/phpunit.xml tests
Cuckoo Sandbox PHP Wrapper
MIT
api php security wrapper sandbox cuckoo