Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TehMuffinMoo/URLScan.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



URLScan.io Powershell Module

A series of PowerShell Cmdlets used to interact with the InfoBlox BloxOne APIs.

How To UseDocumentationPowershell Gallery

URLScan.io

A PowerShell Wrapper for URLScan.io

How To Use

The easiest option to install the URLScan.io Module is to use the PowerShell Gallery.

Loading URLScan.io Module

You can either load the module directly, or Install it as a PowerShell Module.

Installing from Powershell Gallery

# Install for all users (Requires run as administrator)
Install-Module -Name URLScan.io -Scope AllUsers

# Install for current user
Install-Module -Name URLScan.io -Scope CurrentUser

Import Module

Import-Module ./Modules/URLScan.io/URLScanIO.psm1

Documentation

All documentation is now available here: URLScan.io Documentation

About

URLScan.io Powershell Wrapper

Resources

Stars

Watchers

Forks

Packages

No packages published