-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc50195
commit 269329a
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|