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

Add bot_rickroll to INSTALLED_APPS and then to urlpatterns:

from django.urls import path, include

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

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.2.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.2.0-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_bot_rickroll-0.2.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.2.0.tar.gz
Algorithm Hash digest
SHA256 32413b77a04fb1d7a9f74fcf05b200342d92e08eb947067f4ce81bf91275d138
MD5 f7fc9aa11e8e00f344f0610c06e7c18c
BLAKE2b-256 a598620c48ef6b4b740c1f9be0887743b5ffe1bb43e24a1e1144aaafde267e1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_bot_rickroll-0.2.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.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_bot_rickroll-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 50eedc610d2ddbd103783beea6626fa405c713b5bc2266a306eb1342d0b12cf6
MD5 079edd24a93164a76e396336c965fcac
BLAKE2b-256 921d3367477f06a2c2a227c45a6909cf8fcb4399d71ca037a16995deb182da61

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_bot_rickroll-0.2.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