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.31k stars 249 forks source link

Unable to navigate #33

Closed reynas closed 7 years ago

reynas commented 7 years ago

Possibly a dumb question, but I just installed FiercePhish locally on a freshly installed Ubuntu 16, and when clicking something in the left menu, nothing happens. In other words, I'm unable to navigate through the site without manually filling in the URL's.

Raikia commented 7 years ago

I will investigate this and get back to you shortly! Is it a fresh install?

Yikez978 commented 7 years ago

Yes, we are having the same issue on a fresh install today.

reynas commented 7 years ago

cool thanks. Yes,

  1. I downloaded an ubuntu 16 iso file.
  2. Did an easy install on vmware
  3. Followed automated installation Method #2
  4. Used the firefox browser on the ubuntu

The links are present, but the dropdowns are not working? Note that I used the local IP 192.168.x.x as "domain", not that this should make a difference

Raikia commented 7 years ago

I believe a dependency broke in master and that is what is causing this. I fixed it in the dev branch but I'm now trying it in master and will be hotfixed shortly with an update solution here.

73eea2b is the commit in dev branch. Working on seeing if that is the same issue in master. Should know in the next 15 minutes.

Raikia commented 7 years ago

Bug confirmed, a dependency removed a one of its dependencies and broke master branch. I fixed it and pushed a hotfix.

Update solution for you:

cd /var/www/fiercephish
git pull origin master
git checkout 6818f4bb
bower install --allow-root

After that, you should be good to go.

EDIT: Updated for after v1.2.0 was released

reynas commented 7 years ago

Fixed, thank you for the swift reply and fix!