mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-12 14:22:47 +00:00
Add tool nccgroup/s3_objects_check
This commit is contained in:
parent
7cd34d4ffa
commit
10e6c075f7
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue