mirror of
https://github.com/brmlab/BLIT.git
synced 2025-06-07 19:34:00 +02:00
Update README.md
This commit is contained in:
parent
13c07dac4f
commit
d792fdcd1a
1 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
=== Instalation ===
|
# Instalation
|
||||||
# install notify-send binary and airmon-ng
|
* install notify-send binary and airmon-ng
|
||||||
apt-get install libnotify-bin aircrack-ng tshark
|
apt-get install libnotify-bin aircrack-ng tshark
|
||||||
|
|
||||||
cp hoover.pl /usr/local/bin/
|
cp hoover.pl /usr/local/bin/
|
||||||
|
@ -7,15 +7,15 @@ chmod 755 /usr/local/bin/hoover.pl
|
||||||
|
|
||||||
cp hoover-start.sh /usr/local/bin/
|
cp hoover-start.sh /usr/local/bin/
|
||||||
chmod 755 /usr/local/bin/hoover-start.sh
|
chmod 755 /usr/local/bin/hoover-start.sh
|
||||||
# change WIFI_INTERFACE to your WiFi sniffing interface and
|
* change WIFI_INTERFACE to your WiFi sniffing interface and
|
||||||
# UPLINK_WLAN to Wifi interface you are using to connect to Internet
|
* UPLINK_WLAN to Wifi interface you are using to connect to Internet
|
||||||
editor /usr/local/bin/hoover-start.sh
|
editor /usr/local/bin/hoover-start.sh
|
||||||
|
|
||||||
cp dbus-find-session.sh /usr/local/bin/
|
cp dbus-find-session.sh /usr/local/bin/
|
||||||
chmod 755 /usr/local/bin/dbus-find-session.sh
|
chmod 755 /usr/local/bin/dbus-find-session.sh
|
||||||
|
|
||||||
cp wifi-probes.service /etc/systemd/system/
|
cp wifi-probes.service /etc/systemd/system/
|
||||||
# change value of User=ruza to user to be notified
|
* change value of User=ruza to user to be notified
|
||||||
editor /etc/systemd/system/wifi-probes.service
|
editor /etc/systemd/system/wifi-probes.service
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
|
||||||
|
@ -26,5 +26,4 @@ mkdir /home/LEAKS/wifi/probes/
|
||||||
systemctl start wifi-probes.service
|
systemctl start wifi-probes.service
|
||||||
systemctl status wifi-probes.service
|
systemctl status wifi-probes.service
|
||||||
|
|
||||||
# watch log files in /home/LEAKS/wifi/probes/ directory
|
* watch log files in /home/LEAKS/wifi/probes/ directory. You should also get desktop notification from time to time
|
||||||
# You should also get desktop notification from time to time
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue