Skip to content

Commit

Permalink
Repair wifi-python
Browse files Browse the repository at this point in the history
  • Loading branch information
portbx committed Oct 8, 2017
1 parent b2dd333 commit 09b461c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ libtins:
cmake ../ -DLIBTINS_ENABLE_CXX11=1 && make && make install

#: wifi-python - install python libraries for WiFi *
python-wifi:
wifi-python:
@echo "Installing python network libs.."
pip install wifi scapy==2.3.2 impacket pcapy pcappy
@echo "Installing pythonwifi library"
Expand Down Expand Up @@ -765,7 +765,7 @@ wifi-rogueap: rogueap-deps hotspotd #linset wifipumpkin
#: wifi-autopwn - install autopwn tools *
wifi-autopwn: wifite #wpsbreak autoreaver autowps autopixiewps
##: wifi - soft for unlicensed bands: 433/866/915Mhz 2.4Ghz *
wifi: fresh dev wifi-rogueap python-wifi wifi-autopwn wifi-wps wifi-wpa
wifi: fresh dev wifi-rogueap wifi-python wifi-autopwn wifi-wps wifi-wpa
#: nrf24 - Nordic Semiconductor NRF24XXX hacking tools *
nrf24: nrf24-deps nrf24-firmware
#: ism - soft for unlicensed bands: 433/866/915Mhz 2.4Ghz *
Expand Down

0 comments on commit 09b461c

Please sign in to comment.