Extensible Messaging and Presence Protocol

This commit is contained in:
Scott Ainslie 2016-06-10 17:17:00 -04:00 committed by Sarah Jamie Lewis
parent 8d45cd43cf
commit 46996dc77f
1 changed files with 4 additions and 0 deletions

View File

@ -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
}