I recently installed
Looking at the contents of https://deb.debian.org/debian/dists/ shows that there is no
I saw that in
I am unsure how to proceed. Does anyone have any ideas? Thanks.
security/metasploit, but there's an issue which currently prevents it from running on FreeBSD. I then read that it comes built-in to Kali Linux, and furthermore that Kali can be installed via sysutils/debootstrap. So, I installed sysutils/debootstrap. Based on the instructions on the "LinuxJails" page on the FreeBSD Wiki, and seeing that there's a kali script in /usr/local/share/debootstrap/scripts, I executed what I think to be the command to install Kali, but got an error:
Code:
# debootstrap kali /stuff/compat/kali/
I: Keyring file not available at /usr/local/share/keyrings/kali-archive-keyring.gpg; switching to https mirror https://deb.debian.org/debian
I: Retrieving InRelease
I: Retrieving Release
E: Failed getting release file https://deb.debian.org/debian/dists/kali/Release
#
Looking at the contents of https://deb.debian.org/debian/dists/ shows that there is no
kali subdirectory, so that's the immediate explanation for the error, but it's not clear to me whether the subdirectory should be there or else if the script is just out of date, and in either case, what's to be done about it.I saw that in
/usr/local/share/debootstrap/scripts are also a few other kali-related things: kali-dev, kali-last-snapshot, and kali-rolling. However, these are just simlinks to kali.I am unsure how to proceed. Does anyone have any ideas? Thanks.