mirror of
https://github.com/hak5/packetsquirrel-payloads.git
synced 2025-12-19 17:58:49 +00:00
Added metadata to existing payloads (#1)
This commit is contained in:
committed by
Sebastian Kinne
parent
487ab7dc5f
commit
b6ab3cc61f
@@ -1,5 +1,12 @@
|
||||
#!/bin/bash
|
||||
# OpenVPN payload
|
||||
#
|
||||
# Title: OpenVPN
|
||||
# Description: Create a connection to a VPN-connection to an OpenVPN-server. Optionally: Send traffic from the clients through said tunnel.
|
||||
# Author: Hak5
|
||||
# Version: 1.0
|
||||
# Category: remote-access
|
||||
# Target: Any
|
||||
# Net Mode: BRIDGE, VPN
|
||||
|
||||
# Set to 1 to allow clients to use the VPN
|
||||
FOR_CLIENTS=0
|
||||
|
||||
Reference in New Issue
Block a user