Hello,
I've been following the instruction from pedropt in this thread to install Wifite-mod-pixiewps and reaver-wps-fork-t6x to my Kali 1.1.0
The reason I do this is the target AP that I would like to attack is always change WPS locked from No to Yes when I run reaver so I install Wifite mod to force it back to NO.
However when I were at step below I got an error saying that not enough space
Code:
mkdir backup
cd backup
git clone https://github.com/derv82/wifite.git
git clone https://github.com/aanarchyy/wifite-mod-pixiewps.git
git clone https://github.com/t6x/reaver-wps-fork-t6x.git
git clone https://github.com/wiire/pixiewps.git
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
sudo apt-get install libpcap-dev aircrack-ng sqlite3 libsqlite3-dev libssl-dev -y
could someone tell me how to solve this issue?
I run Kali 1.1.0 live from my USB (8GB) and it still have 4.7 GB free so I don't know why I get that error.
Should I install Kali directly to my PC, not running Live anymore?
Thank you!