An open API service indexing awesome lists of open source software.

https://github.com/dobin/phishinghelp

A phishing help site
https://github.com/dobin/phishinghelp

Last synced: 9 months ago
JSON representation

A phishing help site

Awesome Lists containing this project

README

          

How to install:

Source
------

# cd /var/www
# git clone https://github.com/dobin/PhishingHelp.git

Python
------

apt-get install python-pip
pip install Flask pymongo unirest ipwhois simplejson python-whois pythonwhois

Apache
------

Install mod_proxy:

# apt-get install apache2
# apt-get install libapache2-mod-proxy-html
# a2enmod proxy_html

Configure Apache to forward requests to /service to localhost:5000

[...]
ProxyRequests Off # disable open proxy
ProxyPass /service http://127.0.0.1:5000
ProxyPassReverse /service http://127.0.0.1:5000
ProxyPreserveHost On

Mongo
-----

# apt-get install mongodb

Start Flask Server
------------------

Run on port 5000 on localhost:

$ python service.py localhost

Website
-------

go to:
http://localhost/PhishingHelp/

Console client:
---------------

$ cd /var/www/PhishingHelp/service
$ python consoleclient.py -d