-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdev-network.Brewfile
44 lines (34 loc) · 986 Bytes
/
dev-network.Brewfile
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
# dev-network.Brewfile
#
# Maintained by Byungjin Park <[email protected]>
# https://www.posquit0.com/
cask_args appdir: '/Applications'
### Analysis {{{
# Terminal UI for tshark, inspired by Wireshark
brew 'termshark'
# The world’s foremost and widely-used network protocol analyzer
cask 'wireshark'
# Port scanning utility for large networks
brew 'nmap'
# Analyze Monitor Optimize Wi-Fi
mas 'WiFi Explorer: Scanner', id: 494803304
### }}}
### Proxy & VPN {{{
## Proxy & VPN
# Free software for OpenVPN on OS X
cask 'tunnelblick'
# For an instant, secure URL to your localhost server through any NAT or firewall
cask 'ngrok'
### }}}
### Remote Access {{{
# Fast and secure remote desktop
mas 'Jump Desktop (RDP, VNC, Fluid)', id: 524141863
# Remote desktop app
cask 'jump-desktop-connect'
### }}}
### Utility {{{
# GNU utilities for networking
brew 'inetutils'
# MAC spoofing GUI for macOS
cask 'linkliar' if OS.mac?
### }}}