Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.18 KB

Pester Tests ScriptAnalyzer

What is This?

This Powershell module acts as a wrapper for the Qualys REST API, allowing you to create scripts that run operations tasks in Qualys

How do I install it?

The latest stable release is always available via the PSGallery.

# This will install on the local machine
Install-Module -Name 'UofIQualys'

How does it work?

Get-Help is available for all functions in this module. You must run New-QualysSession before other functions can be used.

If in a different Qualys Region than US1, please see this page to determine your base URIs. You should set $env:QualysSettings to a JSON-formatted string containing BaseURI and BasicAuthURI properties (see settings.json for example).

How do I help?

Submit a PR on GitHub

To Do

  • Support for targeting by IPs with Scan functions
  • Prod/Dev BaseURI switching
  • Example Scripts