Skip to content

bitsprint/newbrain

 
 

Repository files navigation

NewBrain is a system for getting you own back on annoying people that cold call you or attempt to hack you.
It provides an automated reverse DOS attack on them to stop them and let them know who's boss.

Currently it's WIP but once deployed it will help keep you safe.

Any contributions are more than welcome.

More to come soon.

INSTALLATION INSTRUCTIONS
=========================

You need
Python 2.7+
Pip
Download the repository from https://github.com/muce/newbrain


OPERATION
=========

pip install -r requirements.txt
virtualenv venv
source venv/bin/activate
python manage.py db init
python manage.py db migrate
python manage.py db upgrade
./run-redis.sh
Set two environment variables MAIL_USERNAME and MAIL_PASSWORD to a valid Gmail account credentials (these will be used to send test emails).
venv/bin/celery worker -A app.celery --loglevel=info.
python manage.py runserver
Go to http://localhost:5000/ and enjoy this application!


Many thanks to Miguel Grinberg for his expert help.

Thanks all you nice people X

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.4%
  • C 22.6%
  • Tcl 2.6%
  • HTML 2.1%
  • Perl 1.1%
  • Ruby 0.4%
  • Other 0.8%