tcpreflect
This commit is contained in:
parent
fd7d8be923
commit
a3155b7042
11
scripts/tcpreflect
Executable file
11
scripts/tcpreflect
Executable file
@ -0,0 +1,11 @@
|
||||
#! /bin/bash
|
||||
set -e
|
||||
|
||||
# Require a port
|
||||
if [ -z "$1" ]; then
|
||||
echo "Usage: $0 <port>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Reflecting all TCP traffic on port $1"
|
||||
ncat --broker --listen -p "$1"
|
Loading…
x
Reference in New Issue
Block a user