Skip to content

Commit 2e97a08

Browse files
committed
Land rapid7#7046, Pad host field in notes -d command
2 parents 02d40eb + dbcdc30 commit 2e97a08

File tree

1 file changed

+2
-0
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+2
-0
lines changed

lib/msf/ui/console/command_dispatcher/db.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,6 +1360,8 @@ def cmd_notes(*args)
13601360
addr = (host.scope ? host.address + '%' + host.scope : host.address )
13611361
rhosts << addr
13621362
end
1363+
else
1364+
csv_note << ''
13631365
end
13641366
if (note.service)
13651367
msg << " service=#{note.service.name}" if note.service.name

0 commit comments

Comments
 (0)