alexandre-mbm / scanip

IP and Mac address scanner (Assumes scapy installed on the system) - Ubuntu
0 stars 0 forks source link

Config #2

Open alexandre-mbm opened 7 years ago

alexandre-mbm commented 7 years ago

Specs for my evolution of Fing app.


~/scanip/devices.yml

- 'xx:xx:xx:xx:xx:xx'
  - seen: 2017-04-17 16:51:42 -03
  - type: desktop
  - ip: 
    - 192.168.0.10
    - 192.168.0.34
  - name:
    - RE073
    - LG TV
    - 32LN570B
  - vendor: 
    - LG
    - LG Electronics
  - os:
    - Android
    - Android 5.0
    - FTP
  - lock:
    - name: false
    - vendor: true
    - os: false
- 'xx:xx:xx:xx:xx:xx'

names

vendors

profiles


~/scanip/history.yml~/scanip/records.db / TABLE history

time mac ip comment
2017-04-17 16:51:42 -03 xx:xx:xx:xx:xx:xx 192.168.0.10
2017-04-17 16:54:40 -03 xx:xx:xx:xx:xx:xx 192.168.0.12 Quando fulano estava aqui

PK = time + mac

alexandre-mbm commented 7 years ago

finder

Edit on PlantText