Skip to content

Commit

Permalink
update webseite
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeywave committed Nov 20, 2024
1 parent be03d97 commit 20f5142
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: "friTap"
title: "friTap - DECRYPTING TLS TRAFFIC ON THE FLY"
description: "Powerful SSL/TLS traffic decryption tool"
theme: jekyll-theme-slate
plugins:
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ The main features of friTap are:

- TLS key extraction in real time
- Decryption of TLS payload as PCAP in real time
- Integration with Python. More
- Support for custom Frida scripts
- Integration with Python. [Learn more](https://github.com/fkie-cad/friTap/blob/main/INTEGRATION.md)
- Support for custom Frida scripts. [Details](https://github.com/fkie-cad/friTap/blob/main/USAGE.md#Using-friTap-with-a-custom-Frida-scripts)
- Support of most common SSL libraries (OpenSSL, BoringSSL, NSS, GnuTLS, etc.)


Expand Down Expand Up @@ -67,7 +67,7 @@ The `-m` parameter indicates that we are analyzing a mobile application in the a
```bash
$ fritap –m –k TLS_keys.log <target_app>
[*] BoringSSL.so found & will be hooked on iOS!
[*] BoringSSL.dylib found & will be hooked on iOS!
[*] iOS dynamic loader hooked.
[*] Logging keylog file to TLS_keys.log
```
Expand Down

0 comments on commit 20f5142

Please sign in to comment.