We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfab3eb commit 60366fcCopy full SHA for 60366fc
1 file changed
README.md
@@ -82,23 +82,24 @@ $ source venv/bin/activate
82
$ pip3 install -r requirements.txt
83
```
84
85
-Run Wifite
86
-----------
+## Install Wifite
+
87
+To install Wifite, run:
88
89
```sh
-$ sudo ./wifite.py
90
+git clone https://github.com/kimocoder/wifite2.git
91
+cd wifite2
92
+sudo python3 setup.py install
93
94
-Install Wifite
---------------
-To install onto your computer (so you can just run `wifite` from any terminal),
-again, the choice is the old fashioned way of python ..
95
+## Run Wifite
96
97
+To run Wifite, simply execute:
98
99
-$ sudo python3 setup.py install
100
+sudo wifite
101
102
-This will install `wifite` to `/usr/sbin/wifite` which should be in your terminal path.
-
103
104
105
Brief Feature List
0 commit comments