Show HN: Detect anti-bot, anti-agent defenses for any website
1–6 of 6 posts
Re: Show HN: Detect anti-bot, anti-agent defenses for any website
#2In total, there's about 30+ different products that BotScope can detect. The entire catalog is here: https://botscope.org/abaam
A few technical details you might find interesting:
- Scans are full browser webpage loads. Not just `curl` requests.
- Scans are executed from datacenter IP addresses to closely mimic automated bot/agent webpage access.
- There isn't any kind of pentesting or destructive stuff happening... just pure recon!
- The product has API keys, and a hosted MCP server so scans can fit into agent/CI/internal-tool workflows too (I realize how meta this is).
Curious for your thoughts & feedback!
Re: Show HN: Detect anti-bot, anti-agent defenses for any website
#3Re: Show HN: Detect anti-bot, anti-agent defenses for any website
#4Re: Show HN: Detect anti-bot, anti-agent defenses for any website
#5Can this detect WAF?
Azure Front Door, ModSecurity, Fastly Next-Gen WAF to name a few.
Re: Show HN: Detect anti-bot, anti-agent defenses for any website
#6This is interesting. Why did you build this?
Once I was able to make this mental connection, I tweaked my browser automation so that for that particular web property I would use a USA-based IP address. After making this fix, the browser automation was able to run successfully!
I think there may be other uses for BotScope, but that's how I started going down this road. Thx for asking!