mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 13:04:25 +01:00
🎉 v2.0 release!!!
This commit is contained in:
parent
29a5fcc7d7
commit
754a99836d
@ -6,4 +6,4 @@ python:
|
|||||||
install:
|
install:
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
- sudo python -c "import kickthemout; import scan; import spoof"
|
- sudo python3 -c "import kickthemout; import scan; import spoof"
|
@ -13,8 +13,8 @@ It allows you to select specific or all devices and ARP spoofs them off your loc
|
|||||||
|
|
||||||
Authors: [Nikolaos Kamarinakis](mailto:nikolaskam@gmail.com) & [David Schütz](mailto:xdavid@protonmail.com).
|
Authors: [Nikolaos Kamarinakis](mailto:nikolaskam@gmail.com) & [David Schütz](mailto:xdavid@protonmail.com).
|
||||||
|
|
||||||
[![Build Badge](https://travis-ci.org/k4m4/kickthemout.svg?branch=master)](https://travis-ci.org/k4m4/kickthemout)
|
|
||||||
[![License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/k4m4/kickthemout/blob/master/LICENSE)
|
[![License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/k4m4/kickthemout/blob/master/LICENSE)
|
||||||
|
[![Build Badge](https://travis-ci.org/k4m4/kickthemout.svg?branch=master)](https://travis-ci.org/k4m4/kickthemout)
|
||||||
[![GitHub Stars](https://img.shields.io/github/stars/k4m4/kickthemout.svg)](https://github.com/k4m4/kickthemout/stargazers)
|
[![GitHub Stars](https://img.shields.io/github/stars/k4m4/kickthemout.svg)](https://github.com/k4m4/kickthemout/stargazers)
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -60,7 +60,7 @@ If you would like to install KickThemOut on a Mac, please run the following:
|
|||||||
|
|
||||||
**NOTE**: You need to have [Homebrew](http://brew.sh/) installed before running the Mac OS installation.
|
**NOTE**: You need to have [Homebrew](http://brew.sh/) installed before running the Mac OS installation.
|
||||||
|
|
||||||
Also, **keep in mind** that you might be asked to run some commands after executing the 2nd last command.
|
Also, **keep in mind** that you might be asked to run some extra commands after executing the pip installation.
|
||||||
|
|
||||||
|
|
||||||
## Arch Installation
|
## Arch Installation
|
||||||
|
Loading…
Reference in New Issue
Block a user