diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..5a3b49a --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,6 @@ +title: "friTap" +description: "Powerful SSL/TLS traffic decryption tool" +theme: jekyll-theme-slate +plugins: + - jekyll-feed + diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..b76dcbe --- /dev/null +++ b/docs/index.md @@ -0,0 +1,27 @@ +--- +layout: default +title: Welcome to friTap +--- + +# Welcome to friTap + +friTap is a powerful tool designed to assist researchers in analyzing network traffic encapsulated in SSL/TLS. With its ability to automate key extraction, friTap is especially valuable when dealing with malware analysis or investigating privacy issues in applications. By simplifying the process of decrypting and inspecting encrypted traffic, friTap empowers researchers to uncover critical insights with ease. + +Key features include seamless support for automated SSL/TLS key extraction, making it an ideal choice for scenarios requiring rapid and accurate traffic analysis. Whether you're dissecting malicious network behavior or assessing data privacy compliance, friTap streamlines your workflow. + +For more details, explore the [OSDFCon webinar slides](https://github.com/fkie-cad/friTap/blob/main/assets/friTapOSDFConwebinar.pdf) or check out [our blog post](https://lolcads.github.io/posts/2022/08/fritap/). + +Inspired by [SSL_Logger](https://github.com/google/ssl_logger), friTap supports all major platforms, including Linux, Windows, and Android, with plans to expand to additional platforms and libraries in future releases. + +## Key Features +- Extracting SSL/TLS key material +- Generate PCAP files containing only decrypted TLS traffic +- Integration with Python +- Support for custom Frida scripts + +## Resources +- [GitHub Repository](https://github.com/fkie-cad/friTap) +- [Usage Guide](https://github.com/fkie-cad/friTap/blob/main/USAGE.md) +- [Integration Guide](https://github.com/fkie-cad/friTap/blob/main/INTEGRATION.md) + +