-
JA4S is a system to hash the configuration of a TLS connection. More: ja4/technical_details/README.md at main · FoxIO-LLC/ja4 · GitHub Possible use cases:
-
SSLstrip works as proxy which replaces HTTPS references in HTTP, HTML, JS,.… responses with HTTP versions. Installation: SSLstrip is old. Create a venv and install an older version of twisted: venv/bin/pip install Twisted==18.9.0 Remove HTTPS references via MitM Scenario: You want that $target routes all HTTP traffic through your own system. Your system should remove each…