richnadeau / Capstone

0 stars 0 forks source link

(SPR2) Nan-Curunir Redeployment #20

Closed richnadeau closed 2 years ago

richnadeau commented 2 years ago

Nan-Curunir target box from last semester needs to be redeployed.

richnadeau commented 2 years ago

Started working on the redeployment for nan-curunir. Got my playbook to a working state (so that it can work with the new base image without errors/connecting to the Internet). Unfortunately, the configuration that worked with Ubuntu 18.04 does not seem to be working with Ubuntu 22, so I am going to have to look into that tomorrow via trying to manually install the vulnerable service.

richnadeau commented 2 years ago

Did some more digging this evening via enabling php logging and found out PHPMyAdmin is not working because of the new PHP version I installed on the base Ubuntu image. Supposedly the syntax has changed for php in recent updates which affects a bunch of php code in PHPMyAdmin 4.8.1 which is not allowing it to run properly. Next time I get a chance I am going to revert PHP back on my Ubuntu box to 7.4 to see if that resolves the issue.

richnadeau commented 2 years ago

Nan-Curunir redeployment is almost at finish line. Adjust playbook to match what devin wanted, changed passwords, changed flags, works with base image, etc. Also checked, documentation on mine and Devin's Github and made changes to mine to be more accurate.

Waiting for base image to be deployed in environment so I can test to make sure it works on there as well.

richnadeau commented 2 years ago

Closing this for now, will reopen if Devin asks for any edits/adjustments to the box. It is currently ready for deployment.