Skip to content

Commit

Permalink
Updating with show discovered devices
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzogianfelice committed Jan 25, 2021
1 parent 7e2687f commit 82cd1f6
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 176 deletions.
7 changes: 4 additions & 3 deletions README.md
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/)
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 82cd1f6

Please sign in to comment.