Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/we45/RoboBucketeer
Robot Framework Library for Buckteer - S3 Buckets & Subdomain Enumeration
https://github.com/we45/RoboBucketeer
Last synced: 3 months ago
JSON representation
Robot Framework Library for Buckteer - S3 Buckets & Subdomain Enumeration
- Host: GitHub
- URL: https://github.com/we45/RoboBucketeer
- Owner: we45
- License: mit
- Created: 2018-07-11T06:33:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T07:49:12.000Z (over 6 years ago)
- Last Synced: 2024-04-08T11:35:08.687Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sec-s3 - RoboBucketeer - Robot Framework Library for Buckteer - S3 Buckets & Subdomain Enumeration (Awesome AWS S3 Security [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/mxm0z/awesome-sec-s3))
README
# RoboBucketeer
Robot Framework Library for RoboBuckteer - S3 Buckets & Subdomain Enumeration
**Supports Python 2 & Python 3**
### Install Instructions
- Clone repo with modified Sublist3r: [here](https://github.com/abhaybhargav/Sublist3r)
- Install with command: `python setup.py install`
- Create a `.robot` file that includes the keywords used by RoboBucketeer Library### Keywords
`enumerate subdomain`
`| enumerate subdomain | target domain | subli3tr report | yaml report |`
* target domain: Domain for which subdomain need to be enumerated
* subli3tr report : where your subli3tr '.txt' results will be stored.
* yaml report: where your cloud subdomain enumeration i.e `S3 Buckets` results will be stored**Note:**
- Report path should be an absolute path
- Check the `RoboBucketeer.robot` inside the test directory for sample robot script