commit 6fc968ac23a2e58e8dfe8dd9edc7810b33d2ebfe Author: nannal Date: Sat Jan 25 14:02:28 2020 +0200 Auto pushed diff --git a/lighthouse.sh b/lighthouse.sh new file mode 100755 index 0000000..660295f --- /dev/null +++ b/lighthouse.sh @@ -0,0 +1,7 @@ +nc -l -k -v -p 1234 +while true +do ip="$((0 + RANDOM % 255)).$((0 + RANDOM % 255)).$((0 + RANDOM % 255)).$((0 + RANDOM % 255)) $((1 + RANDOM % 65535))" + +echo "Hello, this is 78.58.49.144 listening on port 1234, is anybody out there!? "| nc $ip & + +done \ No newline at end of file