This Powershell module acts as a wrapper for the Qualys REST API, allowing you to create scripts that run operations tasks in Qualys
The latest stable release is always available via the PSGallery.
# This will install on the local machine
Install-Module -Name 'UofIQualys'
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).
Submit a PR on GitHub
- Support for targeting by IPs with Scan functions
- Prod/Dev BaseURI switching
- Example Scripts