pentestgeek / phishing-frenzy

Ruby on Rails Phishing Framework
www.phishingfrenzy.com
GNU General Public License v3.0
794 stars 297 forks source link

Connect PhishingFrenzy on Docker in DigitalOcean Server #385

Closed ebakirmak closed 6 years ago

ebakirmak commented 6 years ago

Hello I can't connected Phishing Frenzy installed on Docker in DigitalOcean Server. My IP address is xxx.xxx.xxx.xxx:80. I installed phishing frenzy image and port setting up as 80. But when i connect that ip, i am seeing apache2 index.html installed on docker image. Help me!

ebakirmak commented 6 years ago

Hello I can connected.

docker exec -it 07a8075fd918 /bin/bash -> I entered my docker.

but give me error? Picture is below.

screenshot from 2018-03-28 17-08-18

I created db and edited config/database.yml with my username and password.

zeknox commented 6 years ago

This is not an error, this is the default rails page. For some reason it is rendering the default page instead of the Phishing Frenzy login portal. I dont use the docker image much so I'm of a minimal help here.

ebakirmak commented 6 years ago

Thanks for comeback. Then What is Phishing Frenzy login portal?

zeknox commented 6 years ago

The Phishing Frenzy login portal is the default route that rails should be rendering. Seems like there is a configuration issue where the web server is pointing to the /public/ directory instead of rendering the default rails routes.

ebakirmak commented 6 years ago

Yes i changed web server configuration but Now what do i do? i'm not understood. can you say step to step? Thank you

zeknox commented 6 years ago

Take a look at the installation guide here and make sure that your web server configurations are in alignment with what is documented.

https://www.phishingfrenzy.com/resources/install_ubuntu_linux

ebakirmak commented 6 years ago

three days along i didn't this. i try install ubuntu, install kali and install docker and i failed. But i will go on trying... Thanks for everything.

zeknox commented 6 years ago

Understood, rails is very challenging to deploy.