TheFatRat icon indicating copy to clipboard operation
TheFatRat copied to clipboard

line 4772: python3 /payload.c: No such file or directory

Open apetridis opened this issue 1 year ago • 0 comments

I was having this problem when creating "Create Fud Backdoor 1000% with PwnWinds [Excelent]" > "Create exe file with C + Powershell (FUD 98 %)" > "windows/meterpreter/reverse_tcp":

./fatrat: line 4772: $paycom: ambiguous redirect

rm: cannot remove 'python3': No such file or directory
rm: cannot remove '/payload.c': No such file or directory

I changed 4772 from sed s/PAYLOAD/$s0\ $s1\ $s2\ $s3\ $s4/g $C > $paycom to sed s/PAYLOAD/$s0\ $s1\ $s2\ $s3\ $s4/g $C > "$paycom" and now I am just having this error:

./fatrat: line 4772: python3 /payload.c: No such file or directory

rm: cannot remove 'python3': No such file or directory
rm: cannot remove '/payload.c': No such file or directory

apetridis avatar May 28 '23 09:05 apetridis