Auto pushed
This commit is contained in:
commit
6fc968ac23
7
lighthouse.sh
Executable file
7
lighthouse.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user