mirror of
https://github.com/brmlab/BLIT.git
synced 2025-06-08 03:44:00 +02:00
initial BLIT commit
This commit is contained in:
parent
7c2356fe80
commit
5130a2ab11
24 changed files with 900 additions and 0 deletions
25
NeNe-discovery/README.md
Normal file
25
NeNe-discovery/README.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
=== Instalation ===
|
||||
cp notify-arp-neighbours.sh /usr/local/sbin/
|
||||
chmod 755 /usr/local/sbin/notify-arp-neighbours.sh
|
||||
|
||||
cp netiface-default.py /usr/local/bin/
|
||||
chmod 755 /usr/local/bin/netiface-default.py
|
||||
|
||||
cp notify-send-as-root-MSG-permanent.sh /usr/local/bin/
|
||||
chmod 755 /usr/local/bin/notify-send-as-root-MSG-permanent.sh
|
||||
|
||||
# change value of NOTIFY_USER variable to username of the user to send notification to
|
||||
editor /usr/local/bin/notify-send-as-root-MSG-permanent.sh
|
||||
|
||||
cp dbus-find-session.sh /usr/local/bin/
|
||||
chmod 755 /usr/local/bin/dbus-find-session.sh
|
||||
|
||||
# install arp-scan
|
||||
apt-get install arp-scan
|
||||
|
||||
cp arp-localnet.sh /usr/local/bin/
|
||||
chmod 755 /usr/local/bin/arp-localnet.sh
|
||||
|
||||
cp notify-arp-neighbours /etc/network/if-up.d/
|
||||
|
||||
# reconnect your network and you should receive and notification about your network neighbours
|
Loading…
Add table
Add a link
Reference in a new issue