Update loot docs to clear up path re-write functionality

GSoC/Meterpreter_Web_Console
James Barnett 2019-01-25 16:55:01 -06:00
parent b98133cded
commit e55f459b87
No known key found for this signature in database
GPG Key ID: 647983861A4EC5EA
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module LootApiDoc
MODULE_RUN_ID_DESC = 'The ID of the module run record this loot is associated with.'
# Some of the attributes expect different data when doing a create.
CREATE_PATH_DESC = 'The name to give the file on the server. Note that this will prepend a unique string to the given value.'
CREATE_PATH_DESC = 'The name to give the file on the server. All files are stored in a server configured path, so a full path is not needed. If there is a corresponding file on disk, the given value will be prepended with a unique string to prevent accidental overwrites of other files.'
CREATE_PATH_EXAMPLE = 'password_file.txt'
# Swagger documentation for loot model