User Tools

Site Tools


installing_lucy_on_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
installing_lucy_on_linux [2018/02/28 13:41] lucyinstalling_lucy_on_linux [2018/03/12 10:21] lucy
Line 92: Line 92:
 ===== Start the installation script manually after a successful installation ===== ===== Start the installation script manually after a successful installation =====
  
-Execute the command "python /opt/phishing/current/tools/setup/setup.py" (or in LUCY > 2.8: docker exec -it `docker ps -q` python /opt/phishing/current/tools/setup/setup.py) to continue with your setup.+Execute the command "python /opt/phishing/current/tools/setup/setup.py" (or in LUCY > 2.8: docker exec -it lucy /bin/bash python /opt/phishing/current/tools/setup/setup.py) to continue with your setup.
  
  
Line 101: Line 101:
 ===== Uninstall LUCY ===== ===== Uninstall LUCY =====
 In 3.2 we will provide an uninstaller. For now if you want to remove LUCY you first need to get a list of all packages installed using $awk '/^Selecting/ {gsub(/\./,""); print $5}' /var/log/apt/term.log (which displays installed packages in historical order, and then purges the last packages). That list will enable you to remove the according packages. In 3.2 we will provide an uninstaller. For now if you want to remove LUCY you first need to get a list of all packages installed using $awk '/^Selecting/ {gsub(/\./,""); print $5}' /var/log/apt/term.log (which displays installed packages in historical order, and then purges the last packages). That list will enable you to remove the according packages.
 +
  
  
installing_lucy_on_linux.txt · Last modified: 2022/06/22 12:37 by lucysecurity