You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
isf (profinet device scan) > show options
Target options:
Name Current settings Description
---- ---------------- -----------
target Target IP address.
Module options:
Name Current settings Description
---- ---------------- -----------
nic eth0 Interface Name e.g eth0, en0
timeout 5 Timeout for response
verbose 0 Scapy verbose level, 0 to 2
# Because profient dcp is a ethernet protocol, the only thing we need set is interface.
# Use set nic eth0 to define which interface we want to send and recive profinet dpc packet.
isf (profinet device scan) > set nic eth0
[+] {'nic': 'eth0'}
scan
isf (profinet device scan) > run
[*] Running module...
Device Name Device Type MAC Address IP Address Netmask GateWay
------------- ------------- ----------------- -------------- ------------- --------------
plcxb1d0ed S7-400 00:1b:1b:a7:xx:xx 192.168.1.10 255.255.255.0 192.168.1.10
isf (profinet device scan) >