Re: [script] for AV evasion
@L21ZIFER I edited my script and added the option to create an evil pdf.
It's a little bit different then how you did it. Now you can use all the payloads to create an evil pdf and not just meterpreter.
I made the original pdf path user generated :p I'am looking into pdf obfuscation techniques so the pdf won't get detected by AV's anymore.
@melissabubble I dont really think there's an exe binder for linux.
Try to get one working under wine :)
Re: [script] for AV evasion
Good news! So, when is it coming out?
Re: [script] for AV evasion
@LHYX1,
Is it possible not to use Easy Binder to bind the script generated exe file to another executable file but use the msfencode instead? It is because the Easy Binder generated file has no file description which will alert the victim.
Samiux
Re: [script] for AV evasion
@L21ZIFER I should have mentioned it but if you download the script now you'll get the new version :p
@samiux msfencode can't bind exes. It can only inject one of the metasploit payloads into an exe.
If you want to change the description or the company name, icon,.. of an exe, you can compile it with a resource file.
http://stackoverflow.com/questions/7...led-executable
There's also a program called resource hacker that can adjust resources after compilation.
http://www.angusj.com/resourcehacker/
Re: [script] for AV evasion
@LHYX1,
well - but currently the PDF-Backdoor isn't working is it?
I am testing it right now and I see no good results. The PDF doesn't get detected after all - however, the backdoor isn't launching. The good .exe is doing his job like known, the pdf lacks performance at this state.
Re: [script] for AV evasion
Re: [script] for AV evasion
@L21ZIFER
This pdf exploit only works on a specific version of adobe acrobat reader. select the exploit in metasploit and do a show targets to confirm.
I stumbled upon this a couple of days ago: http://blog.didierstevens.com/programs/pdf-tools/
Maybe this is what you are looking for. btw this is from the same guy who wrote /windows/fileformat/adobe_pdf_embedded_exe for metasploit.
And you really got to stop double posting mate :D
Re: [script] for AV evasion
Why no notice then? You could mention the version-limitation for your pdf-binding anywhere in your script.
Re: [script] for AV evasion
@LHYX1,
Thanks for the information.
Is it possible to inject your script generated payload to any execuate file (exe) and the execuate file will running properly even the backdoor is launched?
Samiux
Re: [script] for AV evasion
@Samiux You could use an exe binder or
you can use the program iexpress that comes with windows.