Advertisement
FlyFar
Jan 29th, 2023
71
0
Never
This is comment for paste Wifi Bruteforce - Python Source Code
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Step 1. install anaconda
  2. Go https://www.anaconda.com/distribution/ to download anaconda and install it.
  3.  
  4. Step 2. Use conda to install pywifi for mac
  5. macos_dev branch is a pywifi project for Mac with python 3.5 pyobjc is dependent module for mac pywifi module
  6.  
  7. $ conda create -n wifi-brute-force python=3.5
  8. $ conda activate wifi-brute-force
  9. $ git clone -b macos_dev https://github.com/awkman/pywifi.git
  10. $ cd pywifi
  11. $ pip install pyobjc
  12. $ pip install .
  13.  
  14. Now pywifi module for Mac is ready in conda environment, named wifi-brute-force
  15. You can enjoy WIFI-Brute-Force.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement