mirror of
https://github.com/brmlab/BLIT.git
synced 2025-06-08 11:53:59 +02:00
5 lines
126 B
Bash
Executable file
5 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
|
|
IFACE_DEFAULT="$(/usr/local/bin/netiface-default.py)"
|
|
|
|
/usr/bin/arp-scan --interface=${IFACE_DEFAULT} --localnet
|