From 9b669850a66b8f98a67b8353b481d2ba38512146 Mon Sep 17 00:00:00 2001 From: ZeroBeat Date: Sat, 14 Mar 2020 06:30:37 +0100 Subject: [PATCH] moved to v6.0.2 --- Makefile | 4 ++-- changelog | 20 +++++++++++++++++--- include/version.h | 2 -- 3 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 include/version.h diff --git a/Makefile b/Makefile index e51ccf9a8..cb5a590e8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -PRODUCTION := 0 -PRODUCTION_VERSION := 6.0.1 +PRODUCTION := 1 +PRODUCTION_VERSION := 6.0.2 PRODUCTION_YEAR := 2020 ifeq ($(PRODUCTION),1) diff --git a/changelog b/changelog index 2a5ef3569..6655b1204 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,6 @@ -06.03.2020 +14.03.2020 ========== +release v 6.0.2 complete rewrite from scratch the Raspberry Pi is a little bit too slow, so we have to reduce status output. Most CLIENTs running randomized MACs. They are no longer displayed. improved IE tag walk similar to hcxpcapngtool @@ -12,7 +13,7 @@ WLAN REASON CODE (deauthentication) no longer hardcoded moved to git versioning on non releases $ hcxdumptool -h -hcxdumptool 6.0.1-37-g21550bd (C) 2020 ZeroBeat +hcxdumptool 6.0.2 (C) 2020 ZeroBeat usage : hcxdumptool press the switch to terminate hcxdumptool hardware modification is necessary, read more: @@ -30,7 +31,7 @@ short options: WARNING: iw use NETLINK (libnl) and hcxdumptool will not work on pure NETLINK interfaces -o : output file in pcapng format including radiotap header (LINKTYPE_IEEE802_11_RADIOTAP) --f : frames to save bitmask: 0: clear default values 1: MANAGEMENT frames (default) @@ -185,6 +186,19 @@ If hcxdumptool captured your password from WiFi traffic, you should check all yo If you use GPS, make sure GPS device is inserted and has a GPS FIX, before you start hcxdumptool! +06.03.2020 +========== +complete rewrite from scratch +the Raspberry Pi is a little bit too slow, so we have to reduce status output. Most CLIENTs running randomized MACs. They are no longer displayed. +improved IE tag walk similar to hcxpcapngtool +improved attack vector +added new options to improve attack vector against hardened targets +added more information to help menu +added option to import Berkeley packet Filter code fom tcpdump as alternative to apfilterlist and clientfilterlist +make less noise on the the channel (receive more, transmit less) +WLAN REASON CODE (deauthentication) no longer hardcoded +moved to git versioning on non releases + 29.01.2020 ========== diff --git a/include/version.h b/include/version.h deleted file mode 100644 index 7bfcf5e0a..000000000 --- a/include/version.h +++ /dev/null @@ -1,2 +0,0 @@ -#define VERSION "6.0.1" -#define VERSION_JAHR "2020"