nexpose-client-python icon indicating copy to clipboard operation
nexpose-client-python copied to clipboard

DEPRECATED : Rapid7 Nexpose API client library written in Python

Results 27 nexpose-client-python issues
Sort by recently updated
recently updated
newest added

Along with my other commits, experimenting with saving sites that have tags since they are deleted when re-saving the site. ## Expected Behavior Should pull existing site tags and save...

bug

SaveSiteConfiguration doesn't save site blackouts. ## Expected Behavior Specific site blackouts should be saved. ## Current Behavior A site blackout is not included when saved. ## Possible Solution Similar to...

bug

SaveSiteConfiguration doesn't save excluded assets IPs. ## Expected Behavior Specified assets that should not be scanned should be saved. ## Current Behavior The excluded scan asset IPs are not included....

bug

@gschneider-r7 opening per our conversation. A few of the report actions are unfinished: `RequestAdHocReportGenerate` is only partially written and doesn't handle most of the parameters that the endpoint accepts and...

enhancement

It would be very helpful to be able to look up an Asset by the device MAC Address using the GetFilteredAssets method.

enhancement
need nexpose api change

The run_demo.py script is useful for testing things out with a real console, but it would be more valuable to have replay data to use for testing. We should also...

maintenance

Let's do this sooner than later so it's less painful for people to upgrade as the project matures. https://www.python.org/dev/peps/pep-0008/

maintenance
breaking api

Using the [requests library](http://docs.python-requests.org/en/master/) would make life a lot easier for library developers.

maintenance

The following missing features need to be implemented for existing classes: - [ ] AssetGroupConfig Save - [ ] ReportConfig Save (#12) - [ ] VulnerabilityException Save These are all...

maintenance

When querying an asset, the risk_factor value is available via an AssetSummary, but not via AssetDetails. The code in AssetSummary (risk_factor) should probably be in AssetDetails as well. https://github.com/rapid7/nexpose-client-python/blob/657813478a3ce4012a4d05aad0b19489b708b708/nexpose/nexpose_asset.py#L43 https://github.com/rapid7/nexpose-client-python/blob/657813478a3ce4012a4d05aad0b19489b708b708/nexpose/nexpose_asset.py#L32-L103...

enhancement