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
This commit is contained in:
Victor Golovanenko 2021-02-04 08:25:49 +03:00
parent f1a40fc40c
commit 901283761d
No known key found for this signature in database
GPG Key ID: 49B2AA9695DBD79F
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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"