Sometimes for testing purposes (for example, tshark protocol capture) could be useful to run fake tcp service which receive all connections.
This task could be achieve with this code:
This task could be achieve with this code:
while true ;do nc -v -t -l -p 179 > /dev/null;done
Dependencies:
apt-get install -y netcat-traditional
Комментариев нет :
Отправка комментария
Примечание. Отправлять комментарии могут только участники этого блога.