mirror of
https://github.com/brmlab/BLIT.git
synced 2025-06-09 04:14:00 +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
|