3 KiB
{% hint style="success" %}
Leer & oefen AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Leer & oefen GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Ondersteun HackTricks
- Kyk na die subskripsieplanne!
- Sluit aan by die 💬 Discord-groep of die telegram-groep of volg ons op Twitter 🐦 @hacktricks_live.
- Deel hacking truuks deur PRs in te dien na die HackTricks en HackTricks Cloud github repos.
Protokol Inligting
EtherNet/IP is 'n industriële Ethernet-netwerkprotokol wat algemeen gebruik word in industriële outomatiseringsbeheerstelsels. Dit is in die laat 1990's deur Rockwell Automation ontwikkel en word deur ODVA bestuur. Die protokol verseker multi-verskaffer stelselintegrasie en word in verskeie toepassings soos waterverwerkingsaanlegte, produksiefasiliteite, en nutsdienste gebruik. Om 'n EtherNet/IP toestel te identifiseer, word 'n navraag na TCP/44818 gestuur met 'n lys Identiteite Boodskap (0x63).
Standaard poort: 44818 UDP/TCP
PORT STATE SERVICE
44818/tcp open EtherNet/IP
Opname
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 "produk naam"
{% hint style="success" %}
Leer & oefen AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Leer & oefen GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Ondersteun HackTricks
- Kyk na die subskripsie planne!
- Sluit aan by die 💬 Discord groep of die telegram groep of volg ons op Twitter 🐦 @hacktricks_live.
- Deel hacking truuks deur PRs in te dien na die HackTricks en HackTricks Cloud github repos.