jtet / shodan-api
用于访问 Shodan.com API 的 PHP 库
1.0.0
2013-01-24 14:41 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-09-28 13:35:34 UTC
README
#Shodan API
Shodan API 的 PHP 包装器 http://www.shodanhq.com/
#示例
$shodan = new \JTet\Shodan\WebAPI("your api key");
$results = $shodan->search("apache");