Cybersecurity_Internship
- Enable and configure Windows Defender Firewall (or UFW on Kali Linux).
- Set rules to block or allow specific applications or ports.
- Enabled the firewall using the
ufwcommand. - Configured inbound and outbound rules for specific applications and ports.
- Verified the firewall status and rule configuration.
sudo ufw enablesudo ufw allow 22/tcpsudo ufw deny 80/tcpsudo ufw status verbose