Files
alfred-preferences/Alfred.alfredpreferences/snippets/Favorites/Perform a Ping Scan on the IP range 192.168.1.024 using nmap command with sudo privileges. [597A07ED-AE35-4AFB-9788-79F4D4BC5884].json
2026-03-26 09:22:38 +08:00

8 lines
262 B
JSON

{
"alfredsnippet" : {
"snippet" : "sudo nmap -sn 192.168.1.0\/24",
"uid" : "597A07ED-AE35-4AFB-9788-79F4D4BC5884",
"name" : "Perform a Ping Scan on the IP range 192.168.1.0\/24 using nmap command with sudo privileges.",
"keyword" : "nmap"
}
}