lcvvvv/kscan

json输出格式问题

liangjs opened this issue · 1 comments

有时候输出的json文件会包含多余的 ] 字符

{"Digest":"\\"SSH-2.0-OpenSSH_7.4\\\\r\\\\n\\"","IP":"192.168.1.124","Info":"protocol 2.0","Keyword":"ssh","Length":"21","MatchRegexString":"^(?i:SSH-([\\\\d.]+)-OpenSSH[_-]([\\\\w.]+)\\\\s*\\\\r?\\\\n)","Port":"22","ProbeName":"TCP_NULL","ProductName":"OpenSSH","Response":"SSH-2.0-OpenSSH_7.4\\r\\n","Service":"ssh","URL":"ssh://192.168.1.124:22","Version":"7.4"}],{"Digest":"\\" CKAAAAAAAAAAAAAAAAAAAAA\\"","Hostname":"TEST-PC","IP":"192.168.1.115","Info":"workgroup: WORKGROUP","Keyword":"netbios-ns","Length":"175".....
                                                                                                                                                                                                                                                                                                                                                                             ^

此问题已解决