I am learning pentesting and python side by side on
https://infosecaddicts.com. while learning came on office exploit. i know metasploit can do my work, from msfconsole we can embed our payload in .pdf or .doc. but i want to embed my own created exe (created .exe form py2exe)
how to do it manually without metasploit? is there any way from that i can convert my .exe to vbs(macro) or a way to embed my .exe to .xls that auto execute with opening .xls file does it require knowing vbs to achieve this?