Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

sysgoblin/PSURLScanio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Powershell Gallery

PSURLScanio (road to v1.0!)

Powershell module for interacting with the urlscan.io API.

Setting up

Head over to urlscan.io and get yourself an API key (https://urlscan.io/user/apikey/new/), install the module and then run Connect-UrlScanio.

Install-Module -Name PSUrlScanio -Repository PSGallery

Examples

Search for the last 2 scans for the domain github.com

Search-Urlscanio -Domain github.com -Limit 2

screen1

Do the same but return the entire json response rather than basic details

Search-Urlscanio -Domain github.com -Limit 2 -Raw

screen2

Get results from a specific scan id (atm this just returns parsed raw json)

Get-UrlScanioScan -uuid 03ba7a78-e779-4743-ae37-2b683ee9ec74

Kick off a scan on the chosen domain/URL (omitting -Raw will result in the report URL being returned)

Start-UrlScanioScan -Url google.com -Raw

screen2

About

🔎 Use urlscan.io with PowerShell!

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •