{"repo":"My-Random-Thoughts/Rapid7Nexpose","free":true,"listed":false,"github":"https://github.com/My-Random-Thoughts/Rapid7Nexpose","clone":"git clone https://github.com/My-Random-Thoughts/Rapid7Nexpose.git","description":"The most feature complete PowerShell module available for the Rapid7 Nexpose/InsightVM APIv3","language":"PowerShell","stars":62,"topics":["rapid7","nexpose","powershell","api","insightvm","apiv3"],"license":"GPL-3.0","category":"api-integrations-sdks","readme_excerpt":"Rapid7 Nexpose PowerShell Module Description This module talks to the Rapid 7 Nexpose API v3 to help in managing your installation. The API can be located at https:// :3780/api/3 This module also works with 'insightVM' - They are basically the same product Download And Import Download all the files into your PowerShell module path (usually C:\\Program Files\\WindowsPowerShell\\Modules) and import it Import-Module -Name 'Rapid7Nexpose' Basic Usage To start using the module, you need to authenticate with your Nexpose installation: Connect-NexposeAPI -HostName ' ' -Port '3780' -Credential If you are using a self-signed certificate, you will also need to add -SkipSSLCheck to the end of the above command. Once connected, you can start using any of the other commands. For example, to list all sites in your environment, use Get-NexposeSite TLS Security You may find that you can't connect to the API with and error message similar to Invoke-WebRequest : The underlying connection was closed: An unexpected error occurred on a receive. . This is a known issue and can be fixed by adding [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 in your scripts or PowerShell Profile should help. Have a look at https://stackoverflow.com/questions/36265534/invoke-webrequest-ssl-fails for more information. Comment Based Help Every command has its own comment based help, so there should be no issues with getting information for the commands. Most of the help comes from the AP","default_branch":null,"files":null,"tree":[],"storefront":"/r/My-Random-Thoughts","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/My-Random-Thoughts/Rapid7Nexpose/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}