Get Exploits
Resources and operations for viewing vulnerability content and managing exceptions.
External Documentation
To learn more, visit the Rapid7 documentation.
Parameters
Parameter | Description |
---|---|
Disable SSL Enforcement | Enable this option to skip SSL verification of the server's certificatechain and host name. This may increase security vulnerabilities, but can be usefulfor testing or when custom verification is employed. |
Page | The number of page to return. |
Page Size | The size of page to return. |
Property To Sort By | The property to sort the results by. |
Sort Method | The 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
Preview this Workflow on desktop