Skip to content

Commit

Permalink
Update specs to prepare for 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Apr 7, 2024
1 parent 09220bd commit 2d080cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hstsparser.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hstsparser
Version: 1.2.0
Version: 1.2.1
Release: %autorelease
Summary: HSTS Digital Forensics parser
License: MIT
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand All @@ -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"
]
Expand Down

0 comments on commit 2d080cc

Please sign in to comment.