htr-tech / zphisher

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 !
GNU General Public License v3.0
11.08k stars 3.67k forks source link

Need help #664

Closed Depxii closed 1 year ago

Depxii commented 1 year ago

When loading in cloud shell, and running docker run --rm -ti htrtech/zphisher it does the update and says updated successfully run zphisher again, what do i put because obviously im doing something wrong because it just tries to update again and says the same thing again and stays at 2.3.4

htr-tech commented 1 year ago

First Check the image id by typing docker images -a Then remove it using docker rmi <image id> Then run again.. It should pull the latest one

Or simply pull the latest version using docker pull

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs/questions.