I want to open a port in Parrot OS?



Opening a port is done through the ufw firewall
Code:
sudo -i; ufw
Code:
ufw allow (port)/tcp
Code:
ufw allow (port)/udp

is easier with gufw installed
Code:
sudo apt install gufw
 

Staff online

Members online


Latest posts

Top