Extensible Messaging and Presence Protocol
This commit is contained in:
parent
8d45cd43cf
commit
46996dc77f
|
@ -59,5 +59,9 @@ func (os *OnionScan) Scan(hiddenService string, out chan *report.OnionScanReport
|
|||
vncps := new(protocol.VNCProtocolScanner)
|
||||
vncps.ScanProtocol(hiddenService, os.Config, report)
|
||||
|
||||
//XMPP
|
||||
xmppps := new(protocol.XMPPProtocolScanner)
|
||||
xmppps.ScanProtocol(hiddenService, os.Config, report)
|
||||
|
||||
out <- report
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue