django-trawler

Software Screenshot:
django-trawler
Software Details:
Version: 0.1 Alpha
Upload Date: 12 May 15
Developer: Owen Nelson
Distribution Type: Freeware
Downloads: 2

Rating: nan/5 (Total Votes: 0)

django-trawler is a Django app designed to help audit a group of people or organization in terms of phishing awareness.

When used as directed, you can launch your own phaux-phishing campaign and track the members of your organization that actually follow the link or load the images (either by default or by choice depending on how their mail client is configured).

This software was largely inspired by a presentation given by Lance Spitzner in which he described his approach to phishing awareness.

For more detail: http://django-trawler.readthedocs.org/

Installation

If you're familiar with django apps, this process will be familiar. Install using your choice of pip or easy_install:

pip install django-trawler

or ...

easy_install django-trawler

Configuration

In your project settings module:

- Add trawler and django.contrib.admin to INSTALLED_APPS.
- Ensure your mail settings are appropriate (the app needs to send mail).
- Ensure you set the domain for your server (django Sites framework) so admin links point to the right place.
- Include trawler.urls in your urlconf.
- MAKE ABSOLUTELY SURE DEBUG = False before launching a campaign (or your targets will see nice django 404 pages).

Requirements:

  • Python
  • Django

Other Software of Developer Owen Nelson

django-ipyfield
django-ipyfield

14 Apr 15

mezzanine-mdown
mezzanine-mdown

11 May 15

Comments to django-trawler

Comments not found
Add Comment
Turn on images!