Raikia / FiercePhish

FiercePhish is a full-fledged phishing framework to manage all phishing engagements. It allows you to track separate phishing campaigns, schedule sending of emails, and much more.
https://github.com/Raikia/FiercePhish/wiki
GNU General Public License v3.0
1.29k stars 253 forks source link

install fails if passwords have " in them #64

Open digininja opened 6 years ago

digininja commented 6 years ago

Looks like you need to do some encoding on passwords:

./install.sh: eval: line 1087: unexpected EOF while looking for matching `"'
Raikia commented 6 years ago

Yeah, this is a known issue that is a biproduct of how the installer currently works. Will be fixed in the next version that is under development