# EthernetIP Pentesting

EtherNet/IP is an industrial network protocol that adopts the Common Industrial Protocol to standart Ethernet. A default port is 44818.

### Enumeration <a href="#enumeration" id="enumeration"></a>

```shellscript
nmap --script enip-info -p 44818 <target-ip>
```
