All ports
Port1779/TCP
pharmasoftPort
1779
Protocol
TCP
Category
Registered
Service
pharmasoft
What is port 1779?
Port 1779/TCP is a Registered port, registered with IANA for specific applications. It is associated with the pharmasoft service.
pharmasoft
Useful commands
nmapnmap -p 1779 -sV example.comnetcatnc -zv example.com 1779curlcurl -v http://example.com:1779/telnettelnet example.com 1779bash(echo > /dev/tcp/example.com/1779) 2>/dev/nullFirewall commands
UFWAllow
sudo ufw allow 1779/tcpDeny
sudo ufw deny 1779/tcpiptablesAllow
sudo iptables -A INPUT -p tcp --dport 1779 -j ACCEPTDeny
sudo iptables -D INPUT -p tcp --dport 1779 -j ACCEPTfirewalldAllow
sudo firewall-cmd --permanent --add-port=1779/tcpWindowsAllow
netsh advfirewall firewall add rule name="Open Port 1779" dir=in action=allow protocol=TCP localport=1779Security Risks
- Unauthorized access to the service
- Data exposure if the service is unauthenticated
- Outdated versions with vulnerabilities
- Incorrect service configuration
Frequently Asked Questions
What service runs on port 1779/TCP?
Port 1779/TCP is associated with the pharmasoft service. pharmasoft
Is it safe to expose port 1779 to the Internet?
It depends on the service and configuration. Port 1779 (pharmasoft) is a Registered port. If you need to expose it, keep the service updated, use strong authentication, and configure a firewall. It's always recommended to restrict access by IP when possible.
How do I check if port 1779 is open?
You can use nmap: `nmap -p 1779 -sV example.com`, netcat: `nc -zv example.com 1779`, or the bash command: `(echo > /dev/tcp/example.com/1779) 2>/dev/null && echo "Open" || echo "Closed"`.
How do I open or close port 1779 on my firewall?
On Linux with UFW: `sudo ufw allow 1779/tcp` (open) or `sudo ufw deny 1779/tcp` (close). With iptables: `sudo iptables -A INPUT -p tcp --dport 1779 -j ACCEPT`. On Windows: `netsh advfirewall firewall add rule name="Open Port 1779" dir=in action=allow protocol=TCP localport=1779`.
What applications and services use port 1779?
Port 1779/TCP is used by the pharmasoft service. Specific uses depend on the software and configuration. Check our related tools section for more information.