v0.1.0
Simple Shodan API Wrapper For Deno
Repository
Current version released
4 years ago
Versions
Shodan Deno
Simple Shodan API Wrapper For Deno.
Usage
import Shodan from 'http://aldi.dev/shodan_deno/mod.ts'
const shodan = new Shodan('apikey')
const response = await shodan.search('laravel port:80')
// or with options
const response = await shodan.host('1.1.1.1', { history: true, minify: true })
To do
- Add more action
- CI