Change Log
1.0.5¶
- Add additional pester tests
- General improvements
1.0.4¶
- Add additional error checking & formatting
- Add
Install.ps1for installing directly from source - Add
Get-URLScanUserfunction for retrieving details about the current user - Add
Get-URLScanDOMfunction for retrieving HTML DOM webpage content from scans
1.0.3¶
- Return Saved Screenshot Path when using
Get-URLScanConfiguration - Add additional Return Types to
Get-URLScan - Enable pipeline support for
-URLparameter using theGet-URLScanLiveshotfunction
1.0.2¶
- Add missing
-APIKeyparameter toGet-URLScan - Add new
Get-URLScanScreenshotfunction for retrieiving screenshots from URLScan.io - Add new
Get-URLScanLiveshotfunction for retrieving live screenshots using URLScan.io - Added new
-ScreenshotPathparameter toSet-URLScanConfigurationfor setting a default path for screenshots to be saved when usingGet-URLScanScreenshot&Get-URLScanLiveshot
1.0.1¶
- Add
-Domain,-IP,-Country,-Server,-Hash,-FileName,-ASN,-ASNName,-Strict&-Silentparameters toSearch-URLScan - Add
-ReturnAllparameter toSearch-URLScanto return all related results via paging - Rename
-Sizeparameter to-Limitto avoid overlapping parameter names when using pipeline
1.0.0.6¶
- Fix minor bug with New-URLScan
1.0.0.5¶
- Add specific
Watch-URLScanfunction for watching/tailing the live feed of URLScan.io submissions - Add specific
New-URLScanfunction to improve new URLScan.io submissions - Add specific
Get-URLScanfunction to improve retrieving URLScan.io submissions - Add
Get-URLScanQuotafunction for checking Rate Limit Quota
1.0.0.4¶
- Improve version checking when multiple versions are installed
- Add missing misc function for detecting OS
1.0.0.3¶
- Fix issue with
Set-URLScanConfiguration -DefaultPageLimit
1.0.0.2¶
- Fix issue with
Invoke-URLScanwhen using Powershell v5
1.0.0.1¶
- Add
Get-URLScanConfiguration&Set-URLScanConfigurationfunctions to enable storing/retrieving module related configuration.
1.0.0.0¶
- Initial Publication