Browsing Tag
hacker
164 posts
sslh: A protocol multiplexer that allows services like HTTPS, SSH, and OpenVPN to share the same port
I run sslh on more than one of my own internet-facing boxes, and I’ve used it in authorized…
pwnat: A NAT traversal tool for reverse shells and remote control via NATed networks
I still remember the first time I ran into a network topology where both my attacking box and…
ptunnel: A tool to create a tunnel over ICMP for bypassing firewalls
Every time I’ve been on an engagement where a client’s network egress filtering looked airtight — every TCP…
proxytunnel: A tool that tunnels HTTPS traffic through an HTTP proxy
What is ProxyTunnel? ProxyTunnel is a command-line tool that allows you to create TCP tunnels through HTTP/HTTPS proxy…
proxychains4: A tool for forcing network connections to go through proxy servers
I use proxychains4 in nearly every engagement where I need to route tool traffic through a pivot point…
miredo: A Teredo (IPv6 over IPv4) tunneling daemon for creating a VPN-like connection
I don’t reach for miredo often these days — IPv6 tunneling tools have fallen out of daily use…
iodine-client-start: A client for DNS tunneling, allows IP over DNS-based network communication
DNS tunneling is one of those techniques that keeps working because DNS is almost never fully blocked outbound…
dns2tcpd: A server-side tool for handling DNS-based TCP tunneling
Whenever I need to prove that “we only allow DNS out” is not the same as “our network…
dns2tcpc: A tool for tunneling TCP traffic over DNS queries to bypass firewalls
dns2tcpc is the half of the dns2tcp toolset I actually run on the compromised or restricted host during…
sbd: A tool for creating secure backdoors over DNS queries
I want to clear up a common mix-up before diving in: sbd is not a DNS-based backdoor tool.…