mirror of
https://github.com/drygdryg/wpspin-nim.git
synced 2024-11-25 19:00:53 +03:00
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:
parent
f1a40fc40c
commit
901283761d
@ -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(
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user