In the makefile the rule for wpscrack is incorrect as it hardcodes the
dependencies but has *.o in the compilation command line.
The practical implication is that it doesn't hardcode pins.o as a dependency so
even if it's getting modified, the problem is that when pins.c is modified it
should lead to rebuilding pins.o and reaver but that's not happening.
wpscrack is a target in the makefile that should be called reaver to build the
reaver executable.
What version of the product are you using? On what operating system? r35
.
Original issue reported on code.google.com by g...@watchingyou.info on 2 Jan 2012 at 10:33
Original issue reported on code.google.com by
g...@watchingyou.info
on 2 Jan 2012 at 10:33