![image](https://hub.steampipe.io/images/plugins/turbot/urlscan-social-graphic.png)
urlscan.io Plugin for Steampipe
Use SQL to query URL scanning results including requests, cookies, headers and more from urlscan.io.
Quick start
Install the plugin with Steampipe:
steampipe plugin install urlscan
Run a query:
select
id,
page_url,
task_time
from
urlscan_search
where
query = 'steampipe.io'
Developing
Prerequisites:
Clone:
git clone https://github.com/turbot/steampipe-plugin-urlscan.git
cd steampipe-plugin-urlscan
Build, which automatically installs the new version to your ~/.steampipe/plugins
directory:
make
Configure the plugin:
cp config/* ~/.steampipe/config
vi ~/.steampipe/config/urlscan.spc
Try it!
steampipe query
> .inspect urlscan
Further reading:
Contributing
Please see the contribution guidelines and our code of conduct. All contributions are subject to the Apache 2.0 open source license.
help wanted
issues: