mirror of
https://github.com/hak5/packetsquirrel-payloads.git
synced 2025-12-19 17:58:49 +00:00
13 lines
239 B
Bash
Executable File
13 lines
239 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Title: Default Payload
|
|
# Description: Sets the NETMODE to NAT, then sets the LED to ATTACK
|
|
# Author: Hak5
|
|
# Version: 1.0
|
|
# Category: default
|
|
# Target: Any
|
|
# Net Mode: NAT
|
|
|
|
NETMODE NAT
|
|
LED ATTACK
|