1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 08:01:36 +00:00

Add enip-info NSE script for EtherNet/IP

A contribution from the folks at Digital Bond
(http://www.digitalbond.com/), part of their Redpoint Project
(https://github.com/digitalbond/Redpoint/).
This commit is contained in:
dmiller
2014-05-22 18:25:09 +00:00
parent 16cdf10790
commit ed22166b3f
3 changed files with 1453 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
# Nmap Changelog ($Id$); -*-text-*- # Nmap Changelog ($Id$); -*-text-*-
o [NSE] Add enip-info script to get device information from SCADA/ICS devices
via EtherNet/IP [Stephen Hilt]
o Fixed a bug which caused Nmap to be unable to have any runtime interaction o Fixed a bug which caused Nmap to be unable to have any runtime interaction
when called from sudo or from a shell script. [Jay Bosamiya] when called from sudo or from a shell script. [Jay Bosamiya]

1449
scripts/enip-info.nse Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -101,6 +101,7 @@ Entry { filename = "drda-brute.nse", categories = { "brute", "intrusive", } }
Entry { filename = "drda-info.nse", categories = { "discovery", "safe", "version", } } Entry { filename = "drda-info.nse", categories = { "discovery", "safe", "version", } }
Entry { filename = "duplicates.nse", categories = { "safe", } } Entry { filename = "duplicates.nse", categories = { "safe", } }
Entry { filename = "eap-info.nse", categories = { "broadcast", "safe", } } Entry { filename = "eap-info.nse", categories = { "broadcast", "safe", } }
Entry { filename = "enip-info.nse", categories = { "discovery", "version", } }
Entry { filename = "epmd-info.nse", categories = { "default", "discovery", "safe", } } Entry { filename = "epmd-info.nse", categories = { "default", "discovery", "safe", } }
Entry { filename = "eppc-enum-processes.nse", categories = { "discovery", "safe", } } Entry { filename = "eppc-enum-processes.nse", categories = { "discovery", "safe", } }
Entry { filename = "finger.nse", categories = { "default", "discovery", "safe", } } Entry { filename = "finger.nse", categories = { "default", "discovery", "safe", } }