Doc
This commit is contained in:
11
README.md
11
README.md
@@ -3,8 +3,9 @@
|
|||||||
|
|
||||||
WIFI / LAN intruder detector.
|
WIFI / LAN intruder detector.
|
||||||
|
|
||||||
Check the devices connected to your WIFI / LAN and alert you the unknown
|
Scan the devices connected to your WIFI / LAN and alert you the connection of
|
||||||
devices. It also warns of the disconnection of "always connected" devices.
|
unknown devices. It also warns of the disconnection of "always connected"
|
||||||
|
devices.
|
||||||
|
|
||||||
*(Apologies for my english and my limited knowledge of Python, php and
|
*(Apologies for my english and my limited knowledge of Python, php and
|
||||||
JavaScript)*
|
JavaScript)*
|
||||||
@@ -57,10 +58,10 @@ distributions.
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
- Lighttpd (probably works on other webservers / not tested)
|
- Lighttpd (probably works on other webservers / not tested)
|
||||||
- arp-scan (Required for Scan Method 1)
|
- arp-scan (required for Scan Method 1)
|
||||||
- Pi.hole (optional. Scan Method 2. Check devices doing DNS queries)
|
- Pi.hole (optional. Scan Method 2. Check devices doing DNS queries)
|
||||||
- dnsmasq (optional. Scan Method 3. Check devices using DHCP server)
|
- dnsmasq (optional. Scan Method 3. Check devices using DHCP server)
|
||||||
- IEEE HW Vendors Database (Necessary to identified HW vendor)
|
- IEEE HW Vendors Database (necessary to identified Device vendor)
|
||||||
|
|
||||||
## Installation process
|
## Installation process
|
||||||
```
|
```
|
||||||
@@ -83,7 +84,7 @@ Pending explain the installation process
|
|||||||
- Sqlite (DB engine)
|
- Sqlite (DB engine)
|
||||||
- Lighttpd (Webserver)
|
- Lighttpd (Webserver)
|
||||||
- arp-scan (Scan network using arp commands)
|
- arp-scan (Scan network using arp commands)
|
||||||
- Pi.hole (DNS Server)
|
- Pi.hole (DNS Server with Ad-block)
|
||||||
- dnsmasq (DHCP Server)
|
- dnsmasq (DHCP Server)
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|||||||
Reference in New Issue
Block a user