mirror of
https://github.com/drygdryg/wpspin-nim.git
synced 2024-11-25 19:00:53 +03:00
901283761d
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
16 lines
278 B
Nim
16 lines
278 B
Nim
# Package
|
|
|
|
version = "0.5.0"
|
|
author = "Victor Golovanenko (drygdryg)"
|
|
description = "Full-featured WPS PIN generator"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
bin = @["wpspin"]
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 0.20.0"
|
|
requires "argparse >= 2.0.0"
|