capsulecorp-pentest
capsulecorp-pentest copied to clipboard
problem with pentest machine
hi again I have to tell you something about provisioning pentest machine. i only don't want others to bother themselves as i did. I think you have to modify pentest ansible playbook file.
first of all; this command (gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB) does not work most of the times. I had to install gpg2 and used official rvm document and I added this key manually. so here ansible playbook throughs an error and doesn't go further. with this: "keyserver receive failed: no name"
second. /etc/profile.d/rvm-path.sh --> this file does not exist anymore it's name is rvm.sh and 3rd, latest stable ruby version is not 2.7 which you added to rvm paths, its version 3, and I think it will be added to paths automatically(look inside rvm.sh).
I did above jobs manually and deleted -role = rvm line from pentest.yml file and ran provision again on pentest fortunately no error left to handle.
your book is amazing but without this capsulecorp lab one can not profit enough of it, I just want others to enjoy this book as much as I am. so please make changes to this ansible files. goku activation problem (I started an issue on this one with solution, which you closed ) raditz domain name updating problem (i started another issue on this one too with solution ) and gohan mssql downloading problem. and here was pentest vm provisioning which had multiple issues and has to be updated.
I only care, that's all. thanks again for your work on capsulecorp pentest lab and your book on network pentesting.
Thanks for your work! Hopefully the author will recognise, the lab is extremely Hard to start.
I’m having the same issue. I followed the installation guide on https://rvm.io/rvm/security but I’m pretty sure only one of the keys was processed. Hopefully the author can make updates to these files so we can enjoy the rest of the pen test.
I’m having the same issue. I followed the installation guide on https://rvm.io/rvm/security but I’m pretty sure only one of the keys was processed. Hopefully the author can make updates to these files so we can enjoy the rest of the pen test.
Did you manage to install Ruby 2.7.2?
This should be resolved. The pentest machine now uses Kali.
git pull
vagrant destroy pentest
vagrant up pentest