Fixing hashes
parent
85a95233c7
commit
da14a80e8d
|
@ -1,4 +1,4 @@
|
||||||
##Description
|
## Description
|
||||||
|
|
||||||
This module can be used to execute a payload on IIS servers that have world-writeable directories. The payload is uploaded as an ASP script via a WebDAV PUT request. A WebDAV PUT request is used for uploading file on webdav server.
|
This module can be used to execute a payload on IIS servers that have world-writeable directories. The payload is uploaded as an ASP script via a WebDAV PUT request. A WebDAV PUT request is used for uploading file on webdav server.
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ Web Distributed Authoring and Versioning (WebDAV) is an extension of the Hyperte
|
||||||
3. Do: ```set PATH / [PATH]```
|
3. Do: ```set PATH / [PATH]```
|
||||||
4. Do: ```run```
|
4. Do: ```run```
|
||||||
|
|
||||||
##Sample Output
|
## Sample Output
|
||||||
|
|
||||||
```
|
```
|
||||||
msf > use exploit/windows/iis/iis_webdav_upload_asp
|
msf > use exploit/windows/iis/iis_webdav_upload_asp
|
||||||
|
|
Loading…
Reference in New Issue