Skip to content

Commit

Permalink
Add GitHub Pages setup for friTap
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeywave committed Nov 20, 2024
1 parent bc50195 commit 269329a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
title: "friTap"
description: "Powerful SSL/TLS traffic decryption tool"
theme: jekyll-theme-slate
plugins:
- jekyll-feed

27 changes: 27 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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)


0 comments on commit 269329a

Please sign in to comment.