tip
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Support HackTricks
- Check the subscription plans!
- Join the 馃挰 Discord group or the telegram group or follow us on Twitter 馃惁 @hacktricks_live.
- Share hacking tricks by submitting PRs to the HackTricks and HackTricks Cloud github repos.
Informaci贸n del Protocolo
EtherNet/IP es un protocolo de red Ethernet industrial com煤nmente utilizado en sistemas de control de automatizaci贸n industrial. Fue desarrollado por Rockwell Automation a finales de la d茅cada de 1990 y es gestionado por ODVA. El protocolo garantiza la interoperabilidad de sistemas de m煤ltiples proveedores y se utiliza en diversas aplicaciones como plantas de procesamiento de agua, instalaciones de fabricaci贸n y servicios p煤blicos. Para identificar un dispositivo EtherNet/IP, se env铆a una consulta a TCP/44818 con un Mensaje de Identidades de lista (0x63).
Puerto por defecto: 44818 UDP/TCP
PORT STATE SERVICE
44818/tcp open EtherNet/IP
Enumeraci贸n
nmap -n -sV --script enip-info -p 44818 <IP>
pip3 install cpppo
python3 -m cpppo.server.enip.list_services [--udp] [--broadcast] --list-identity -a <IP>
Shodan
port:44818 "nombre del producto"
tip
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Support HackTricks
- Check the subscription plans!
- Join the 馃挰 Discord group or the telegram group or follow us on Twitter 馃惁 @hacktricks_live.
- Share hacking tricks by submitting PRs to the HackTricks and HackTricks Cloud github repos.