public
Description: A rigorous set of firewall scripts for BSD ipfw, and Linux iptables
Homepage:
Clone URL: git://github.com/jwiegley/jw.firewall.git
jw.firewall / org.johnwiegley.hackscan.plist
100644 29 lines (28 sloc) 0.699 kb
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.johnwiegley.hackscan</string>
<key>RunAtLoad</key>
<true/>
<key>LowPriorityIO</key>
<true/>
<key>Nice</key>
<integer>20</integer>
<key>OnDemand</key>
<true/>
<key>Program</key>
<string>/Users/johnw/bin/firewall/hackscan</string>
<key>ProgramArguments</key>
<array>
<string>hackscan</string>
<string>en1</string>
<string>/var/log/secure.log</string>
</array>
<key>StartInterval</key>
<integer>300</integer>
<key>UserName</key>
<string>root</string>
</dict>
</plist>