forked from jghazally/SiteCheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.plist
More file actions
37 lines (36 loc) · 931 Bytes
/
info.plist
File metadata and controls
37 lines (36 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?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>action</key>
<false/>
<key>category</key>
<string>SCRIPTS</string>
<key>command</key>
<string>#Desc: Determine website security with sucuri.net
#Use: sucuri <host>
#Ex: sucuri alfredapp.com
php -f sucuri.php -- "{query}"
echo "http://sitecheck.sucuri.net/results/{query}" | tr -d '\n' | pbcopy</string>
<key>escapequery</key>
<true/>
<key>escapequerybackquotes</key>
<true/>
<key>escapequeryquotes</key>
<true/>
<key>growloutput</key>
<true/>
<key>growloutputsticky</key>
<true/>
<key>keyword</key>
<string>sucuri</string>
<key>logging</key>
<false/>
<key>silent</key>
<true/>
<key>subtitle</key>
<string>Scan your site to make sure its secure.</string>
<key>title</key>
<string>Sucuri SiteCheck</string>
</dict>
</plist>