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
- Host: GitHub
- URL: https://github.com/jordan-wright/shodan-php
- Owner: jordan-wright
- Created: 2012-02-16T07:54:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-07T08:17:57.000Z (about 14 years ago)
- Last Synced: 2025-04-11T05:39:08.559Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 87.9 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.