Updated fork for Python3 and 802.11n:
Search Criteria
Package Details: wpscrack 0.1.0-2
Git Clone URL: | https://aur.archlinux.org/wpscrack.git (read-only, click to copy) |
---|---|
Package Base: | wpscrack |
Description: | PoC tool to brute force WPS - external registrar PIN of wlan access points |
Upstream URL: | https://github.com/ml31415/wpscrack |
Licenses: | unknown |
Submitter: | sanerb |
Maintainer: | sanerb |
Last Packager: | sanerb |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-25 00:01 (UTC) |
Last Updated: | 2018-09-01 16:32 (UTC) |
Latest Comments
MarsSeed commented on 2022-06-26 15:07 (UTC)
sanerb commented on 2018-09-01 16:33 (UTC)
dreieck-
thanks for the heads up; fixed and pushed!
dreieck commented on 2018-09-01 16:18 (UTC)
Dependency pycrypto
can not anymore be fulfilled by any package.
And official Arch Linux package python2-crypto
has been replaced by python2-pycryptodome
, which not anymore has an entry to provide pycrypto
(but python2-crypto
).
However, replacing the dependency on pycrypto
by a dependency on python2-crypto
also works for wpscrack
.
Also, you should change the dependency on scapy
to python2-scapy
. With scapy
installed and not python2-scapy
, I get the error
Traceback (most recent call last):
File "/sbin/wpscrack", line 11, in <module>
from scapy.all import *
ImportError: No module named scapy.all
With python2-scapy
it works; if scapy
by its own is necessary I could not test.
dreieck commented on 2018-09-01 16:05 (UTC)
package()
tries to install README
, but
==> Starting package()...
install: cannot stat 'README': No such file or directory
==> ERROR: A failure occurred in package().
However, there is a README.md
.
dreieck commented on 2018-09-01 16:02 (UTC)
the PKGBUILD has four entries in the source
-array but only three entries in the sha512sums
-array, leading to
==> ERROR: Integrity checks (sha512) differ in size from the source array.
Pinned Comments
sanerb commented on 2016-06-26 06:22 (UTC) (edited on 2017-09-01 22:49 (UTC) by sanerb)