init: Alfred preferences

This commit is contained in:
2026-03-26 09:22:38 +08:00
commit 3cad72b72c
13215 changed files with 108280 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "sudo nmap --script broadcast-dhcp-discover -e en0",
"uid" : "2AAAE3B2-2C1C-4B28-BAEE-45ACE1B5C081",
"name" : "dhcp_discover_scan_en0",
"keyword" : ""
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>snippetkeywordprefix</key>
<string></string>
<key>snippetkeywordsuffix</key>
<string></string>
</dict>
</plist>

View File

@@ -0,0 +1,8 @@
{
"alfredsnippet" : {
"snippet" : "sudo nmap --script=ssl-cert,ssl-enum-ciphers -p 443",
"uid" : "287C2A4A-5DAA-4936-BCE3-A9D1E6F15730",
"name" : "ssl_cert_cipher_scan_443",
"keyword" : ""
}
}