-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating with show discovered devices
- Loading branch information
vincenzogianfelice
committed
Jan 25, 2021
1 parent
7e2687f
commit 82cd1f6
Showing
2 changed files
with
181 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# DHCPEyes :eyes: | ||
**Intercept requests passively of DHCP from own network!** | ||
|
||
<img | ||
<img | ||
src="https://raw.githubusercontent.com/vincenzogianfelice/DHCPEyes/master/media/demo.png" | ||
alt="DemoImage" | ||
/> | ||
|
||
# Authors | ||
- **Vincenzo Gianfelice** | ||
- **Contact**: _[email protected]_ | ||
- **BTC** (**donation**): *3EwV4zt9r5o4aTHyqjcM6CfqSVirSEmN6y* | ||
- **BTC**(donation): *3EwV4zt9r5o4aTHyqjcM6CfqSVirSEmN6y* | ||
|
||
# Prerequisites | ||
Require **python2.7** (also **python3.5**) | ||
|
||
- scapy >= 2.4.4 | ||
- termcolor | ||
- colorama (if use on **windows**) | ||
- colorama (if you use **windows**) | ||
|
||
###### Windows | ||
- First, install [WinPcap](https://www.winpcap.org/install/) | ||
|
@@ -55,6 +55,7 @@ Optional: | |
``` | ||
./dhcpeyes.py -i wlan0 -t DHCPR # Intercept only DHCPREQUEST on wlan0 | ||
./dhcpeyes.py -t DHCPI -i wlan0 -t DHCPD # Intercept DHCPINFORM and DHCPDISCOVER | ||
./dhcpeyes.py -i wlan0 # Intercept all | ||
``` | ||
|
||
###### Windows | ||
|
Oops, something went wrong.