
This repository holds a target infrastructure you can use for running the nimbostratus tools.
This repository holds a target infrastructure you can use for testing nimbostratus.
This code deploys an Amazon AWS infrastructure which has various vulnerabilities and weak configuration settings which can be exploited using nimbostratus.
If you're not sure what this is all about, you better avoid using any of the code that lives here.
sudo apt-get install python-mysqldb
git clone [email protected]:andresriancho/nimbostratus-target.git
cd nimbostratus-target
pip install -r requirements.txt
Make sure you have configured your "root" AWS credentials in ~/.boto before you run the fabric script.
fab deploy
The console messages will show you the progress to understand what's deployed and where. At the end you should end up with the following AWS components:
RDS:* and IAM:*A successfull run should look like this.
Once you finish playing with this Amazon cloud, just delete it with:
fab teardown
teardown command might fail, charges might be applied by Amazon even after running it. You're responsible of checking the state of your services after running this tool.