Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 199 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 199 Bytes

#Shodan API

PHP wrapper for the Shodan API http://www.shodanhq.com/

#Example

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