Skip to content

Commit

Permalink
moved to v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerBea committed Mar 14, 2020
1 parent 702de75 commit 9b66985
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PRODUCTION := 0
PRODUCTION_VERSION := 6.0.1
PRODUCTION := 1
PRODUCTION_VERSION := 6.0.2
PRODUCTION_YEAR := 2020

ifeq ($(PRODUCTION),1)
Expand Down
20 changes: 17 additions & 3 deletions changelog
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <options>
press the switch to terminate hcxdumptool
hardware modification is necessary, read more:
Expand All @@ -30,7 +31,7 @@ short options:
WARNING: iw use NETLINK (libnl) and hcxdumptool will not work on pure NETLINK interfaces
-o <dump file> : output file in pcapng format
including radiotap header (LINKTYPE_IEEE802_11_RADIOTAP)
-f <frames : frames to save
-f <frames> : frames to save
bitmask:
0: clear default values
1: MANAGEMENT frames (default)
Expand Down Expand Up @@ -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
==========
Expand Down
2 changes: 0 additions & 2 deletions include/version.h

This file was deleted.

0 comments on commit 9b66985

Please sign in to comment.