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.
Submit a PR on GitHub
- Support for targeting by IPs with Scan functions
- Prod/Dev BaseURI switching
- Example Scripts