Skip to content

django-rdf-tools/django-scanredirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

django-scanredirect

A little Django app thats adds URL rules to redirect scripts looking for webapps exploits to their own IP

Add scanredirect (with an underscore) to INSTALLED_APPS in your django project settings.

Add the following line at the top of your project's urls.py file::
(r'^', include('scanredirect.urls')),

About

URL rules to redirect webapplications exploits scanners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages