Skip to content

Dynamically pick up IP address by network interface #1880

@Anon-Exploiter

Description

@Anon-Exploiter

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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions