{"id":24440481,"url":"https://github.com/clhore/hostexplorer_v2","last_synced_at":"2026-04-14T15:33:22.527Z","repository":{"id":42478145,"uuid":"509497902","full_name":"clhore/hostExplorer_V2","owner":"clhore","description":"Herramienta de terminal que permite realizar escaneos de red atreves de peticiones icmp, tcp, udp y dns. Con el objetivo de detectar  equipos activos en la red y extraer información acerca de ellos.","archived":false,"fork":false,"pushed_at":"2023-12-20T08:51:47.000Z","size":1617,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T14:38:57.611Z","etag":null,"topics":["bash","hostname-resolver","icmp","icmp-ping","network-scanner","python3","scanner-host","tcp","tcp-request"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/clhore.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":"2022-07-01T15:08:55.000Z","updated_at":"2025-04-27T14:57:31.000Z","dependencies_parsed_at":"2025-03-14T01:45:21.859Z","dependency_job_id":"3e528fc4-5677-42c1-a73b-8fb634263904","html_url":"https://github.com/clhore/hostExplorer_V2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clhore/hostExplorer_V2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clhore%2FhostExplorer_V2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clhore%2FhostExplorer_V2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clhore%2FhostExplorer_V2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clhore%2FhostExplorer_V2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clhore","download_url":"https://codeload.github.com/clhore/hostExplorer_V2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clhore%2FhostExplorer_V2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31803437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"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":["bash","hostname-resolver","icmp","icmp-ping","network-scanner","python3","scanner-host","tcp","tcp-request"],"created_at":"2025-01-20T20:55:03.692Z","updated_at":"2026-04-14T15:33:22.510Z","avatar_url":"https://github.com/clhore.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003ehostExplorer_V2\u003c/h1\u003e\n  \u003ch4\u003eEsta herramienta esta creada con el fin de poder realizar escaneos de red\u003c/h4\u003e\n\u003c/div\u003e\n\u003cul\u003e\n    \u003cli\u003eEsta herramienta cuneta con funciones, que permiten obtener IP, hostname, MAC, etc de los equipos detectados en la red.\u003c/li\u003e\n    \u003cli\u003eNueva version [multisystem]: \u003ca href=\"https://github.com/clhore/hostExplorer_V3\"\u003ehttps://github.com/clhore/hostExplorer_V3\u003c/li\u003e \n\u003c/ul\u003e \n\nEjemplo de escaneo modo defauld\n======\n    \n      hostExplorer -i 10.70.240.0 --mask 24\n\n\u003cimg src=\"img/example.png\"\u003e\u003c/br\u003e\nSi revisamos el trefico de la red, obserbaremos las peticiones icmp y dns que realiza la herramienta en el modo default(1).\n\u003cimg src=\"img/icmp_request.png\"\u003e\u003c/br\u003e\n\u003cimg src=\"img/dns_request.png\"\u003e\u003c/br\u003e\n\n\nEjemplo de escaneo TCP\n======\n\n      hostExplorer -i 10.70.240.0 --mask 24 -m 2\n\n\u003cimg src=\"img/example_m2.png\"\u003e\u003c/br\u003e\nSi revisamos el trefico de la red, obserbaremos las peticiones icmp, dns y tcp que realiza la herramienta en el modo(2)[escaneo tcp].\n\u003cimg src=\"img/icmp_request_m2.png\"\u003e\u003c/br\u003e\n\u003cimg src=\"img/dns_request_m2.png\"\u003e\u003c/br\u003e\n\u003cimg src=\"img/tcp_request_m2.png\"\u003e\u003c/br\u003e\n\n\nEjemplo de escaneo UDP\n======\n\n      hostExplorer -i 10.70.240.0 --mask 24 -m 3\n\n\u003cimg src=\"img/example_m3.png\"\u003e\u003c/br\u003e\nSi revisamos el trefico de la red, obserbaremos las peticiones icmp, dns y tcp que realiza la herramienta en el modo(3)[escaneo udp].\n\u003cimg src=\"img/icmp_request_m3.png\"\u003e\u003c/br\u003e\n\u003cimg src=\"img/dns_request_m3.png\"\u003e\u003c/br\u003e\n\n\nInstalacion automatica\n======\n\n    curl -O https://raw.githubusercontent.com/clhore/hostExplorer_V2/main/hostExplorer \u0026\u0026 sudo chmod +x hostExplorer\n    sudo ./hostExplorer --install=true\n\n\nInstalacion manual\n======\nInstalar las librerias de python: \n\n    pip3 install ipaddress\n    pip3 install tabulate\n    pip3 install icmplib\n    pip3 install python3-nmap\n    pip3 install pandas\n\nor\n\n    curl -O https://raw.githubusercontent.com/clhore/hostExplorer_V2/main/requirements.txt\n    python3 -m pip install -r requirements.txt\n\n\nInstalar dependencias:\n\n    Arch Linux: sudo pacman -S nmap whiptail curl\n    Ubuntu: sudo apt-get install nmap whiptail curl\n\n    \nInstalacion de hostExplorer: \n\n    sudo mkdir /opt/hostExplorer\n    cd /opt/hostExplorer\n    sudo curl -O https://raw.githubusercontent.com/clhore/hostExplorer_V2/main/hostExplorer\n    sudo curl -O https://raw.githubusercontent.com/clhore/hostExplorer_V2/main/oui_hex.txt\n    sudo chmod +x hostExplorer\n    sudo ln -s /opt/hostExplorer/hostExplorer\n    \n    \nHelp Panel\n======\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"img/help.png\"\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclhore%2Fhostexplorer_v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclhore%2Fhostexplorer_v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclhore%2Fhostexplorer_v2/lists"}