MATCHPORT
Last updated
#!/bin/bash
# Title: Matchport example
#
# Description: Disconnect the Target device if there is traffic to the meterpreter default port
# Set bridge mode
NETMODE BRIDGE
# Wait for any connections on port 4444
MATCHPORT br-lan TCP ANY 4444
# Jail the target
NETMODE JAIL
# Set the LED
LED R VERYFAST