Fruity-WiFi, security tools for Raspberry Pi
Fruity-WiFi, security tools for Raspberry Pi
One of my passions is security. Although I can not devote the time I would like, it does keep me informed of everything going around visiting some websites on the Net.
Today I discovered this auditing tools based on WiFi Pineapple than for those who don't know is a fusion of hardware and software to audit wireless networks through a web browser.
Thanks to the spanish blog securitybydefault.com, which perfectly explain their use and installation, we'll get an environment like in the following screenshot to audit:
To install the tools:
wget https://github.com/xtr4nge/FruityWifi/archive/master.zip
unzip master.zip && cd FruityWifi-master/
chmod a+x install-FruityWifi.sh
./install-FruityWifi.sh
You can install it on Debian, Kali Linux ARM, Raspbian or Pwnpi.
To use it, enter http://localhost/FruityWifi with admin/admin.
I recommend reading the article I put below. Worth it.
Translated link: securitybydefault.com
Link: Github