rodrigosantosbr

Check if tcp/udp port is opened

Jul 16th, 2019
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
sudo apt install netcat
nc -zvw 3 <my-ip> <port_number>
nc -zvw 3 127.0.0.1 21
Add Comment
Please, Sign In to add comment