Git Product home page Git Product logo

Comments (5)

Raikia avatar Raikia commented on August 28, 2024

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

from fiercephish.

Raikia avatar Raikia commented on August 28, 2024

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.

from fiercephish.

ziflar avatar ziflar commented on August 28, 2024

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)

from fiercephish.

Raikia avatar Raikia commented on August 28, 2024

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.

from fiercephish.

ziflar avatar ziflar commented on August 28, 2024

@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

from fiercephish.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.