Skip to content

Commit 338cce0

Browse files
author
HD Moore
committed
Downcase the service name for consistency
1 parent c0dab54 commit 338cce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/kademlia/server_info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def scanner_postscan(_batch)
8888
host: host,
8989
proto: 'udp',
9090
port: rport,
91-
name: 'Kademlia',
91+
name: 'kademlia',
9292
info: info
9393
)
9494
end

0 commit comments

Comments
 (0)