From a197a1ec5b1381034aa8946186bf7dbc55f93632 Mon Sep 17 00:00:00 2001 From: Daniel Baier Date: Mon, 16 Dec 2024 12:11:13 +0100 Subject: [PATCH] fixes in the PCAP handling when doing a full packet capture --- README.md | 2 +- friTap/about.py | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9fcd2ad..25ebb54 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

# friTap -![version](https://img.shields.io/badge/version-1.2.6.3-blue) [![PyPI version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&r=r&ts=1683906897&type=6e&v=1.2.6.3&x2=0)](https://badge.fury.io/py/friTap) +![version](https://img.shields.io/badge/version-1.2.6.4-blue) [![PyPI version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=py&r=r&ts=1683906897&type=6e&v=1.2.6.4&x2=0)](https://badge.fury.io/py/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. diff --git a/friTap/about.py b/friTap/about.py index 506af92..3b1ccda 100644 --- a/friTap/about.py +++ b/friTap/about.py @@ -2,5 +2,5 @@ # -*- coding: utf-8 -*- __author__ = "Daniel Baier, Francois Egner, Max Ufer" -__version__ = "1.2.6.3" +__version__ = "1.2.6.4" debug = False # are we running in debug mode? \ No newline at end of file diff --git a/package.json b/package.json index 487d7c0..d08c9d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "friTap", - "version": "1.2.6.3", + "version": "1.2.6.4", "description": "Frida agent for logging SSL traffic as plaintext and extracting SSL keys", "private": true, "main": "agent/ssl_log.ts",