June 2018
Intermediate to advanced
294 pages
7h 5m
English
You've seen how to use Netcat in this book. In the following list, you will see a few popular, practical examples:
nc -vn 10.1.1.100 80
nc -v -lp 1234
nc -v [Remote IP] 1234
nc -vn -lp 1234 > file.txt
nc -vn <other side remote IP> 1234 < file.txt
Read now
Unlock full access