[Pull Request] Adding friTap as SSL/TLS decryption framework/toolkit

Pull request to add friTap. friTap is a tool for simplifying SSL/TLS traffic analysis for researchers and pentesters by making SSL decryption effortless. It allows TLS key extraction and the decryption of TLS payload as PCAP in real time.
This commit is contained in:
Daniel Baier 2024-12-03 09:42:54 +01:00 committed by GitHub
parent a07c612fc2
commit 9e631fc84e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -443,6 +443,7 @@ See also *[Intercepting Web proxies](#intercepting-web-proxies)*.
* [oregano](https://github.com/nametoolong/oregano) - Python module that runs as a machine-in-the-middle (MITM) accepting Tor client requests. * [oregano](https://github.com/nametoolong/oregano) - Python module that runs as a machine-in-the-middle (MITM) accepting Tor client requests.
* [sylkie](https://dlrobertson.github.io/sylkie/) - Command line tool and library for testing networks for common address spoofing security vulnerabilities in IPv6 networks using the Neighbor Discovery Protocol. * [sylkie](https://dlrobertson.github.io/sylkie/) - Command line tool and library for testing networks for common address spoofing security vulnerabilities in IPv6 networks using the Neighbor Discovery Protocol.
* [PETEP](https://github.com/Warxim/petep) - Extensible TCP/UDP proxy with GUI for traffic analysis & modification with SSL/TLS support. * [PETEP](https://github.com/Warxim/petep) - Extensible TCP/UDP proxy with GUI for traffic analysis & modification with SSL/TLS support.
* [friTap](https://github.com/fkie-cad/friTap) - Intercept SSL/TLS connections with frida; Allows TLS key extraction and decryption of TLS payload as PCAP in real time.
### Transport Layer Security Tools ### Transport Layer Security Tools