mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 04:54:26 +01:00
commit
0b0a822d01
23
README.rst
23
README.rst
@ -21,7 +21,28 @@ You can download KickThemOut by cloning the `Git Repo <https://github.com/k4m4/k
|
||||
|
||||
$ cd kickthemout
|
||||
|
||||
$ pip install -r requirements.txt
|
||||
$ sudo pip install -r requirements.txt
|
||||
|
||||
Mac OS X Installation
|
||||
----------------------
|
||||
|
||||
If you would like to install KickThemOut on a Mac, please run the following::
|
||||
|
||||
$ sudo pip install pcapy
|
||||
|
||||
$ brew install libdnet
|
||||
|
||||
$ brew install scapy
|
||||
|
||||
Keep in mind that you might be asked to run some commands after executing the previous step. Moving on::
|
||||
|
||||
$ git clone https://github.com/k4m4/kickthemout.git
|
||||
|
||||
$ cd kickthemout/
|
||||
|
||||
$ python kickthemout.py
|
||||
|
||||
**NOTE**: You need to have `Homebrew <http://brew.sh/>`_ installed before running the Mac OS installation.
|
||||
|
||||
Demo
|
||||
-----
|
||||
|
Loading…
Reference in New Issue
Block a user