A Proof of Concept project providing CryptoLyzer-based analysis of XMPP servers.
This project launches a webserver on port 8000. Based on data from a simple HTTP request, a CryptoLyzer's docker container is executed that analyzes the domain. Results are parsed through Pandoc to get basic HTML output.
This approach is rather silly for various reasons. Do not use this for anything important.
- Java ... 6? I've developed with OpenJDK 11, so that's certainly going to work.
/bin/sh
docker
(on$PATH
)pandoc
(on$PATH
)
javac nl/goodbytes/xmpp/observatory/Server.java
java nl.goodbytes.xmpp.observatory.Server
Open a browser and visit http://localhost:8000/scan/xmpp.co
where the last part of the URI is the TLD of the domain that you wish to scan.