-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdev-network.Brewfile
More file actions
52 lines (42 loc) · 1.28 KB
/
dev-network.Brewfile
File metadata and controls
52 lines (42 loc) · 1.28 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# dev-network.Brewfile
#
# Maintained by Byungjin Park <posquit0.bj@gmail.com>
# https://www.posquit0.com/
cask_args appdir: '/Applications'
### Analysis {{{
# Terminal UI for tshark, inspired by Wireshark
brew 'termshark'
# The command-line utilities of Wireshark
brew 'wireshark'
# The world’s foremost and widely-used network protocol analyzer (GUI version of Wireshark)
cask 'wireshark-app'
# If your list of available capture interfaces is empty
# cask 'wireshark-chmodbpf'
# Port scanning utility for large networks
brew 'nmap'
# Command-line DNS Client for Humans. Written in Golang
brew 'doggo'
# A prettier way to inspect network connections
brew 'snitch'
# 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?
### }}}