mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
New NSE script for SCADA/ICS, bacnet-info
This commit is contained in:
parent
53ca0c01dd
commit
415e2671ab
3 changed files with 1091 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [NSE] Add bacnet-info script to get device information from SCADA/ICS devices
|
||||
via BACnet (Building Automation and Control Networks) [Stephen Hilt, Michael
|
||||
Toecker]
|
||||
|
||||
o [NSE] Add Cisco Anyconnect library and scripts http-cisco-anyconnect,
|
||||
http-vuln-cve2014-2126, http-vuln-cve2014-2127, http-vuln-cve2014-2128 and
|
||||
http-vuln-cve2014-2129. [Patrik Karlsson]
|
||||
|
|
|
|||
1086
scripts/bacnet-info.nse
Normal file
1086
scripts/bacnet-info.nse
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -17,6 +17,7 @@ Entry { filename = "auth-owners.nse", categories = { "default", "safe", } }
|
|||
Entry { filename = "auth-spoof.nse", categories = { "malware", "safe", } }
|
||||
Entry { filename = "backorifice-brute.nse", categories = { "brute", "intrusive", } }
|
||||
Entry { filename = "backorifice-info.nse", categories = { "default", "discovery", "safe", } }
|
||||
Entry { filename = "bacnet-info.nse", categories = { "discovery", } }
|
||||
Entry { filename = "banner.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "bitcoin-getaddr.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "bitcoin-info.nse", categories = { "discovery", "safe", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue