# README
WireGuard
This package implements commands related to WireGuard functionality such as wg-socks
and wg-portfwd
NOTE: Listener code for WireGuard (and all other protocols) is located in the client/command/jobs
package
# Functions
Commands returns the “ command and its subcommands.
PortfwdIDCompleter completes IDs of WireGuard remote portforwarders.
SliverCommands returns all Wireguard commands that can be used on an active target.
SocksIDCompleter IDs of WireGuard socks servers.
WGConfigCmd - Generate a WireGuard client configuration.
WGPortFwdAddCmd - Add a new WireGuard port forward.
WGPortFwdListCmd - List WireGuard port forwards.
WGPortFwdRmCmd - Remove a WireGuard port forward.
WGSocksListCmd - List WireGuard SOCKS proxies.
WGSocksStartCmd - Start a WireGuard reverse SOCKS proxy.
WGSocksStopCmd - Stop a WireGuard SOCKS proxy.