{"id":20742968,"url":"https://github.com/codegeekr/port-sentinel-ai","last_synced_at":"2026-05-06T00:02:25.492Z","repository":{"id":262873956,"uuid":"888615596","full_name":"CodeGeekR/Port-Sentinel-AI","owner":"CodeGeekR","description":"Port-Sentinel-AI es una herramienta avanzada de ciberseguridad que utiliza inteligencia artificial para escanear y proteger los puertos abiertos en tu equipo local y en tu router.","archived":false,"fork":false,"pushed_at":"2024-11-15T01:10:15.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T12:05:24.724Z","etag":null,"topics":["ai","azure","cybersecurity","cybersecurity-education","inteligencia-artificial","python","scapy","script"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeGeekR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-14T17:48:35.000Z","updated_at":"2024-11-15T01:10:19.000Z","dependencies_parsed_at":"2025-03-11T12:42:05.645Z","dependency_job_id":null,"html_url":"https://github.com/CodeGeekR/Port-Sentinel-AI","commit_stats":null,"previous_names":["codegeekr/port-sentinel-ai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeGeekR/Port-Sentinel-AI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeGeekR%2FPort-Sentinel-AI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeGeekR%2FPort-Sentinel-AI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeGeekR%2FPort-Sentinel-AI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeGeekR%2FPort-Sentinel-AI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeGeekR","download_url":"https://codeload.github.com/CodeGeekR/Port-Sentinel-AI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeGeekR%2FPort-Sentinel-AI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32672682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","azure","cybersecurity","cybersecurity-education","inteligencia-artificial","python","scapy","script"],"created_at":"2024-11-17T07:08:29.511Z","updated_at":"2026-05-06T00:02:25.457Z","avatar_url":"https://github.com/CodeGeekR.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Port-Sentinel-AI\n\n![Port-Sentinel-AI](https://img.shields.io/badge/AI-Cyber%20Security-blue)\n![Python](https://img.shields.io/badge/Python-3.8%2B-brightgreen)\n\n## Descripción\n\n**Port Sentinel AI** es una herramienta de ciberseguridad para macOS que permite escanear y proteger los puertos abiertos en tu equipo local y router. La herramienta no solo detecta puertos inseguros, sino que también proporciona la capacidad de cerrarlos automáticamente y ofrece recomendaciones de seguridad específicas para cada puerto vulnerable detectado.\n\n## Características\n\n- **Escaneo Dual**: Detecta simultáneamente puertos abiertos en el equipo local y router\n- **Detección de Vulnerabilidades**: Identifica 12 tipos diferentes de puertos inseguros comunes\n- **Gestión Automatizada**: Cierre automático de puertos inseguros con privilegios de superusuario\n- **Interfaz Amigable**: Mensajes con código de colores para mejor visualización de alertas\n- **Compatibilidad macOS**: Comandos específicos para gestión de servicios en macOS\n- **Ejecución Paralela**: Utiliza multithreading para escaneo rápido de puertos\n\n## Instalación\n\n1. Clona este repositorio:\n\n   ```sh\n   git clone https://github.com/CodeGeekR/Port-Sentinel-AI.git\n   cd Port-Sentinel-AI\n   ```\n\n2. Instala las dependencias necesarias:\n\n   ```sh\n   pip install -r requirements.txt\n   ```\n\n## Uso\n\n1. Ejecuta el script:\n\n   ```sh\n   sudo python scan.py\n   ```\n\n2. Sigue las instrucciones en pantalla para ver los puertos abiertos y recibir recomendaciones de seguridad.\n\n## Ejemplo de Salida\n\n```plaintext\nEscaneando puertos abiertos en el router: 192.168.1.1\n\nPuertos abiertos encontrados en el router:\nPuerto 80 (http) está abierto en el router.\n\n¡ALERTAS DE SEGURIDAD para router!\nEl puerto 80 es inseguro (HTTP). Se recomienda cerrarlo o asegurar su uso.\n\nEscaneando puertos abiertos en el equipo local: 192.168.1.2\n\nPuertos abiertos encontrados en el equipo local:\nPuerto 445 (microsoft-ds) está abierto en el equipo local.\n\n¡ALERTAS DE SEGURIDAD para equipo local!\nEl puerto 445 es inseguro (Microsoft-DS SMB file sharing). Se recomienda cerrarlo o asegurar su uso.\n\nSe detectaron los siguientes puertos inseguros:\nPuerto 445: SMB - Deshabilitar compartición SMB\n\n¿Desea cerrar estos puertos? (s/N):\n```\n\n## Puertos Monitoreados\n\nEl script monitorea los siguientes puertos inseguros:\n\n20, 21 (FTP)\n23 (Telnet)\n25 (SMTP)\n69 (TFTP)\n80 (HTTP)\n110 (POP3)\n143 (IMAP)\n445 (SMB)\n3389 (Remote Desktop)\n5800, 5900 (VNC)\n\n## Contribución\n\n¡Las contribuciones son bienvenidas! Si deseas mejorar Port-Sentinel-AI, por favor sigue estos pasos:\n\n1. Haz un fork del repositorio.\n2. Crea una nueva rama (git checkout -b feature/nueva-funcionalidad).\n3. Realiza tus cambios y haz commit (git commit -am 'Añadir nueva funcionalidad').\n4. Envía tus cambios (git push origin feature/nueva-funcionalidad).\n5. Abre un Pull Request.\n\n## Licencia\n\nEste proyecto está licenciado bajo la Licencia MIT. Consulta el archivo [LICENSE](https://es.wikipedia.org/wiki/Licencia_MIT) para más detalles.\n\n## Contacto\n\nPara consultas comerciales o colaboraciones, por favor contacta a:\n\n[![Website](https://img.shields.io/badge/Website-Visit%20My%20Portfolio-blue?style=flat-square\u0026logo=google-chrome)](https://www.samuraidev.engineer/)\n[![Email](https://img.shields.io/badge/Email-Contact%20Me-blue?style=flat-square\u0026logo=gmail)](mailto:sammydn7@gmail.com)\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect%20with%20Me-blue?style=flat-square\u0026logo=linkedin)](https://www.linkedin.com/in/samuraidev/)\n\n## Palabras Clave\n\nAI\nCiberseguridad\nAzure\nPuertos\nEscaneo\nVigilancia\nInteligencia Artificial\nProtección\n\n## Agradecimientos\n\nAgradecemos a la comunidad de desarrolladores y a las empresas que apoyan proyectos de ciberseguridad y protección de datos.\n\n¡Gracias por usar Port-Sentinel-AI! Si encuentras útil esta herramienta, no olvides darle una estrella ⭐ en GitHub y compartirla con tus colegas.\n\n## Referencias\n\n- \u003ca href=\"https://es.wikipedia.org/wiki/Modelo_TCP/IP\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ePuertos TCP y UDP\u003c/a\u003e\n- \u003ca href=\"https://es.wikipedia.org/wiki/Ciberseguridad\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eCiberseguridad\u003c/a\u003e\n- \u003ca href=\"https://es.wikipedia.org/wiki/Protecci%C3%B3n_de_datos\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eProtección de Datos\u003c/a\u003e\n- \u003ca href=\"https://es.wikipedia.org/wiki/Inteligencia_artificial\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eInteligencia Artificial\u003c/a\u003e\n- \u003ca href=\"https://es.wikipedia.org/wiki/Esc%C3%A1ner_de_puertos\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eEscaneo de Puertos\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegeekr%2Fport-sentinel-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodegeekr%2Fport-sentinel-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegeekr%2Fport-sentinel-ai/lists"}