Linton

Reference the autoReaver rewrite for kali-linux
Your suggestions have worked great. Here is how we did it

-We added the missing function "echoBlue" to autoreaver file:

echoBlue(){
echo -e "\033[1m\E[34m$@\033[0m"

Altered the configuration settings file in the auto-reaver folder to read /etc/reaver

We updated awk with

apt-get install original-awk

then

apt-get install gawk

We had problems finding the driver with lspci etc so we used airmon-ng and got the driver that way

We changed

local WIFI_DRIVER=$(getWifiCardDriver);

to read

local WIFI_DRIVER=rtl8187

The preliminary functions seem to work in our lab. We have to load another computer closer to test targets to see if it is functioning. Will advise

MTB