nowfound

Alternatives

Products that do what qsa.sh does

External security scan of your own IP, in your terminal

  1. 1
    QoreDB95

    The fast, open-source database client built with Rust

    Mar 2026

  2. 2IV
  3. 3

    Ask your cloud anything without breaking prod. Read-only.

    Jul 2026

  4. 4

    Scan, Detect & Protect Your Supabase Data

    Jan 2026

  5. 5IA
  6. 6RY
  7. 7OD

    Hey HN! We built DNS Directory (https://dnsdirectory.com), a free, searchable database of public DNS servers with live monitoring every 10 minutes. We needed to find an up-to-date list of DNS servers used by carriers around the world for a proxy fingerprinting / web-scraping project but we were shocked to find that it didn’t exist so we built it ourselves in an internal Hackathon We’re adding more features but so far we: Test 77K+ servers every ~10 minutes Allow filtering by uptime, location, security features (ad blocking, malware protection, DNSSEC) Show info on IPv6…

    Dec 2025 · dnsdirectory.com

  8. 8LD
  9. 9AR

    You might have heard that scaling WebSocket infrastructure is not an easy task. It was true–until recently. We built the open source real-time server, AnyCable, that deploys to Fly.io in one command (and configures itself), and the SDK for serverless JS/TS that allows you to build real-time features without any 3d-party PaaS. We call it a real-time server, because it has WebSockets and more, and it’s easy to run and scale. Here’s all you need to add real-time to your Next.js/Vercel app: – Deploy AnyCable to Fly.io with one command (see the docs) – In your Vercel app add one…

    2023 · docs.anycable.io

  10. 10AS

    Hi! I am sharing this because it may be useful to others. I created a simple Docker image that lets you easily expose a web app running locally on your dev machine to the Internet, via a proxy server. It is a self hosted alternative to something like Ngrok, which is a paid service if you use custom domains. A small server is cheaper than Ngrok (I use Hetzner Cloud and the cheapest server costs me 3€ per month). I use this method in particular to test HTTP verification with Let's Encrypt for a SaaS app running on my Mac. Hope this is useful :) Code:…

    2019

  11. 11WI

    I am Abdullah from IPinfo. We have finally launched our API service that supports an unlimited amount of requests to fetch IP to Country and ASN database. It is free to use. https://ipinfo.io/lite Try out this token for the next several to check out the API service: a6c2e5328296f5 https://api.ipinfo.io/lite/8.8.8.8?token=a6c2e5328296f5 https://api.ipinfo.io/lite/me?token=a6c2e5328296f5 - The API system is built using Node.js from the ground up but we are currently moving our backend to Rust. We processed over 2 trillion requests last…

    2025

  12. 12SI

    We recently launched a free tool that shows a summary of the top cities, countries, asns, routes and much of the other context that we (IPinfo) have for any IP addresses you paste into it. Sample results: https://ipinfo.io/summarize-ips/result?id=239e90aa-88b8-4476-84c7-bfd10ed2de3f You can paste any arbitrary text into the tool at https://ipinfo.io/summarize-ips and we'll extract the IPs. It can be useful for getting a quick summary of a set of IPs (eg. click on first google result for "public proxies", copy and paste the results into the tool, and see…

    2021

  13. 13II

    We've just launched an opensource golang `ipinfo` cli that lets you quickly and easily get IP address data from the cli. You can lookup geolocation, isp, carrier & vpn status for a single IP (in much the same way you can by `curl ipinfo.io`) but there's a bunch of additional functionality, including: - bulk lookups of IPs - summarize IPs (so get top ASNs, cities etc from a ton of IPs) - grepip subcommand to grep for IPs (v4, v6 and bogon flags available) - map command to map a bunch of IPs And more! See https://github.com/ipinfo/cli for more details and installation…

    2021

  14. 14UD

    Hi hackers, I made a simple bash tool to update 'A' records in Cloudflare for users with dynamic IPs. I wanted to have a tool to keep a couple of DNS updated with my homelab dynamic IP so I wrote this very simple bash script. There are tools that already solve this dynamic IP issue, but I find the simplicity of a bash script way more convenient than any tool that needs installation, complex configuration, a Python runtime or whatnot. This will basically run in any system with bash. It is very simple and only updates A records, but it does its job and it solves my needs. It could be improved…

    2024 · github.com

  15. 15AC

    Hi everyone! k8s-insider is a CLI tool to manage VPN networks and access Kubernetes workload and service resources directly through a WireGuard tunnel. It started as a simple Helm chart with a linuxserver/wireguard-like container image but, possibly due to my neurodivergence getting the better of me, evolved into a toolbox that, depending on the cluster configuration, can more or less automagically configure multiple networks with dynamic IP assignments and netpol-limited access to the cluster. I’ve found it to be a perfect middle ground between juggling multiple port-forwards and…

    2023 · github.com

  16. 16AB

    Hey guys, We're excited to reach Beta milestone with our web app monitoring service. By posting here, we're seeking to get some feedback from you. So, why QABot? Why another monitoring service? We believe in Continuous Regression Testing. We are sure that continuous app validation reduces downtime and helps avoid disasters. QABot uses real browser and gets the monitoring as close as possible to real usage. At it's core, QABot is based on Selenium, an open source web browser automation tool. When we say monitoring, we mean more than checking http statuses and response times, we mean…

    2013

  17. 17AS
  18. 18CV

    I built a chained VPN lab to support multi-user traffic isolation using only raw Linux tools. Each user gets: - A WireGuard tunnel - A dedicated namespace (wg-$user) bridged via veth - NAT and routing table override - A second namespace (ovpn-$user) running OpenVPN - Final egress through tun1 The entire setup is controlled with bash scripts and PostgreSQL — no Docker, no containers, no Python, just raw netns, iptables, ip rule and shell. Built for GDPR-compliant VPN infra with real isolation per collaborator. Code and README:…

    2025 · github.com

  19. 19GA

    Hi HN, I built a free BGP looking glass and IP/ASN lookup tool. You can paste in an IP (v4 or v6), a domain, or an AS number and get whois, routing info, and the global BGP view. Try: https://god.ad/view/8.8.8.8 https://god.ad/view/2606:4700::1111 https://god.ad/view/AS13335 https://god.ad/view/google.com Can also be added to mobile homescreen as PWA

    Apr 2026 · god.ad

  20. 20RA

    Hi HN! I built RustNet, a Terminal UI based network monitor written in Rust that shows real-time connections with process identification and protocol detection. What may make it interesting: • Deep packet inspection for HTTP, HTTPS/TLS (with SNI), DNS, and QUIC protocol detection • Process identification using eBPF on Linux (experimental) and PKTAP on macOS which does also catch short-lived processes that polling procfs or lsof would miss • Multi-threaded packet processing with lock-free data structures for the UI • Cross-platform (Linux, macOS, Windows but process identification so far…

    Sep 2025 · github.com

  21. 21
    Namizy4

    Free domain checker with live registry data — no upsells

    26d ago · namizy.com

  22. 22

    Your IP, instantly. DNS, WHOIS & leak tests in your browser

    8d ago · ipchecks.app

  23. 23AT

    Safe Scanner is a simple, slim (350kb) web app which shows URL redirects, checks https and validates against Google Safe Browsing for scanned links. It also keeps a history which you can share. There are other apps out there but they are bloated and slow. Hope this helps someone.

    2024 · safe-scanner.com

  24. 24

    Free website security scanner: headers, SSL, DNS, SPF/DMARC

    27d ago · nivaronix.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →