-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathreadme-and-install.sh
432 lines (367 loc) · 17.2 KB
/
readme-and-install.sh
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
#!/bin/bash -x
# macOS Fortress: Firewall, Blackhole, and Privatizing Proxy
# for Trackers, Attackers, Malware, Adware, and Spammers
# with On-Demand and On-Access Anti-Virus Scanning
# commands
SUDO=/usr/bin/sudo
INSTALL=/usr/bin/install
PORT=/opt/local/bin/port
CPAN=/usr/bin/cpan
GPG=/opt/local/bin/gpg
CURL=/usr/bin/curl
OPEN=/usr/bin/open
DIFF=/usr/bin/diff
PATCH=/usr/bin/patch
LAUNCHCTL=/bin/launchctl
APACHECTL=/usr/sbin/apachectl
SERVERADMIN=/Applications/Server.app/Contents/ServerRoot/usr/sbin/serveradmin
PFCTL=/sbin/pfctl
MKDIR=/bin/mkdir
CHOWN=/usr/sbin/chown
CAT=/bin/cat
ECHO=/bin/echo
MORE=/usr/bin/more
LSOF=/usr/sbin/lsof
CP=/bin/cp
RM=/bin/rm
SH=/bin/sh
FMT=/usr/bin/fmt
EGREP=/usr/bin/egrep
RSYNC=/usr/bin/rsync
STACK=/usr/local/bin/stack
ADBLOCK2PRIVOXY=/usr/local/bin/adblock2privoxy
$CAT <<'HELPSTRING' | $MORE
macOS Fortress: Firewall, Blackhole, and Privatizing Proxy
for Trackers, Attackers, Malware, Adware, and Spammers
Kernel-level, OS-level, and client-level security for macOS. Built to
address a steady stream of attacks visible on snort and server logs,
as well as blocks ads, malicious scripts, and conceal information used
to track you around the web. After this package was installed, snort
and other detections have fallen to a fraction with a few simple
blocking actions. This setup is a lot more capable and effective than
using a simple adblocking browser Add-On. There's a world of
difference between ad-filled web pages with and without a filtering
proxy server. It's also saved me from inadvertantly clicking on
phishing links.
This package uses these features:
* macOS adaptive firewall
* Adaptive firewall to brute force attacks
* IP blocks updated about twice a day from emergingthreats.net
(IP blocks, compromised hosts, Malvertisers) and
dshield.org’s top-20
* Host blocks updated about twice a day from hphosts.net
* Special proxy.pac host blacklisting from hostsfile.org
* On-Demand and On-Access Anti-Virus
This install script installs and configures a macOS Firewall and Privatizing
Proxy, and macOS On-Demand and On-Access Anti-Virus. It will:
* Download and install several key utilities and applications
(wget gnupg2 p7zip squid privoxy nmap)
* Configure macOS's PF native firewall (man pfctl, man pf.conf),
squid, and privoxy
* Turn on macOS's native Apache webserver to serve the
Automatic proxy configuration http://localhost/proxy.pac
* Networking on the local computer can be set up to use this
Automatic Proxy Configuration without breaking App Store or
other updates (see squid.conf)
* Uncomment the nat directive in pf.conf if you wish to set up
an OpenVPN server <https://discussions.apple.com/thread/5538749>
* Install and launch daemons that download and regularly
update open source IP and host blacklists. The sources are
emergingthreats.net (net.emergingthreats.blockips.plist),
dshield.org (net.dshield.block.plist), hosts-file.net
(net.hphosts.hosts.plist), and EasyList
(com.github.essandess.easylist-pac.plist)
* On-Demand and On-Access Anti-Virus using clamAV; both scheduled
full volume scans and on-access scans of all user Downloads and
Desktop directories are performed
* After installation the connection between clients and the
internet looks this this:
Application <--port 3128--> Squid <--port 8118--> Privoxy <----> Internet
Installation:
sudo port install macos-fortress
Notes:
* Configure the squid proxy to accept connections on the LAN IP
and set LAN device Automatic Proxy Configurations to
http://lan_ip/proxy.pac to protect devices on the LAN.
* Count the number of attacks since boot with the script
pf_attacks. ``Attack'' is defined as the number of blocked IPs
in PF's bruteforce table plus the number of denied connections
from blacklisted IPs in the tables compromised_ips,
dshield_block_ip, and emerging_threats.
* Both squid and Privoxy are configured to forge the User-Agent.
The default is an iPad to allow mobile device access. Change
this to your local needs if necessary.
* Whitelist or blacklist specific domain names with the files
/usr/local/etc/whitelist.txt and
/usr/local/etc/blacklist.txt. After editing these file, use
launchctl to unload and load the plist
/Library/LaunchDaemons/net.hphosts.hosts.plist, which
recreates the hostfile /etc/hosts-hphost and reconfigures
the squid proxy to use the updates.
* Sometimes pf and privoxy do not launch at boot, in spite of
the use of the use of their launch daemons. Fix this by
hand after boot with the scripts macosfortress_setup_check.sh, or
individually using pf_restart, privoxy_restart, and
squid_restart. And please post a solution if you find one.
* All open source updates are done using the 'wget -N' option
to save everyone's bandwidth
Security:
* These services are intended to be run on a secure LAN behind
a router firewall.
* Even though the default proxy configuration will only accept
connections made from the local computer (localhost), do not
configure the router to forward ports 3128 or 8118 in case
you ever change this or you will be running an open web proxy.
HELPSTRING
$CAT <<MACPORTS_MIGRATION
This install script is superceded by the MacPorts port macos-fortress.
Please run:
sudo port install macos-fortress
sudo port load macos-fortress
After the initial installation, please kickstart these launch daemons:
sudo launchctl kickstart -k system/org.macports.macos-fortress-dshield
sudo launchctl kickstart -k system/org.macports.macos-fortress-emergingthreats
sudo launchctl kickstart -k system/org.macports.macos-fortress-hphosts
sudo launchctl kickstart -k system/org.macports.adblock2privoxy
sudo launchctl kickstart -k system/org.macports.macos-fortress-easylistpac
If using the native macOS APache webserver, run:
sudo apachectl start
Finally, check the service status and/or the number of Firewall attacks
by running:
sudo macosfortress_setup_check.sh
sudo pf_attacks.sh
MACPORTS_MIGRATION
exit 1
# pre-MacPorts install script
$ECHO "Installing..."
# prerequisites
# Install macOS Command Line Tools
CLT_DIR=`xcode-select -p`
RV=$?
if ! [ $RV -eq '0' ]
then
$SUDO -E /usr/bin/xcode-select --install
$SUDO -E /usr/bin/xcodebuild -license
fi
# Install MacPorts
if ! [ -x $PORT ]
then
$OPEN -a Safari https://www.macports.org/install.php
$CAT <<MACPORTS
Please download and install Macports from https://www.macports.org/install.php
then run this script again.
MACPORTS
exit 1
fi
# Install stack for adblock2privoxy
# https://docs.haskellstack.org/en/stable/install_and_upgrade/
if ! [ -x $STACK ]
then
$CURL -sSL https://get.haskellstack.org/ | $SH
fi
# Proxy settings in /opt/local/etc/macports/macports.conf
$SUDO -E $PORT selfupdate
# Install wget, gnupg2, 7z, pcre, proxies, perl, and python modules
$SUDO -E $PORT uninstall squid2 squid3 gnupg && $SUDO $PORT clean --dist squid2 squid3 gnupg
$SUDO -E $PORT -pN install wget gnupg2 p7zip pcre squid4 privoxy nginx nmap python37 py37-scikit-learn py37-matplotlib py37-numpy clamav clamav-server fswatch
# exit with error if these ports aren't installed
for P in wget gnupg2 p7zip pcre squid4 privoxy nginx nmap python37 py37-scikit-learn py37-matplotlib py37-numpy clamav clamav-server fswatch
do
PORT_TEST=`port installed $P | egrep -e "^ *$P.+\(active\)"`
if [ "$PORT_TEST" == "" ]
then
cat <<PORT_NOT_INSTALLED
Macports port $P is not installed. Please fix this by hand and
re-run this script.
PORT_NOT_INSTALLED
exit 1
fi
done
$SUDO -E $PORT select --set python3 python37
$SUDO -E $CPAN install
$SUDO -E $CPAN -i Data::Validate::IP
$SUDO -E $CPAN -i Data::Validate::Domain
# Used to verify downloads
$SUDO -E $CURL -O https://secure.dshield.org/PGPKEYS.txt
$SUDO -E $GPG --homedir /var/root/.gnupg --import PGPKEYS.txt
$SUDO -E $GPG --homedir /var/root/.gnupg --recv-keys 221084F4 608D9001
$SUDO -E $GPG --homedir /var/root/.gnupg --list-keys
$CAT <<'GPGID'
Keep your gpg keychain up to date by checking the keys IDs with these commands:
/opt/local/bin/gpg --verify /usr/local/etc/block.txt.asc /usr/local/etc/block.txt
/usr/bin/unzip -o /usr/local/etc/hosts.zip -d /tmp/hphosts && /opt/local/bin/gpg --verify /tmp/hphosts/hosts.txt.asc /tmp/hphosts/hosts.txt
GPGID
$ECHO 'To delete expited keys, see http://superuser.com/questions/594116/clean-up-my-gnupg-keyring/594220#comment730593_594220'
$ECHO 'These commands delete expired GPG keys:'
$CAT <<DELETE_EXPIRED_GPG_KEYS
$SUDO -E $GPG --homedir /var/root/.gnupg --list-keys | $AWK 'c{id=$1; print id;c=0}/^pub.* \[expired\: /{c=1}' | $FMT -w 999 | $SED 's/^/gpg --delete-keys /;'
$SUDO -E $GPG --homedir /var/root/.gnupg --delete-keys KeyIDs ...
DELETE_EXPIRED_GPG_KEYS
# apache for proxy.pac
if ! [ -d /Applications/Server.app ]
then
# macOS native apache server for proxy.pac
PROXY_PAC_DIRECTORY=/Library/WebServer/Documents
$SUDO -E $APACHECTL start
else
# macOS Server for proxy.pac
# Assume that Server.app v5.8+'s Profile Manager Apache Web server
# has been configured to serve PAC files; see te VirtualHost or AliasMatch
# methods at https://github.com/essandess/macOS-Open-Source-Server
PROXY_PAC_DIRECTORY=/Library/WebServer/Sites/proxy.mydomain.private
if ! [ -d $PROXY_PAC_DIRECTORY ]
then
$CAT <<PROXY_PAC_DNS
Please configure DNS and your Profile Manager Web server to create the hostname
and website ${PROXY_PAC_DIRECTORY##*/}, edit the configuration files
`fgrep -l mydomain ./* | tr '\n' ' '`
to reflect this name, then run this script again.
PROXY_PAC_DNS
# Don't exit-on-error, but be sure to configure necessary files by hand
if false; then exit 1; fi
fi
$SUDO -E $SERVERADMIN stop devicemgr
$SUDO -E $SERVERADMIN start devicemgr
fi
$SUDO -E $INSTALL -m 644 ./proxy.pac $PROXY_PAC_DIRECTORY
$SUDO -E $INSTALL -m 644 ./proxy.pac $PROXY_PAC_DIRECTORY/proxy.pac.orig
# Compile and install adblock2privoxy
if ! [ -x $ADBLOCK2PRIVOXY ]
then
$SUDO -E $MKDIR -p /usr/local/etc/adblock2privoxy
$SUDO -E $MKDIR -p /usr/local/etc/adblock2privoxy/css
$SUDO -E $RSYNC -a easylist-pac-privoxy/adblock2privoxy/adblock2privoxy* /usr/local/etc/adblock2privoxy
# ensure that macOS /usr/bin/gcc is the C compiler
$SUDO -E -E $SH -c 'export PATH=/usr/bin:$PATH ; export STACK_ROOT=/usr/local/etc/.stack ; ( cd /usr/local/etc/adblock2privoxy/adblock2privoxy ; /usr/local/bin/stack setup --allow-different-user ; /usr/local/bin/stack install --local-bin-path /usr/local/bin --allow-different-user )'
$SUDO -E $INSTALL -m 644 ./easylist-pac-privoxy/adblock2privoxy/nginx.conf /usr/local/etc/adblock2privoxy
$SUDO -E $INSTALL -m 644 ./easylist-pac-privoxy/adblock2privoxy/default.html /usr/local/etc/adblock2privoxy/css
fi
# proxy configuration
# squid
#squid.conf
if ! [ -f /opt/local/etc/squid/squid.conf.documented ]
then
$SUDO -E $INSTALL -m 644 -B .orig /opt/local/etc/squid/squid.conf /opt/local/etc/squid/squid.conf.documented
else
$SUDO -E $INSTALL -m 644 -B .orig /opt/local/etc/squid/squid.conf.documented /opt/local/etc/squid/squid.conf
fi
$SUDO -E $INSTALL -m 644 -B .orig /opt/local/etc/squid/squid.conf.documented /opt/local/etc/squid/squid.conf.orig
$DIFF -NaurdwB -I '^ *#.*' /opt/local/etc/squid/squid.conf ./squid.conf > /tmp/squid.conf.patch
$SUDO -E $PATCH -p5 /opt/local/etc/squid/squid.conf < /tmp/squid.conf.patch
$RM /tmp/squid.conf.patch
# rotate squid logs
if ! [ -f /Library/LaunchDaemons/org.squid-cache.squid-rotate.plist ]
then
$SUDO -E $INSTALL -m 644 ./org.squid-cache.squid-rotate.plist /Library/LaunchDaemons
fi
if ! [ -d /opt/local/var/squid/logs ]; then
$SUDO -E $MKDIR -p -m 644 /opt/local/var/squid/logs
$SUDO -E $CHOWN -R squid:squid /opt/local/var/squid
fi
$SUDO -E /opt/local/sbin/squid -s -z --foreground
# privoxy
#config
$SUDO -E $INSTALL -m 640 -o privoxy -g privoxy -B .orig /opt/local/etc/privoxy/config /opt/local/etc/privoxy/config.orig
$DIFF -NaurdwB -I '^ *#.*' /opt/local/etc/privoxy/config ./config > /tmp/config.patch
$SUDO -E $PATCH -p5 /opt/local/etc/privoxy/config < /tmp/config.patch
$SUDO -E $CHOWN privoxy:privoxy /opt/local/etc/privoxy/config
$RM /tmp/config.patch
#match-all.action
$SUDO -E $INSTALL -m 640 -o privoxy -g privoxy -B .orig /opt/local/etc/privoxy/match-all.action /opt/local/etc/privoxy/match-all.action.orig
$DIFF -NaurdwB -I '^ *#.*' /opt/local/etc/privoxy/match-all.action ./match-all.action > /tmp/match-all.action.patch
$SUDO -E $PATCH -p5 /opt/local/etc/privoxy/match-all.action < /tmp/match-all.action.patch
$SUDO -E $CHOWN privoxy:privoxy /opt/local/etc/privoxy/match-all.action
$RM /tmp/match-all.action.patch
#user.action
$SUDO -E $INSTALL -m 644 -o privoxy -g privoxy -B .orig /opt/local/etc/privoxy/user.action /opt/local/etc/privoxy/user.action.orig
$DIFF -NaurdwB -I '^ *#.*' /opt/local/etc/privoxy/user.action ./user.action > /tmp/user.action.patch
$SUDO -E $PATCH -p5 /opt/local/etc/privoxy/user.action < /tmp/user.action.patch
$SUDO -E $CHOWN privoxy:privoxy /opt/local/etc/privoxy/user.action
$RM /tmp/user.action.patch
$SUDO -E $BASH -c '( cd /opt/local/etc/privoxy ; /usr/sbin/chown privoxy:privoxy config* *.action *.filter )'
#privoxy logs
if ! [ -d /opt/local/var/log/privoxy ]; then
$SUDO -E $MKDIR -m 644 /opt/local/var/log/privoxy
$SUDO -E $CHOWN privoxy:privoxy /opt/local/var/log/privoxy
fi
# install the files
$SUDO -E $CP /etc/hosts /etc/hosts.orig
$SUDO -E $INSTALL -b -B .orig ./pf.conf /etc
if ! [ -f /Library/LaunchDaemons/net.openbsd.pf.plist ]
then
$SUDO -E $INSTALL -m 644 ./net.openbsd.pf.plist /Library/LaunchDaemons
fi
if ! [ -f /Library/LaunchDaemons/net.openbsd.pf.brutexpire.plist ]
then
$SUDO -E $INSTALL -m 644 ./net.openbsd.pf.brutexpire.plist /Library/LaunchDaemons
fi
if ! [ -f /Library/LaunchDaemons/net.emergingthreats.blockips.plist ]
then
$SUDO -E $INSTALL -m 644 ./net.emergingthreats.blockips.plist /Library/LaunchDaemons
fi
if ! [ -f /Library/LaunchDaemons/net.dshield.block.plist ]
then
$SUDO -E $INSTALL -m 644 ./net.dshield.block.plist /Library/LaunchDaemons
fi
if ! [ -f /Library/LaunchDaemons/net.hphosts.hosts.plist ]
then
$SUDO -E $INSTALL -m 644 ./net.hphosts.hosts.plist /Library/LaunchDaemons
fi
if ! [ -f /Library/LaunchDaemons/com.github.essandess.easylist-pac.plist ]
then
$SUDO -E $INSTALL -m 644 ./com.github.essandess.easylist-pac.plist /Library/LaunchDaemons
fi
if ! [ -f /Library/LaunchDaemons/com.github.essandess.adblock2privoxy.plist ]
then
$SUDO -E $INSTALL -m 644 ./easylist-pac-privoxy/adblock2privoxy/com.github.essandess.adblock2privoxy.plist /Library/LaunchDaemons
fi
if ! [ -f /Library/LaunchDaemons/com.github.essandess.adblock2privoxy.nginx.plist ]
then
$SUDO -E $INSTALL -m 644 ./easylist-pac-privoxy/adblock2privoxy/com.github.essandess.adblock2privoxy.nginx.plist /Library/LaunchDaemons
fi
$INSTALL -m 644 ./org.opensource.flashcookiedelete.plist ~/Library/LaunchAgents
$SUDO -E $MKDIR -p /usr/local/etc
$SUDO -E $INSTALL -m 644 ./blockips.conf /usr/local/etc
$SUDO -E $INSTALL -m 644 ./whitelist.txt /usr/local/etc
$SUDO -E $INSTALL -m 644 ./blacklist.txt /usr/local/etc
$SUDO -E $INSTALL -m 755 ./pf_attacks /usr/local/bin
$SUDO -E $INSTALL -m 755 ./macosfortress_setup_check.sh /usr/local/bin
$SUDO -E $INSTALL -m 755 ./pf_restart /usr/local/bin
$SUDO -E $INSTALL -m 755 ./squid_restart /usr/local/bin
$SUDO -E $INSTALL -m 755 ./privoxy_restart /usr/local/bin
$SUDO -E $INSTALL -m 755 ./easylist-pac-privoxy/easylist_pac.py /usr/local/bin
# launchd daemons
$SUDO -E $LAUNCHCTL load -w /Library/LaunchDaemons/net.openbsd.pf.plist
$SUDO -E $LAUNCHCTL load -w /Library/LaunchDaemons/net.openbsd.pf.brutexpire.plist
$SUDO -E $LAUNCHCTL load -w /Library/LaunchDaemons/net.emergingthreats.blockips.plist
$SUDO -E $LAUNCHCTL load -w /Library/LaunchDaemons/net.dshield.block.plist
$SUDO -E $LAUNCHCTL load -w /Library/LaunchDaemons/net.hphosts.hosts.plist
$SUDO -E $LAUNCHCTL load -w /Library/LaunchDaemons/com.github.essandess.easylist-pac.plist
$SUDO -E $LAUNCHCTL load -w /Library/LaunchDaemons/com.github.essandess.adblock2privoxy.plist
$SUDO -E $LAUNCHCTL load -w /Library/LaunchDaemons/com.github.essandess.adblock2privoxy.nginx.plist
$SUDO -E $LAUNCHCTL load -w /Library/LaunchDaemons/org.squid-cache.squid-rotate.plist
# start these services for the 1st time because they use RunAtLoad false
$SUDO -E $LAUNCHCTL start net.emergingthreats.blockips
$SUDO -E $LAUNCHCTL start net.dshield.block
$SUDO -E $LAUNCHCTL start net.hphosts.hosts
$SUDO -E $LAUNCHCTL start com.github.essandess.easylist-pac
$SUDO -E $LAUNCHCTL start com.github.essandess.adblock2privoxy
$LAUNCHCTL load ~/Library/LaunchAgents/org.opensource.flashcookiedelete.plist
$SUDO -E $PORT load squid4
$SUDO -E $PORT load privoxy
# Turn on macOS Server's adaptive firewall:
if [ -d /Applications/Server.app ]
then
$SUDO -E /Applications/Server.app/Contents/ServerRoot/usr/sbin/serverctl enable service=com.apple.afctl
$SUDO -E /Applications/Server.app/Contents/ServerRoot/usr/libexec/afctl -f
fi
# check after boot
/usr/local/bin/macosfortress_setup_check.sh
$CAT <<'URL_PATH_INCLUSION'
To allow URL path blocking capability in HTTPS:
* Chrome:
$ defaults write com.google.Chrome PacHttpsUrlStrippingEnabled -bool false
* Firefox, about:config:
network.proxy.autoconfig_url.include_path : true
URL_PATH_INCLUSION
exit 0