Skip to main content

Get Exploits

Resources and operations for viewing vulnerability content and managing exceptions.

External Documentation

To learn more, visit the Rapid7 documentation.

Parameters

ParameterDescription
Disable SSLEnable this option to skip SSL verification of the server's certificate
chain and host name. This may increase security vulnerabilities, but can be useful
for testing or when custom verification is employed.
PageThe number of page to return.
Page SizeThe size of page to return.
Property To Sort ByThe property to sort the results by.
Sort MethodThe password to use for the user.

Example Output

{
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
],
"page": {
"number": 6,
"size": 10,
"totalPages": 13,
"totalResources": 123
},
"resources": [
{
"id": 4924,
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
],
"skillLevel": "expert",
"source": {
"key": "exploit/windows/iis/iis_webdav_scstoragepathfromurl",
"link": {
"href": "http://www.metasploit.com/modules/exploit/windows/iis/iis_webdav_scstoragepathfromurl",
"id": "exploit/windows/iis/iis_webdav_scstoragepathfromurl",
"rel": "Source"
},
"name": "metasploit"
},
"title": "Microsoft IIS WebDav ScStoragePathFromUrl Overflow"
}
]
}

Workflow Library Example

Get Exploits with Rapid7 and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop