oddcod3 / Phantom-Evasion

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

encoding problem #11

Closed chekamarue closed 6 years ago

chekamarue commented 6 years ago

i'm trying to encode my miner to make it less detectable by converting it to shellcode then compile it using your module but so far i'm unsuccessfully

the miner no longer work after compile and getting the outputfile

also when choosing from Encoding step rather than none i get this error `[>] Generating code...

Traceback (most recent call last): File "Modules/payloads/Polymorphic_MHA_NDC_LLGPA_mathinject_windows.py", line 40, in DecodeKit = encoding_manager(Encryption,Payload,Randbufname) File "Modules/payloads/auxiliar/usefull.py", line 76, in encoding_manager Payload = Multibyte_xor.Xor_stub2(Shellcode,Randbufname) File "Modules/payloads/encryption/Multibyte_xor.py", line 84, in Xor_stub2 encrypted_shellcode=xor_encryption(shellcode.decode('string-escape'),key) ValueError: invalid \x escape ` working on kali

XxXUnknown commented 6 years ago

Can someone help me ? My problem is : When I open phantom-evasion, appear two problems that the first say : [>]Package libc6-dev-i386 [Not Found].and the second say : [Wine] Python Not Found. and I press enter two time, because the first time appear the same error , then the program open apparently normal, but when I finish to create the backdoor, appear an errror, and the backdoor isn't created. Help me please, I can't create a backdoor. NOTE : I downloaded the lastest version of python (the version 3). PICTURES : https://ibb.co/ezwv08 https://ibb.co/dRfYno

oddcod3 commented 6 years ago

@chekamarue have you passed the payload as hexadecimal escaped string? Which python version have you used?