,-----.,--.                  ,--. ,---.   ,--.,------.  ,------.
'  .--./|  | ,---. ,--.,--. ,-|  || o   \  |  ||  .-.  \ |  .---'
|  |    |  || .-. ||  ||  |' .-. |`..'  |  |  ||  |  \  :|  `--, 
'  '--'\|  |' '-' ''  ''  '\ `-' | .'  /   |  ||  '--'  /|  `---.
 `-----'`--' `---'  `----'  `---'  `--'    `--'`-------' `------'
----------------------------------------------------------------- 

ihackmail Django project using Cloud9 IDE!

ihackmail.me allows you to find email addresses from a given domain either from a company, school, organization etc. It crawls the site and find all the valid email addresses and exports them to your account. You can create an account and Ihackmail will email the results directly from ihackmail to you using spark post.

NOT RUNING IMPORT ERROR not letting me read app modules. Not enough time to find the bug and finish before submission

Running from Cloud9 IDE

Your Django project is already fully setup. Just click the "Run" button to start the application. On first run you will be asked to create an admin user. You can access your application from 'https://ihackme-jeffsadic.c9users.io/' and the admin page from 'https://ihackme-jeffsadic.c9users.io/admin'.

Starting from the Terminal

In case you want to run your Django application from the terminal just run:

1) Run syncdb command to sync models to database and create Django's default superuser and auth system

$ python manage.py migrate

2) Run Django

$ python manage.py runserver $IP:$PORT

Configuration

You can configure your Python version and PYTHONPATH used in Cloud9 > Preferences > Project Settings > Language Support.

Share this project:

Updates