SecurityFTW / cs-suite

Cloud Security Suite - One stop tool for auditing the security posture of AWS/GCP/Azure infrastructure.
GNU General Public License v3.0
1.13k stars 217 forks source link

Instruction on how to run IP audit locally needed #9

Closed Leectan closed 5 years ago

Leectan commented 6 years ago

I believe a quickstart or quick instruction on how to run IP audit locally (Mac, Windows, Linux) or remote server (Ec2, Google Compute Engine, Azure) would be great.

shivankar-madaan commented 6 years ago

Here's one video which we have in our documentation can help you https://securityftw.github.io/Usage/ https://www.youtube.com/watch?time_continue=73&v=2eW-0bS0Hq8

shivankar-madaan commented 6 years ago

So we have parameters option as -aip (audit_ip) which is manadatory -u user-name,if you want to use any other user than ec2-user(which is default) -pem pem file location -p password,this is basically if you use password along with the pem file,or if you use just the password and not the pem file So some the examples can be like python cs.py -aip 10.2.2.3 -pem test.pem python cs.py -aip 10.2.2.3 -u shiv -pem test.pem python cs.py -aip 10.2.2.3 -u shiv -p (you would get a password prompt)

So basically depends on how you connect to your machine usually,and in the same way you can pass the same to cs.py

shivankar-madaan commented 6 years ago

Also currently the local Audit is just for AWS infra We maybe be adding GCP in the future(for local audit)

shivankar-madaan commented 6 years ago

@Leectan were you able to run the local audit?