An open API service indexing awesome lists of open source software.

https://github.com/jordan-wright/shodan-php

PHP Wrapper for SHODAN Database
https://github.com/jordan-wright/shodan-php

Last synced: about 1 year ago
JSON representation

PHP Wrapper for SHODAN Database

Awesome Lists containing this project

README

          

#Example Usage (Under Construction)

After ensuring that the file is included in your php script, you can use the class as follows:

$shodan = new WebAPI("your api key");
$results = $shodan->search("apache");

This is only one example, of which there will be many others added later.