From 2d080cc19566721790e4602b4d681acea929a6fa Mon Sep 17 00:00:00 2001 From: Daniel Milnes Date: Sun, 7 Apr 2024 20:07:29 +0100 Subject: [PATCH] Update specs to prepare for 1.2.1 --- README.md | 2 +- hstsparser.spec | 2 +- pyproject.toml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4e86b0..0f4f979 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ positional arguments: optional arguments: -h, --help show this help message and exit - -w WORDLIST The path to the database to be processed + -w WORDLIST The path to a file containing a wordlist for bruteforcing hashes --csv CSV Output to a CSV file --firefox Process a Firefox database --chrome Process a Chrome database diff --git a/hstsparser.spec b/hstsparser.spec index d0ab71a..2023761 100644 --- a/hstsparser.spec +++ b/hstsparser.spec @@ -1,5 +1,5 @@ Name: hstsparser -Version: 1.2.0 +Version: 1.2.1 Release: %autorelease Summary: HSTS Digital Forensics parser License: MIT diff --git a/pyproject.toml b/pyproject.toml index cd794f9..a718f7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hstsparser" -version = "1.2.0" +version = "1.2.1" description = "A tool to parse Firefox and Chrome HSTS databases into forensic artifacts." authors = ["Daniel Milnes "] license = "MIT" @@ -15,6 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Security", "Topic :: Utilities" ]