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

Problem runing ./update.sh #41

Open ziflar opened 7 years ago

ziflar commented 7 years ago

Hi @Raikia related to this issue

now it's ok with mailgun and Gmail smtp . there is a problem with ./update.sh . please edit the install.sh on line 352

other question : 1 - I want to purshase a domain to add it with this great tool. please if you have tested a good one . give me the name or the link to purshase it

2 - can you edit a version for kali linux rolling

                                      thx freind.
Raikia commented 7 years ago

What specifically is the problem with update.sh? Can you give any additional information?

Raikia commented 7 years ago

Please provide me more details than just "a problem". Also you say it was a problem with update.sh, but then you randomly say to edit install.sh on a line that should have 0 impact on you.

As for making a version for Kali rolling, you should not be using FiercePhish on Kali. Kali is not a hardened operating system for production use directly on the internet with ports open to the internet. FiercePhish is intended to be installed on a VPS or other directly Internet-accessible system with a domain name tied to it. Therefore, I have no plans on making a version for Kali rolling, as it should not be used at all for this. That said, you can easily follow the manual installation instructions here for information on how to install it in Kali.

ziflar commented 7 years ago

hi @Raikia here the error runing ./update.sh or install.sh

zembla@zembla:/var/www/fiercephish$ sudo ./update.sh

################################################################# #################### FiercePhish Updater #################### #################### By Chris King #################### #################### @raikiasec #################### #################################################################

[~] This updater automatically updates your FiercePhish instance to the latest version. [~] It is designed to work with Ubuntu and currently only works for Ubuntu 16.04 and Ubuntu 16.10 [~] This updater expects you to have installed FiercePhish using the automated installer or following [~] the manual install method

./update.sh: ligne 122: 2000+ : erreur de syntaxe : opérande attendue (le symbole erroné est "+")

total=$(($mem+$swap)) i've solved this with: total=$($mem+$swap)

Raikia commented 7 years ago

That's really very odd. Its definitely not the best practice on adding two variables together, but according to this, it should be:

$((mem+swap))

I will update both scripts to be this going forward. I do find it odd though since the current version works perfectly fine for me...

img

Can you try running those commands individually and tell me how it goes? I'm really not sure why its not working for you.

ziflar commented 7 years ago

@Raikia i have ubuntu installed on VirtualBox. maybe the problem is related to creating a swap partition on virtual machine .but i've edit total=$($mem+$swap) and contunie the install Firecefish is installed and i send mail with no problem