1 Starting the script - sirpedrotavares/wifi-lord3 GitHub Wiki
Note: To do this tutorial a release version 2016.2 of Kali operating system was used (available on: Kali).
Download
To begin, you must downloading the script from github or uses the github command presented below.
git clone https://github.com/sirpedrotavares/wifi-lord3.git
Create config file
Type the next command in the terminal in order to initialize the script.
./wifi-lord3.sh
You need to create the config file inside the script root location. This file contains your user name. To do this uses the next command.
echo user=`whoami` > config
###Installing Gems
Then, after running the script ruby gems are installed. At the end of the installation you must restarting the script.
###Initial banner
After to restart the script the inicial banner is presented on screen.
###Script dependencies
The script dependencies are presented here. You need to install them on your machine. Note that you must to use google chrome (chromium) as web-browser or the specified firefox version (45.3.0).
###wifi-lord3 banner Next, after all the dependencies resolved the wifi-lord3 banner is presented.
Structure of script
Finally, the main menu is presented on screen. After first script execution a directory called workdir is created in the root location.
The root is composed by the following structure:
- config [contains your user]
- lib [some script libs]
- pages [captive portals]
- wifi-lord3.sh [script]
- workdir [your workdir]