mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-19 02:46:10 +00:00
Merge pull request #320 from lanjelot/cloudsplaining
New cloudsplaining tool to AWS Pentest page
This commit is contained in:
commit
836861c86e
@ -149,6 +149,13 @@
|
|||||||
$ python s3-objects-check.py -p whitebox-profile -e blackbox-profile
|
$ python s3-objects-check.py -p whitebox-profile -e blackbox-profile
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* [cloudsplaining](https://github.com/salesforce/cloudsplaining) - An AWS IAM Security Assessment tool that identifies violations of least privilege and generates a risk-prioritized report
|
||||||
|
```powershell
|
||||||
|
$ pip3 install --user cloudsplaining
|
||||||
|
$ cloudsplaining download --profile myawsprofile
|
||||||
|
$ cloudsplaining scan --input-file default.json
|
||||||
|
```
|
||||||
|
|
||||||
* [weirdAAL](https://github.com/carnal0wnage/weirdAAL/wiki) - AWS Attack Library
|
* [weirdAAL](https://github.com/carnal0wnage/weirdAAL/wiki) - AWS Attack Library
|
||||||
```powershell
|
```powershell
|
||||||
python3 weirdAAL.py -m ec2_describe_instances -t demo
|
python3 weirdAAL.py -m ec2_describe_instances -t demo
|
||||||
|
Loading…
Reference in New Issue
Block a user