Fixed Docs
parent
9696083eb8
commit
a32dda974d
|
@ -23,12 +23,17 @@ Action is set to PUT to upload files to the server. If `FILENAME` isn't specifie
|
|||
|
||||
**DELETE**
|
||||
|
||||
`FILENAME` is required when Action is set to DELETE
|
||||
Deletes the file specified in the `FILENAME` option (Default: `msf_http_put_test.txt`). `FILENAME` is required when Action is set to DELETE.
|
||||
|
||||
### PATH
|
||||
|
||||
The path at which this module will attempt to either PUT the content or DELETE it.
|
||||
|
||||
### FILEDATA
|
||||
|
||||
The content to put in the uploaded file when `ACTION` is set to `PUT`.
|
||||
|
||||
|
||||
## Scenarios
|
||||
|
||||
Here `ACTION` is by default set to `PUT`.
|
||||
|
|
|
@ -15,7 +15,7 @@ The path from where the data is to be scraped from.
|
|||
|
||||
### PATTERN
|
||||
|
||||
The regular expression to use . Default value:`<title>(.*)</title>` which simply grabs page title.
|
||||
A regular expression to capture data from webpage. Default value:`<title>(.*)</title>` which simply grabs the page title.
|
||||
|
||||
## Scenarios
|
||||
|
||||
|
|
Loading…
Reference in New Issue