External DocumentationTo learn more, visit the Rapid7 documentation.
Actions
Get Exploits
Resources and operations for viewing vulnerability content and managing exceptions.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Disable SSL Enforcement | Enable 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. |
| 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. |
{
"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"
}
]
}
Was this page helpful?