apt update apt install git php openssh curl -y git clone https://github.com/htr-tech/zphisher cd zphisher chmod +x zphisher.sh bash zphisher.sh 上面要分多个步骤完成,你衣可以使用一条命令完成全部操作,效果等同上边: apt update && apt ins
apt install <your path to deb file> Or $ dpkg -i <your path to deb file> $ apt install -f Run on Docker Docker Image Mirror: DockerHub: docker pull htrtech/zphisher GHCR: docker pull ghcr.io/htr-tech/zphisher:latest By using the wrapper scriptrun-docker.sh ...
以IntelliJ IDEA 为例:在 IDE 中依次点击 “File -> Settings -> Plugins -> Marketplace”,在搜索框中输入 “OpenSCA Xcheck”,点击 “Install”,安装成功后重启 IntelliJ IDEA。 通过OpenSCA 平台下载插件包进行安装: 以IntelliJ IDEA为例:将下载下来的插件安装包拖入适配的IDE中即可。
WORKDIR zphisher/ ADD . /zphisher RUN apt-get update RUN apt-get install -y curl RUN apt-get install --no-install-recommends -y php RUN apt-get install -y unzip RUN apt-get clean RUN apt-get install -y wget CMD ["./zphisher.sh"]Footer...
$ dpkg -i <your path to deb file> $ apt install -f Run on Docker Docker Image Mirror: DockerHub : docker pull htrtech/zphisher GHCR : docker pull ghcr.io/htr-tech/zphisher:latest By using the wrapper script run-docker.sh $ curl -LO https://raw.githubusercontent.com/htr-...
apt install git php openssh curl -y git clone https://github.com/htr-tech/zphisher cd zphisher chmod +x zphisher.sh bash zphisher.sh Or ; Use Single Command apt update && apt install git php curl openssh -y && git clone https://github.com/htr-tech/zphisher && cd zphisher && chmod...
pkg install "$pkg" -y elif [[ $(command -v apt) ]]; then sudo apt install "$pkg" -y elif [[ $(command -v apt-get) ]]; then sudo apt-get install "$pkg" -y elif [[ $(command -v pacman) ]]; then sudo pacman -S "$pkg" --noconfirm elif [[ $(command -...
git clone git://github.com/htr-tech/zphisher.git cd zphisher > Run : bash zphisher.sh Single Command : apt update ; apt install git curl wget php -y ; git clone git://github.com/htr-tech/zphisher.git ; cd zphisher ; bash zphisher.sh <<< If you copy , Then Give me The Credit...
On first launch, It'll install the dependencies and that's it. Zphisher is installed. Run on Docker $ docker pull htrtech/zphisher $ docker run --rm -it htrtech/zphisher Dependencies Zphisher requires following programs to run properly - php wget curl git All the dependencies will be inst...
An automated phishing tool with 30+ templates. This Tool is made for educational purpose only ! Author will not be responsible for any misuse of this toolkit ! - zphisher/zphisher.sh at master · zhou-xiaojun/zphisher