Skip to content

Commit e30ee9f

Browse files
committed
Update with :unique_data
1 parent ee15179 commit e30ee9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/auxiliary/scanner/sap/sap_service_discovery.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ def run_host(ip)
231231
:host => "#{ip}",
232232
:port => "#{port}",
233233
:type => 'SAP',
234-
:data => "#{service}"
234+
:data => "#{service}",
235+
:update => :unique_data
235236
)
236237
r << [ip,port,"open", service]
237238
rescue ::Rex::ConnectionRefused

0 commit comments

Comments
 (0)