Lockdoor-Framework
Lockdoor-Framework copied to clipboard
Packages removed from Kali Repository Causing Install Failure
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:
- git clone https://github.com/SofianeHamlaoui/Lockdoor-Framework.git
- cd Lockdoor-Framework
- sudo chmod +x ./install.sh
- sudo ./install.sh
- During the initial dependency install it will state those two packages are unavailable.
- It will state that the install was completed successfully, but "sudo lockdoor" command is not found.
- Install doesn't complete
Expected behavior Successful install
Screenshots
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