Skip to content

Commit

Permalink
security fy to prevent transmit on unwanted channels
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerBea committed Apr 5, 2020
1 parent 4abfc3a commit 7772f7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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.4
PRODUCTION := 1
PRODUCTION_VERSION := 6.0.5
PRODUCTION_YEAR := 2020

ifeq ($(PRODUCTION),1)
Expand Down
10 changes: 10 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
05.04.2020
==========
release v 6.0.5
security fix: increase error count and terminate hcxdumptool if channel was changed by a third party tool
After transmitting a request, hcxdumptool expect an answer on the same channel.
If the channel was changes by a third party tool, hcxdumptool will never get this answer and transmit again, again and again.
This will jam the channel.
https://forum.hashkiller.io/index.php?threads/ap-less-attack-with-hcxtools.21036/page-4#post-237403


04.04.2020
==========
release v 6.0.4
Expand Down

0 comments on commit 7772f7f

Please sign in to comment.