We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e11faa commit 90994c1Copy full SHA for 90994c1
Makefile
@@ -1,5 +1,5 @@
1
-PRODUCTION := 0
2
-PRODUCTION_VERSION := 6.3.4
+PRODUCTION := 1
+PRODUCTION_VERSION := 6.3.5
3
PRODUCTION_YEAR := 2024
4
5
ifeq ($(PRODUCTION),1)
changelog
@@ -1,3 +1,12 @@
+11.11.2024
+==========
+release v6.3.5
+hcxhashtool: added new option to filter ESSID
+--essid-regex=<regex> : filter ESSID by regular expression
6
+
7
+several fixes and improvements
8
9
10
04.03.2024
11
==========
12
README.md: removed entire instructions how to compile hcxtools on different distributions
0 commit comments