You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I AM NOT SURE WHETHER THIS SHOULD BE PART OF HTTPX FR OR NAABU/NUCLEI BUT KINDLY MOVE WHEREVER IT MAY FITS WITHIN PD.
Summary:
Implement a feature in httpx to detect and recommend actions for risky network ports that should not be exposed to the internet, enhancing network security and compliance.
Description:
Network ports are essential for connectivity but can pose significant risks if improperly managed. This feature will scan for exposed ports and provide recommendations based on their risk level.
Risky Ports and Recommendations:
FTP (20, 21): Risk of unauthorized file access and data theft due to insecure data transmission.
SSH (22): Risk of brute-force attacks and unauthorized system access.
Telnet (23): Insecure communication, risking data interception and information leaks.
SMTP (25), POP3 (110), IMAP (143), SMTP (587): Risk of spam attacks, phishing, and email interception.
DNS (53): Risk of DNS spoofing or DDoS attacks, disrupting network services.
TFTP (69): Lack of authentication, risking unauthorized file access.
SNMP (161, 162): Risk of unauthorized access and control over network devices.
LDAP (389): Risk of unauthorized access to directory information.
NetBIOS (137-139), SMB (445): Risk of unauthorized data access and potential ransomware attacks.
RDP (3389): Risk of unauthorized remote access and potential system control.
Database Ports (MySQL 3306, PostgreSQL 5432, MSSQL 1433/1434, Oracle SQL 1521): Risk of unauthorized database access and data theft.
I AM NOT SURE WHETHER THIS SHOULD BE PART OF HTTPX FR OR NAABU/NUCLEI BUT KINDLY MOVE WHEREVER IT MAY FITS WITHIN PD.
Summary:
Implement a feature in
httpx
to detect and recommend actions for risky network ports that should not be exposed to the internet, enhancing network security and compliance.Description:
Network ports are essential for connectivity but can pose significant risks if improperly managed. This feature will scan for exposed ports and provide recommendations based on their risk level.
Risky Ports and Recommendations:
Associated Risks with Open Ports:
Best Practices for Port Hygiene:
Proposed Implementation:
The text was updated successfully, but these errors were encountered: