Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem runing ./update.sh #41

Open
ziflar opened this issue Apr 15, 2017 · 5 comments
Open

Problem runing ./update.sh #41

ziflar opened this issue Apr 15, 2017 · 5 comments

Comments

@ziflar
Copy link

ziflar commented Apr 15, 2017

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
Copy link
Owner

Raikia commented Apr 15, 2017

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

@Raikia
Copy link
Owner

Raikia commented Apr 17, 2017

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
Copy link
Author

ziflar commented Apr 17, 2017

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
Copy link
Owner

Raikia commented Apr 17, 2017

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
Copy link
Author

ziflar commented Apr 29, 2017

@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

Raikia added a commit that referenced this issue May 4, 2017
@Raikia Raikia added this to the 1.3.0 milestone Jul 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants