
DuckyTracky.com Report - August 13th 2026
We just surpassed 5,000 miles of travel for the rubber ducks our users have released on cruise ships and within the Jeep ducking community!

We just surpassed 5,000 miles of travel for the rubber ducks our users have released on cruise ships and within the Jeep ducking community!
Unsanctioned port exposures and unexpected configuration drift are two of the easiest ways for vulnerabilities to slip into production. Here’s how to automate daily security scans using three powerful open-source tools:
🔹 Naabu — Lightning-fast port scanning
🔹 Nmap — Deep service and version identification
🔹 Nuclei — Fast, template-based vulnerability detection
⚡ Bonus: The code examples include a diff feature so you only get alerted when something on your server actually changes (say goodbye to alert fatigue!).
Reports take ~30 seconds to run.
Full guide and ready-to-use code examples here 👇
When you're coming up with a new idea, do you think outside the box or stick with what you're comfortable with? I feel since AI, if your site doesn't stick out in some way it's difficult to gain traction.
What's the coolest/most different project you've put out?
For me, it's been dual-interface websites so the website is fully functional GUI (browser) or curl (terminal).
When you're coming up with a new idea, do you think outside the box or stick with what you're comfortable with? I feel since AI, if your site doesn't stick out in some way it's difficult to gain traction.
What's the coolest/most different project you've put out?
For me, it's been dual-interface websites so the website is fully functional GUI (browser) or curl (terminal).
When you're coming up with a new idea, do you think outside the box or stick with what you're comfortable with? I feel since AI, if your site doesn't stick out in some way it's difficult to gain traction.
What's the coolest/most different project you've put out?
For me, it's been dual-interface websites so the website is fully functional GUI (browser) or curl (terminal).
When you're investigating a known malicious URL, how often does your URL scanner (regardless of service) miss the payload due to traffic distribution systems?
I built qsa.sh to give you an instant, outside-in security scan of your own public IP straight from your terminal.
You can run it like this:
curl qsa.sh
What it does: It triggers a real external port and vulnerability scan (using open-source tools like naabu, nmap + vulners, and nuclei) of the public IP you're connecting from, streamed live back to your terminal in about 30 seconds.
How it handles safety & consent:
Only your IP: There is no target input field. You cannot point it at anyone else.
The 15-second abort window: When you run the command, it prints your detected IP and gives you a 15-second grace period (Ctrl-C) to abort before anything is actually scanned.
Refusals: Known CGNAT, mobile-carrier, and detected VPN/Tor/IPv6 origins are refused outright.
Zero retention: The results are entirely ephemeral and streamed live—nothing is written to disk.
Curious to hear what people think.
Traffic Direction Systems (TDS) have become a massive headache for analysts. By fingerprinting IPs, attackers can dynamically route traffic—hiding malicious payloads from security tools while successfully targeting residential, mobile, or specific ASNs.
The problem? Almost every URL scanner out there uses datacenter-based egress IPs. Attackers know this, so they block or cloak against datacenter ranges.
I ran into this wall while investigating malware distributed via a lapsed corporate domain. The standard scanners were returning clean results or blocked pages, but my home connection was still being served malware. Doing the analysis manually was a massive bottleneck, so I built the tool.
What it does: Whack allows you to scan any URL simultaneously through multiple egress options: Datacenter, Residential, Mobile, VPN, and even BYO IP. It then diffs the captures (HAR files) to expose the cloaking, TDS routing, phishing, and malware that traditional datacenter-only scanners miss.
The Origin & Investigation: I’ve been working on this for over a month and have already run over 150,000 scans of known threat URLs. The early MVP was basic but proved the concept: diffing HAR files of the exact same URL across different categorized ASNs immediately exposed the evasion tactics.
I actually reported my initial findings on this specific threat to the FBI IC3 on Monday, June 15th. Three days later, IC3 pushed out a PSA specifically regarding TDS. (I’ll be publishing a few in-depth articles on my company's site detailing these findings in the coming weeks).
Under the Hood (TDS-over-TDS): One of the most interesting things the tool exposed during this process is that TDS isn't just happening at the redirect layer. I found several instances of TDS-over-TDS (redirect layer + payload delivery layer). Malicious actors are using real-time API calls or compressed local IP intelligence to serve entirely different payloads based on the exact environment (e.g., Windows vs. Mobile/Android/Chrome vs. Mobile/iOS/Safari).
Community Integration: I want this data to be useful to the broader community, so any threats found by whack.sh are automatically published to Abuse.ch:https://bazaar.abuse.ch/user/42023/
I’m putting the final polish on the site and planning to officially launch on or before August 4th. In the meantime, I would love to hear your thoughts on the concept! What features would you want to see, or what specific evasion tactics would you want to test against it when it goes live?
The project is still mostly based on ipv4 but I have started tracking IPv6 ranges and much more than the original design planned for. The website has turned into a heavy inelegance gathering tool.
Residential Proxy Ident
VPN Ident
Blocklists
BGP Stats including Anomalies
Web3
& more
When I launched months back, I had a huge spike in traffic from hacker news, sadly at the time all of my attention was in the scanning infrastructure putting the public website as an afterthought until I noticed the spike in traffic. If ANY information you come across is known to be inaccurate, please let me know and I'd love to hear some feedback or suggestions.
Note: There is a full transparency page that shows our scan progress, global POPs, etc. POP's currently in 6 countries with a centralized routing/feeder system controlling all remote servers workloads. A lot of work has gone into this project.
I'd love to hear your feedback and/or suggestions.
Since my other site I posted today did so well I figured I'd share this one too. This site actually gave me the idea for Overwatch.earth. Yes, this one will likely become a SaaS in time due to the operating costs but as it stands now it's completely free.
WorldIP.io - The complete IPv4 address space, mapped
I wanted to do something entirely different than my normal, meet overwatch.earth
Explore the world through a fully interactive 3D globe with real-time feeds from over 150,000 sources. Track live events as they happen—from earthquakes and satellite movements to live webcams, global transportation networks, and digital infrastructure.