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?