Skip to content

Commit

Permalink
* (bluefox) Added resolution of IP addresses to MAC addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Aug 25, 2024
1 parent c122f09 commit 9b2fcb8
Show file tree
Hide file tree
Showing 44 changed files with 422 additions and 281 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,20 @@ For this, you need to add the following line to the `/etc/sudoers` file with `su

Or you can allow the ping execution by `sudo setcap cap_net_raw+ep /bin/ping` command.

You must install setcap with `sudo apt-get install libcap2-bin` before if `setcup` not found.
You must install `setcap` with `sudo apt-get install libcap2-bin` before if `setcup` not found.

<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

## Todo
- [ ] Implement the possibility to monitor TCP ports

## Changelog
### **WORK IN PROGRESS**
* (bluefox) Added resolution of IP addresses to MAC addresses

### 1.7.0 (2024-08-17)
* (bluefox) Added possibility to browse the IP ranges

Expand Down
2 changes: 1 addition & 1 deletion admin/custom/customComponents.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/custom/customComponents.js.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions admin/custom/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"custom_ping_interface": "Schnittstelle",
"custom_ping_ip": "IP-Adresse",
"custom_ping_select_interface": "Schnittstelle auswählen",
"custom_ping_title": "Durchsuchen Sie die IP-Adressen einer Schnittstelle",
"custom_ping_title": "Die IP-Adressen einer Schnittstelle durchsuchen",
"custom_ping_stop": "Beenden",
"custom_ping_ips": "IP-Adressen"
"custom_ping_ips": "IP-Adressen",
"custom_ping_mac": "MAC-Adresse",
"custom_ping_vendor": "Hersteller"
}
4 changes: 3 additions & 1 deletion admin/custom/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"custom_ping_add": "Add selected IP addresses",
"custom_ping_ip": "IP address",
"custom_ping_stop": "Stop browse",
"custom_ping_ips": "IP addresses"
"custom_ping_ips": "IP addresses",
"custom_ping_mac": "MAC address",
"custom_ping_vendor": "Vendor"
}
4 changes: 3 additions & 1 deletion admin/custom/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"custom_ping_select_interface": "Seleccionar interfaz",
"custom_ping_title": "Explorar direcciones IP de una interfaz",
"custom_ping_stop": "Detener",
"custom_ping_ips": "Direcciones IP"
"custom_ping_ips": "Direcciones IP",
"custom_ping_mac": "Dirección MAC",
"custom_ping_vendor": "Proveedor"
}
4 changes: 3 additions & 1 deletion admin/custom/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"custom_ping_select_interface": "Sélectionner l'interface",
"custom_ping_title": "Parcourir les adresses IP d'une interface",
"custom_ping_stop": "Arrêter",
"custom_ping_ips": "Adresses IP"
"custom_ping_ips": "Adresses IP",
"custom_ping_mac": "Adresse MAC",
"custom_ping_vendor": "Fournisseur"
}
4 changes: 3 additions & 1 deletion admin/custom/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"custom_ping_select_interface": "Seleziona interfaccia",
"custom_ping_title": "Esplora gli indirizzi IP di un'interfaccia",
"custom_ping_stop": "Interrompi",
"custom_ping_ips": "Indirizzi IP"
"custom_ping_ips": "Indirizzi IP",
"custom_ping_mac": "Indirizzo MAC",
"custom_ping_vendor": "Venditore"
}
4 changes: 3 additions & 1 deletion admin/custom/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"custom_ping_select_interface": "Selecteer interface",
"custom_ping_title": "Blader door IP-adressen van één interface",
"custom_ping_stop": "Stop",
"custom_ping_ips": "IP-adressen"
"custom_ping_ips": "IP-adressen",
"custom_ping_mac": "MAC-adres",
"custom_ping_vendor": "Leverancier"
}
4 changes: 3 additions & 1 deletion admin/custom/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"custom_ping_select_interface": "Wybierz interfejs",
"custom_ping_title": "Przeglądaj adresy IP jednego interfejsu",
"custom_ping_stop": "Zatrzymaj",
"custom_ping_ips": "Adresy IP"
"custom_ping_ips": "Adresy IP",
"custom_ping_mac": "Adres MAC",
"custom_ping_vendor": "Sprzedawca"
}
4 changes: 3 additions & 1 deletion admin/custom/i18n/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"custom_ping_select_interface": "Selecione a interface",
"custom_ping_title": "Navegar pelos endereços IP de uma interface",
"custom_ping_stop": "Parar",
"custom_ping_ips": "Endereços IP"
"custom_ping_ips": "Endereços IP",
"custom_ping_mac": "Endereço MAC",
"custom_ping_vendor": "Fornecedor"
}
4 changes: 3 additions & 1 deletion admin/custom/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"custom_ping_select_interface": "Выберите интерфейс",
"custom_ping_title": "Просмотр IP-адресов одного интерфейса",
"custom_ping_stop": "Остановить",
"custom_ping_ips": "IP-адреса"
"custom_ping_ips": "IP-адреса",
"custom_ping_mac": "MAC-адрес",
"custom_ping_vendor": "Производитель"
}
4 changes: 3 additions & 1 deletion admin/custom/i18n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"custom_ping_select_interface": "Виберіть інтерфейс",
"custom_ping_title": "Перегляд IP-адрес одного інтерфейсу",
"custom_ping_stop": "Зупинити",
"custom_ping_ips": "IP-адреси"
"custom_ping_ips": "IP-адреси",
"custom_ping_mac": "MAC-адреса",
"custom_ping_vendor": "Виробник"
}
4 changes: 3 additions & 1 deletion admin/custom/i18n/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"custom_ping_select_interface": "选择接口",
"custom_ping_title": "浏览一个接口的 IP 地址",
"custom_ping_stop": "停止浏览",
"custom_ping_ips": "IP 地址"
"custom_ping_ips": "IP 地址",
"custom_ping_mac": "MAC 地址",
"custom_ping_vendor": "小贩"
}
3 changes: 0 additions & 3 deletions admin/custom/static/js/src_Components_jsx.3083271f.chunk.js

This file was deleted.

This file was deleted.

3 changes: 3 additions & 0 deletions admin/custom/static/js/src_Components_jsx.7f9643fd.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit 9b2fcb8

Please sign in to comment.