Skip to content

irivera007/cs-suite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Security Suite (cs-suite)

Pre-requisites

Python 2.7
pip
git

Installation

git clone https://github.com/SecurityFTW/cs-suite.git
cd cs-suite/
python setup.py

Virtual Environment installation

(So you don't mess with the already installed python libraries)

  • pip install virtualenvironmentwrapper
  • add it to the respective rc file of your shell (bashrc/zshrc) (for fish shell users check virtualfish)
  • echo "source /usr/local/bin/virtualenvwrapper.sh" > ~/.bashrc
  • source the file source ~/.bashrc
  • cd cs-suite/
  • mkvirtualenv cssuite
  • workon cssuite
  • pip install -r requirements-virtual.txt
  • aws configure

Once installation is done, the tool will ask you for the AWS keys and region. These two are mandatory for the tool to work.

Run

python cs.py

About

Cloud Security Suite - AWS auditing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.1%
  • Python 39.9%