mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Make sure to use version_intensity checks for version category scripts
This commit is contained in:
@@ -50,7 +50,7 @@ categories = {"discovery", "version"}
|
||||
|
||||
|
||||
-- port rule for devices running on TCP/102
|
||||
portrule = shortport.port_or_service(102, "iso-tsap", "tcp")
|
||||
portrule = shortport.version_port_or_service(102, "iso-tsap", "tcp")
|
||||
|
||||
---
|
||||
-- Function to send and receive the S7COMM Packet
|
||||
|
||||
Reference in New Issue
Block a user