oddcod3 / Phantom-Evasion

Python antivirus evasion tool
GNU General Public License v3.0
1.39k stars 334 forks source link

Phantom Evasion not storing the file #88

Open thecowmilk opened 3 years ago

thecowmilk commented 3 years ago

[>] Strip binary...

strip: 'PROGRAM.exe': No such file

[>] Sign Executable

Traceback (most recent call last): File "/home/kali/Desktop/tools/Phantom-Evasion/phantom-evasion.py", line 402, in CompleteMenu() File "/home/kali/Desktop/tools/Phantom-Evasion/phantom-evasion.py", line 125, in CompleteMenu Phantom_lib.ModuleLauncher(module_type) File "Setup/Phantom_lib.py", line 967, in ModuleLauncher ExeSigner(ModOpt["Outfile"],ModOpt["SpoofCert"],ModOpt["descr"]) File "Setup/Phantom_lib.py", line 458, in ExeSigner os.rename(Filename,Tmpfile) FileNotFoundError: [Errno 2] No such file or directory: 'program.exe' -> 'Ready2Sign.exe'

Im having this error, how can I fix?