Hi, i have Xiaopan OS, based on tiny core linux. I need to install some wifi phishing software. I try to install
https://github.com/wifiphisher/wifiphisher/wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
git clone https://github.com/wifiphisher/wifiphisher.git
cd wifiphisher
sudo python setup.py install
But I have an error with hostapd:
hostapd not found in usr/sbin/hostapd
Ok, I try to install hostapd from old tce repository:
wget ftp://distro.ibiblio.org/tinycorelinux/4.x/x86/tcz/hostapd.tcz
tce-load -i hostapd
Re-install wifiphisher:
sudo python setup.py install
Then I got the same error "hostapd not found in usr/sbin/hostapd"... What is wrong? How I can install it?
Thanks.