RelayDrive ist eine leistungsfähige macOS-Anwendung, die das Mounten und Verwalten von SSHFS-Freigaben deutlich vereinfacht. Mit einer intuitiven Benutzeroberfläche und flexiblen Einstellungen bietet RelayDrive eine ideale Lösung für Entwickler, Systemadministratoren und Power-User, die Netzlaufwerke sicher und performant in ihr Dateisystem integrieren möchten. RelayDrive läuft hauptsächlich in der Menüleiste.
Bonjeff is a Mac app that shows you a live display of the Bonjour services published on your network.
💻 Lives in your menu bar.
List, browse, copy, terminate or kill open ports. Everything is just one click away!
🐳 Using Docker for Mac?
Open Ports will let you manage containers with published ports too!
🪄 Customizable.
Ignore ports that you don't care about, which is what I should have done with that Discord process. Wait, why does Discord need to open a port anyway?
🐣 It may have an easter egg.
Can you find it? I bet you can't!
Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
Connect team members from anywhere in the world on any device.
ZeroTier creates secure networks between on-premise, cloud, desktop, and mobile devices.
Ping, but with a graph.
Comes with the following super-powers:
- Graph the ping time for multiple hosts
- Graph the execution time for commands via the --cmd flag
- Custom colours
- Windows, Mac and Linux support
The purpose of this list is to track and compare tunneling solutions. This is primarily targeted toward self-hosters and developers who want to do things like exposing a local webserver via a public domain name, with automatic HTTPS, even if behind a NAT or other restricted network.
As far as I know, sshuttle is the only program that solves the following common case:
Your client machine (or router) is Linux, FreeBSD, or MacOS.
You have access to a remote network via ssh.
You don't necessarily have admin access on the remote network.
The remote network has no VPN, or only stupid/complex VPN protocols (IPsec, PPTP, etc). Or maybe you are the admin and you just got frustrated with the awful state of VPN tools.
You don't want to create an ssh port forward for every single host/port on the remote network.
You hate openssh's port forwarding because it's randomly slow and/or stupid.
You can't use openssh's PermitTunnel feature because it's disabled by default on openssh servers; plus it does TCP-over-TCP, which has terrible performance.To answer your question, the best way would be to create a file called /etc/dnsmasq.d/99-interfaces.conf, and list your interfaces that are not specified in /etc/dnsmasq.d/01-pihole.conf. For example:
interface=wan0
When the DNSmasq service runs, it would always listen on the interfaces specified in 01-pihole.conf in addition to those in 99-interfaces.conf (regardless of IP address range that the interface is using), and it would survive pihole updates/changes.
FYI; the gravity script uses the IP address as defined in /etc/pihole/setupVars.conf when building it's list of blocked hosts. Any devices connected to a different IP address range will be able to query the DNS server, but will timeout when accessing blocked hosts, instead of hitting the webserver and getting a "blank page"
This is a CLI utility for displaying current network utilization by process, connection and remote IP/hostname
Proxyman is a high-performance macOS app, which enables developers to view HTTP/HTTPS requests from apps and domains.
SimpleMonitor is a Python script which monitors hosts and network connectivity. It is designed to be quick and easy to set up and lacks complex features that can make things like Nagios, OpenNMS and Zenoss overkill for a small business or home network. Remote monitor instances can send their results back to a central location.
Termshark is a simple terminal user-interface for tshark.
Why?
- You're debugging on a remote machine and need to study a pcap.
- You don't want to copy it back to your desktop.
- You're familiar with Wireshark. 😃
Features
- Read pcap files or sniff live interfaces.
- Use Wireshark's display filters.
- Copy packet data to your clipboard.
- Written in Go - for Linux (x64/arm/termux), macOS, FreeBSD and Windows.
Slow down your network speed and see what your users might experience visiting your website or running your application on 2G, 3G, 4G, DSL, or GPRS connections.
- Free for personal use
- Clean UI and very easy of use
- Not a proxy, no network issues!Sloth is a Mac application that displays all open files and sockets in use by all running processes on your system. This makes it easy to inspect which apps are using which files and sockets.
- View all open files, directories, IP sockets, devices, sockets and pipes
- Filter by name, access mode, volume, type, location, or using regular expressions
- Sort by name, process ID, user etc.
- View IP socket status, protocol and version
- View sockets and pipes established between processes
- Inspection window with detailed macOS and Unix file/socket info
- Powerful contextual menu for file operations
- In-app authentication to run with root privileges
Sloth is essentially a friendly, exploratory graphical user interface built on top of the lsof command line tool. The output of lsof is parsed and shown in a searchable, filterable outline view with all sorts of convenient additional functionality. Check out the screenshots below.
Sloth is free, open source software and has been developed and maintained for a long time. If you find this program useful, please make a donation.
Every byte of a TLS connection explained and reproduced.
In this demonstration a client connects to a server, negotiates a TLS 1.2 session, sends "ping", receives "pong", and then terminates the session. Click below to begin exploring.
A simple python script that generates random HTTP/DNS traffic noise in the background while you go about your regular web browsing, to make your web traffic data less valuable for selling and for extra obscurity.