Add tool nccgroup/s3_objects_check

This commit is contained in:
lanjelot 2020-11-29 23:22:03 +11:00
parent 7cd34d4ffa
commit 10e6c075f7
2 changed files with 10 additions and 0 deletions

View file

@ -42,6 +42,7 @@
except Exception as e:
print(e)
```
- [s3_objects_check - Whitebox evaluation of effective S3 object permissions, to identify publicly accessible files](https://github.com/nccgroup/s3_objects_check)
## AWS Configuration

View file

@ -115,6 +115,15 @@
$ python scout.py azure --cli
```
* **s3_objects_check** : https://github.com/nccgroup/s3_objects_check
```powershell
$ git clone https://github.com/nccgroup/s3_objects_check && cd s3_objects_check
$ python3 -m venv env && source env/bin/activate
$ pip install -r requirements.txt
$ python s3-objects-check.py -h
$ python s3-objects-check.py -p whitebox-profile -e blackbox-profile
```
* **weirdAAL** : AWS Attack Library https://github.com/carnal0wnage/weirdAAL/wiki
```powershell
python3 weirdAAL.py -m ec2_describe_instances -t demo