https://github.com/goodbytes/xmppobservatory-cryptolyzer-poc
A Proof of Concept project providing CryptoLyzer-based analysis of XMPP servers
https://github.com/goodbytes/xmppobservatory-cryptolyzer-poc
cryptolyzer tls xmpp
Last synced: about 2 months ago
JSON representation
A Proof of Concept project providing CryptoLyzer-based analysis of XMPP servers
- Host: GitHub
- URL: https://github.com/goodbytes/xmppobservatory-cryptolyzer-poc
- Owner: goodbytes
- License: mpl-2.0
- Created: 2024-10-13T17:51:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-13T19:20:03.000Z (over 1 year ago)
- Last Synced: 2025-07-22T02:03:40.159Z (11 months ago)
- Topics: cryptolyzer, tls, xmpp
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xmppobservatory-cryptolyzer-poc
A Proof of Concept project providing [CryptoLyzer](https://gitlab.com/coroner/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.