Skip to main content

Django plugin that rickrolls bots and scanners by redirecting common malicious URLs

Project description

django-bot-rickroll

Story

Once upon a time I noticed my server log was filled with 404 errors for URL's like /wp-admin and so on. I figured redirecting them to this cool music video was one way I could get these errors out of my logs.

Also it means if my kids are snooping around they can get a laugh or two.

Installation

uv add django-bot-rickroll

Usage

Just add one line to urlpatterns:

from django.urls import path, include

urlpatterns = [
    # Your app URLs first ...
    path("", include("bot_rickroll.urls")),
]

You should add this as the last line, so that in the unlikely event one of the URL's in the blocklist is actually supposed to work, then yours take precedence.

You can customize the target URL in your settings.py:

RICKROLL_URL = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"

URL's covered

  • /wp-admin/, /wp-content/, /wp-includes/, /wp-json/
  • /wordpress/, /wp/
  • /administrator/, /joomla/, /drupal/, /magento/, /cms/
  • /phpmyadmin/, /phpMyAdmin/, /pma/, /mysql/, /adminer/
  • /cpanel/, /webmail/, /plesk/
  • /file-manager/, /filemanager/, /laravel-file-manager/, /elfinder/
  • /upload/, /uploads/, /files/
  • /vendor/, /public/, /modules/, /node_modules/
  • /lib/, /libraries/, /includes/, /inc/
  • /.well-known/, /.git/, /.svn/, /.hg/
  • /.env, /.htaccess, /.htpasswd
  • /config/, /configuration/, /conf/, /settings/
  • /backup/, /backups/, /bak/
  • /old/, /temp/, /tmp/
  • /cgi-bin/, /cgi/, /bin/, /scripts/
  • /php/
  • /db/, /database/, /sql/
  • Any URL ending in .php

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_bot_rickroll-0.3.0.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_bot_rickroll-0.3.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file django_bot_rickroll-0.3.0.tar.gz.

File metadata

  • Download URL: django_bot_rickroll-0.3.0.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for django_bot_rickroll-0.3.0.tar.gz
Algorithm Hash digest
SHA256 75b99ebbf175050a14e53e77e1630d6b08e1456d083911d10101b3009f8e354b
MD5 b83d1d2c828753333d3d115b86d0b0ad
BLAKE2b-256 5ae300a9295ef2c15c82257c4d1ede113cd5904e136bae8801dbb4d469079a01

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_bot_rickroll-0.3.0.tar.gz:

Publisher: release.yml on vEnhance/django-bot-rickroll

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file django_bot_rickroll-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_bot_rickroll-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8c0a1283af86dd8049165cef8d04962e63aa5935a626959417ba0c0c87a7d688
MD5 2cf94f2c0d99b864f8dc8dc5008e38be
BLAKE2b-256 77e0675196a02cf78b1c77282bd85deb03b54b7a5ee61416ea604d276cc662a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_bot_rickroll-0.3.0-py3-none-any.whl:

Publisher: release.yml on vEnhance/django-bot-rickroll

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page