Showing 1 changed files with 14 additions and 0 deletions
+14
README.md
... ...
@@ -1,3 +1,17 @@
1 1
 # ipscan
2 2
 
3 3
 Tool to find which devices are connecte on your LAN
4
+
5
+# Requirements
6
+- nmap
7
+- arping
8
+
9
+# Output
10
+A file will be created with this kind of content
11
+
12
+```bash
13
+10.16.101.55 : [38:C9:86:XX:XX:XX] : 38:C9:86 Apple # Apple, Inc.
14
+10.16.101.56 : [80:30:DC:XX:XX:XX] : 80:30:DC TexasIns # Texas Instruments
15
+10.16.101.57 : [80:30:DC:XX:XX:XX] : 80:30:DC TexasIns # Texas Instruments
16
+10.16.101.154 : [84:7B:EB:XX:XX:XX] : 84:7B:EB Dell # Dell Inc.
17
+```