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 django_bot_rickroll to INSTALLED_APPS and then to urlpatterns:

from django.urls import path, include

urlpatterns = [
    # Your app URLs first ...
    path("", include("django_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.1.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.1.0-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_bot_rickroll-0.1.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.1.0.tar.gz
Algorithm Hash digest
SHA256 d2482feeca79eb1dd65ccf5dca57b6f8bf62a26a536e010f5fdd7e663606eb87
MD5 4b26eb161eba32107d232d8f5657d31a
BLAKE2b-256 c551137cbe1a6567ad8323f61aece63338bc06560def7f76ae818ffbd055a522

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for django_bot_rickroll-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 73011156b1264b1b733448844d89130124e64352e0f01398a2105bc387ebda82
MD5 2e92434b4c28e8d3b2fff70b6a3e70a0
BLAKE2b-256 5e7cf13c13f64d0772bceeb8a38b0cde5043a543f561f31b7cfe5a04ee405019

See more details on using hashes here.

Provenance

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