Free tool for Django maintainers

Django Bot Probe Checker

Paste 404 paths or server log lines and quickly separate likely bot/scanner probes from real broken Django routes that deserve attention. No FetchNode integration needed.

Standalone tool · Runs entirely in your browser · No signup · No URLs are fetched

Check your 404 paths

Paste one path or log line per row. Add your real Django route prefixes so the checker can protect customer-facing URLs from being dismissed as bot traffic. You can use this as a one-off log check without connecting anything.

One prefix per line. Prefixes win over bot patterns, so your real routes stay visible.

Result

0

lines

0

real routes

0

bot probes

Paste paths and run the checker.

Likely real broken routes

These matched your route prefixes and probably deserve a look.

    Likely bot/scanner probes

    These look like automated probes and can usually be ignored or filtered.

      Want this running continuously?

      This checker is useful as a standalone one-off tool. FetchNode is the optional next step if you want the same idea applied automatically across your Django sites: errors, broken real routes, slow requests, sessions, pageviews, and affected users in one dashboard.

      How to use the result

      Do not treat every 404 the same

      A probe to /.env is not the same as a customer hitting a broken checkout page. The useful monitoring view is the one that keeps fake requests quiet and real user-facing problems visible.