Auto pushed

This commit is contained in:
nannal 2020-01-25 14:02:28 +02:00
commit 6fc968ac23

7
lighthouse.sh Executable file
View File

@ -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