You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: