forked from wifiphisher/wifiphisher
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Wifiphisher
Brian edited this page Jan 4, 2016
·
1 revision
Below are some ways of obtaining wifiphisher.
###Download Using The Browser
This is the esiest way to obtain wifiphisher and all you have to do is click on the Download Zip
button on the project github page.
###Download Using Git If you want to get wifiphisher using git just execute the fallowing command in your desired directory
git clone https://github.com/sophron/wifiphisher.git
One advantage of using this method is that you can update the files later by issuing the fallwoing command
git pull
And this command automatically downloads the latest files from github. ###Download Using Command Line Another method is using wget in the command line by executing
wget https://github.com/sophron/wifiphisher/archive/master.zip
Which will save a file as master.zip
and then you can extract them using this command
unzip master.zip
Or using the default file manager on your system.