From 901283761d519e4e15d01490b1c13bdcf0c60f6a Mon Sep 17 00:00:00 2001 From: Victor Golovanenko Date: Thu, 4 Feb 2021 08:25:49 +0300 Subject: [PATCH] Reverse byte 24-bit PIN: added MACs for Trendnet TEW-818DRU and Trendnet TEW-828DRU References: https://packetstormsecurity.com/files/132477/TRENDnet-TEW-818RDU-PIN-Disclosure.html https://github.com/kcdtv/tdn/blob/master/tdn.sh --- src/wpspin.nim | 2 +- wpspin.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wpspin.nim b/src/wpspin.nim index 776b183..4771e9b 100644 --- a/src/wpspin.nim +++ b/src/wpspin.nim @@ -262,7 +262,7 @@ const algorithms = [ id: "pin24rh", name: "Reverse byte 24-bit", mode: ALGO_MAC, - mac_substr: @[], + mac_substr: @["D8EB97", "0014D1", "3C8CF8"], generator: pin24rh ), Algorithm( diff --git a/wpspin.nimble b/wpspin.nimble index c5a0840..554ea95 100644 --- a/wpspin.nimble +++ b/wpspin.nimble @@ -1,6 +1,6 @@ # Package -version = "0.4.0" +version = "0.5.0" author = "Victor Golovanenko (drygdryg)" description = "Full-featured WPS PIN generator" license = "MIT"