Credmaster

From RCATs


Creating an AWS account

Sign into or setup an AWS console account.

https://aws.amazon.com/
Awsconsole.png
If you do not have an account go ahead and create one here. You will need to place a credit card on file. (There is no charge)
Login.png
You can either search for IAM or click on the IAM link below.
Iam.png
On the IAM dashboard click on Users.
Users.png
In the Users dashboard click on "New User".
User.png
On the New User dashboard, give your new user name and click next.
Name.png
Next:

1. Select "Attach Policies Directly"
2. Search for "API"
3. Select "AmazonAPIGatewayAdministrator"
4. Click "Next" at the bottom of the page.
Admin.png
Make sure everything looks good and click next.
Create.png
On the next screen, we see that our user has been created successfully! Click on "View User".
View.png
In the User Profile click on Security Credentials.
Creds.png
Scroll down to Access Keys and click "Create access key"
Createkey.png
Select "Other" then click next.
Other.png
Click on "Create access key". As it states the Description Tag Value is optional, so you can leave it blank.
Optional.png
******************************************* PAY ATTENTION TO THIS! **********************************************
On the screen below. Make sure you note down your "Access Key" and "Secret Access Key" BEFORE clicking done. You can also download the information with the "Download.csv file" Button at the bottom. As the banner says you will NOT be able to retrieve these after closing this window.
Important.png
If all goes correctly, you should see this on the user's dashboard now under "Access Keys"
Awsfinished.png
Congrats! Your AWS is ready to go!

Before leaving AWS let's grab our region, as we will need this below.

Consolehome.png
On the console home page, the region for your account should be visible.
Ec2dashboard.png

FireProx

Prerequisites:

1. Have an AWS account with Secret Key and Access Key. (Follow Instructions Above)
2. Your AWS region. (Also located above)
3. Have Docker installed.

Install

$ git clone https://github.com/ustayready/fireprox
$ cd fireprox
$ docker build -t fireprox .

Configure

$ docker run --rm -it fireprox --access_key <YOUR_ACCESS_KEY> --secret_access_key <YOUR_SECRET_KEY> --region <YOUR_REGION> --command create --url https://www.whatsmyip.org
Fireprox1.png
Fprox2.png
When you visit the site that is generated, you will notice that the IP changes every time you refresh the page.
Once you have reached this point. FireProx is ready to go and you can move on to installing credmaster.

CredMaster

Usage

Plugins