Is your feature request related to a problem? Please describe.
Currently, one has to specify the network IP address for which to listen on. It would be really handy to have network interfaces to be supported to generate stagers/beacons like msfconsole/msfvenom does.
Describe the solution you'd like
# Current implementation
generate stager -a amd64 -f ps1 -L 192.168.45.231 -l 8443
# How it should be
generate stager -a amd64 -f ps1 -L tun0 -l 8443
Describe alternatives you've considered
N/A
Additional context

Is your feature request related to a problem? Please describe.
Currently, one has to specify the network IP address for which to listen on. It would be really handy to have network interfaces to be supported to generate stagers/beacons like msfconsole/msfvenom does.
Describe the solution you'd like
Describe alternatives you've considered
N/A
Additional context