EvilZone

Hacking and Security => Beginner's Corner => : Avengers August 18, 2015, 03:46:21 PM

: Executing a meterpreter shell via excel file
: Avengers August 18, 2015, 03:46:21 PM
So I just recently successfully used metasploit to create the windows/reverse_tcp payload. I was curious if there was anyway to (and excuse my lack of proper termonology) "bundle" the payload with an excel file in such a way that when the excel file is opened, the payload is executed? I've heard about attacks involving malicious macros but I was having a tough time finding anything on how to do it.



Thanks in advance
: Re: Executing a meterpreter shell via excel file
: white-knight August 18, 2015, 04:04:41 PM
Is this what your looking for ?


Embedding payload into exel 


https://www.offensive-security.com/metasploit-unleashed/vbscript-infection-methods/


https://khr0x40sh.wordpress.com/2014/06/02/embedding-veil-powershell-payloads-into-office-documents/
: Re: Executing a meterpreter shell via excel file
: Avengers August 18, 2015, 04:33:27 PM
Is this what your looking for ?


Embedding payload into exel 


https://www.offensive-security.com/metasploit-unleashed/vbscript-infection-methods/ (https://www.offensive-security.com/metasploit-unleashed/vbscript-infection-methods/)


https://khr0x40sh.wordpress.com/2014/06/02/embedding-veil-powershell-payloads-into-office-documents/ (https://khr0x40sh.wordpress.com/2014/06/02/embedding-veil-powershell-payloads-into-office-documents/)
I believe this is! Thanks a ton!