WebLoginCSRFName
WebUploadCSRFName
%cookietoken#
=> Get all name and value pairs of cookies and place them in this location.
%headertoken:html_tag@[Tag Type]=[Tag Name]=[Tag Value]=[Get Attr Name]=[Header Name]#
=> In the UploadPage, search for a tag of the [Tag Type] type with the attribute name [Tag Name] and the value [Tag Value]. Among them, the value corresponding to [Get Attr Name] is added to the HTTP Request [Header Name] header.
%headertoken:html_regex@[Regex1]=[Regex2]=[Header Name]#
=> Find the string corresponding to regular expression [Regex2] among the values retrieved by the [Regex1] from the UploadPage, and use it as the value of [Header Name] name in request header.
%headertoken:header@[headername]#
=> Insert the [headername] header of the HTTP(S) response for UploadPage into the request header.
%reg:[Regex]#
=> In UploadPage, find the tag whose name corresponds to the [Regex] regular expression, and use the tag as name and value pair.
----
WebLoginPageURL
WebUploadPageURL
%randint#
=> Place a random number at this location.
%cookie:[cookiename]#
=> Place the value corresponding to [cookiename] of the cookie
%cookie:reg:[regex]#
=> Place the value of the parameter whose name matches [regex] in the cookie.
---
WebUploadURL
%find#
=> Find upload form and use action value as upload URL.
---
WebUploadAdditionalValue
%filename#
=> Place the name of the upload file.
%filebinary#
=> Place the content of the upload file.
%domtoken:[regex1]@[regex2]#
=> Place the value corresponding to the regular expression [regex2] in this location among the values retrieved by the [regex1] from the UploadPageURL.
%randint#
=> Place a random number at this location.
%cookie:[cookiename]#
=> The value corresponding to [cookiename] of the cookie.
%cookie:reg:[regex]#
=> The value of the parameter whose name is matched with [regex] in the cookie.
---
WebUploadedFileUrlPattern
%genfile#
=> Insert a regular expression for the filename generated by FUSE.
%filename#
=> Insert the file name you uploaded.
$ python ../tester/#_upload_test.py [config]