Files
alfred-preferences/Alfred.alfredpreferences/snippets/Favorites/Perform a local network ARP scan using arp-scan command with interface en7 and as a superuser. [DC0F8659-C9F3-40AB-AA53-BBCDD639EC88].json
2026-03-26 09:22:38 +08:00

8 lines
270 B
JSON

{
"alfredsnippet" : {
"snippet" : "sudo arp-scan -I en7 --localnet",
"uid" : "DC0F8659-C9F3-40AB-AA53-BBCDD639EC88",
"name" : "Perform a local network ARP scan using arp-scan command with interface en7 and as a superuser.",
"keyword" : "arp-scan"
}
}