Metadata-Version: 1.0
Name: django-scanredirect
Version: 0.0.1
Summary: Django app thats adds URL rules to redirect scripts looking for webapps exploits to their own IP 
Home-page: https://github.com/quinode/scanredirect/
Author: Cooperative Quinode
Author-email: contact@quinode.fr
License: BSD
Download-URL: https://github.com/quinode/scanredirect/tarball/master
Description: 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')),
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
