Skip to content

A Proof of Concept project providing CryptoLyzer-based analysis of XMPP servers

License

Notifications You must be signed in to change notification settings

goodbytes/xmppobservatory-cryptolyzer-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xmppobservatory-cryptolyzer-poc

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.

Requirements

  • Java ... 6? I've developed with OpenJDK 11, so that's certainly going to work.
  • /bin/sh
  • docker (on $PATH)
  • pandoc (on $PATH)

Compile

javac nl/goodbytes/xmpp/observatory/Server.java

Run

java nl.goodbytes.xmpp.observatory.Server

Use

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.

About

A Proof of Concept project providing CryptoLyzer-based analysis of XMPP servers

Topics

Resources

License

Stars

Watchers

Forks

Languages