Lockdoor-Framework icon indicating copy to clipboard operation
Lockdoor-Framework copied to clipboard

Packages removed from Kali Repository Causing Install Failure

Open keepittechie opened this issue 3 years ago • 0 comments

Describe the bug Unable to install unsing script "install.sh" because packages have been removed. Python and Netcat. I troubleshot the install script and removed "python", then changed "netcat" to "netcat-traditional" under apt-get package manager.

To Reproduce Steps to reproduce the behavior:

  1. git clone https://github.com/SofianeHamlaoui/Lockdoor-Framework.git
  2. cd Lockdoor-Framework
  3. sudo chmod +x ./install.sh
  4. sudo ./install.sh
  5. During the initial dependency install it will state those two packages are unavailable.
  6. It will state that the install was completed successfully, but "sudo lockdoor" command is not found.
  7. Install doesn't complete

Expected behavior Successful install

Screenshots lockdoor-f032403

Desktop (please complete the following information):

  • OS: Linux Kali 5.14.0.0-kali4-amd64 #1 SMP Debian 5.14.16-1kali1 (2021-11-05) x86_64 GNU/Linux

Additional context Bug found while recording a video tutorial of the install

keepittechie avatar Nov 28 '21 03:11 keepittechie