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

Target Import non-functioning #87

Closed housemusic42 closed 3 years ago

housemusic42 commented 4 years ago

Hello,

No sure if this is still being maintained but I'm having an issue importing a target list.

I followed the wiki example and even tried a fresh install. The laravel logs aren't showing anything failing, the job shows up in the queue, says successful but nothing ever shows up.

I've worked around it by just using a mysqlimport but would like to demonstrate the functionality through the web ui.

Thanks!

Raikia commented 4 years ago

Stupidly this is a recent issue due to an update in Ubuntu. I need to fix the installer, but the current work-around is:

  1. Edit "/etc/systemd/system/multi-user.target.wants/apache2.service"
  2. Put "PrivateTmp=false" under the "[Service]" category: asdf
  3. Restart Apache: "service apache2 restart"
housemusic42 commented 4 years ago

boom goes the dynamite!

thanks for the response, everything is now importing!

Raikia commented 4 years ago

Keeping this open so others can find it since its not fixed in master yet :-)

Raikia commented 3 years ago

This is officially fixed and merged