nexpose-client-python
nexpose-client-python copied to clipboard
DEPRECATED : Rapid7 Nexpose API client library written in Python
## Expected Behavior getting a SiteConfig object with GetSiteConfiguration(site), and then saving it with SaveSiteConfiguration(site) shouldn't change anything about the site's configuration. ## Current Behavior If you get a SiteConfig...
With the REST API v3 recently released in version 6.5.0 (https://help.rapid7.com/insightvm/en-us/release-notes/index.html?pid=6.5.0), do you plan on continuing to maintain this repo? I'm not sure if the functionality parity is the same...
This mirrors the changes in https://github.com/rapid7/nexpose-client/pull/309 but limited to discovery connections. ## Description Implement support for ESO API for discovery connections. Based on @hwilson-r7's changes in https://github.com/rapid7/nexpose-client/pull/309 - Add new...
Not much to say here... Pretty much copying the same AsXML pattern over to this class as well
I'm using v0.1.2 of the nexpose library in this instance (older deployment). **Background:** I am attempting to create a new site in Nexpose with host information. In some Nexpose environments...
## Description Adds an optional attribute for silo ID to NexposeSession. ## Motivation and Context Resolves #46 for multi-tenant login support. ## How Has This Been Tested? Not tested yet....
## Description Add support for loading and saving report configs. ## Motivation and Context See #12 and #27 ## How Has This Been Tested? Added steps to run_demo.py to create,...
Generating a CSV AdHoc report with a large result leads to the following exception: ``` Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/nexpose/nexpose.py", line 306, in _Execute_APIv1d1 return Execute_APIv1d1(self._URI_APIv1d1, request, self.timeout)...
Could someone please let me know how to connect to a silo using the python API? Thanks !
Parsing XML from sources you don't control opens the door for multiple XML parser vulnerabilities. lxml prevents some, but not all, with quadratic blowup being one of them. Switching to...