https://github.com/rjulian/scipio
CLI tool to undertake cloud reconnaisance and attacks..
https://github.com/rjulian/scipio
aws cli gcp
Last synced: 5 months ago
JSON representation
CLI tool to undertake cloud reconnaisance and attacks..
- Host: GitHub
- URL: https://github.com/rjulian/scipio
- Owner: rjulian
- License: mit
- Created: 2022-06-02T04:48:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T19:24:38.000Z (over 3 years ago)
- Last Synced: 2025-05-12T16:53:44.637Z (about 1 year ago)
- Topics: aws, cli, gcp
- Language: Python
- Homepage:
- Size: 291 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scipio
CLI tool to undertake cloud reconnaisance and attacks.
You should use this tool to:
* Test your cloud infrastructure for vulnerabilities.
* Gather security information about your deployed infrastructure.
* Trigger specific security events in order to test detective infrastructure.
## Getting Started
The project's documentation contains a section to help you
[get started](https://scipio.readthedocs.io/en/latest/getting_started.html) as a developer or
user of the library.
## Development Prerequisites
If you're going to be working in the code (rather than just using the library), you'll want a few utilities.
* [GNU Make](https://www.gnu.org/software/make/)
* [Pandoc](https://pandoc.org/)
## Resources
Below are some handy resource links.
* [Project Documentation](http://scipio.readthedocs.io/)
* [Click](http://click.pocoo.org/5/) is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary.
* [Sphinx](http://www.sphinx-doc.org/en/master/) is a tool that makes it easy to create intelligent and beautiful documentation, written by Geog Brandl and licnsed under the BSD license.
* [pytest](https://docs.pytest.org/en/latest/) helps you write better programs.
* [GNU Make](https://www.gnu.org/software/make/) is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
## Authors
* **Richard Julian** - *Initial work* - [github](https://github.com/rjulian)
See also the list of [contributors](https://github.com/rjulian/scipio/contributors) who participated in this project.
## LicenseMIT License
Copyright (c) rjulian
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.