Download the PHP package openbuckets/sdk-php without Composer
On this page you can find all versions of the php package openbuckets/sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download openbuckets/sdk-php
More information about openbuckets/sdk-php
Files in openbuckets/sdk-php
Package sdk-php
Short Description The OpenBuckets web-based tool is a powerful utility that allows users to quickly locate open buckets in cloud storage systems through a simple query. In addition, it provides a convenient way to search for various file types across these open buckets, making it an essential tool for security professionals, researchers, and anyone interested in discovering exposed data. This Postman collection aims to showcase the capabilities of OpenBuckets by providing a set of API requests that demonstrate how to leverage its features. By following this collection, you'll learn how to utilize OpenBuckets to identify open buckets and search for specific file types within them.
License Apache-2.0
Homepage https://openbuckets.io
Informations about the package sdk-php
openbuckets
The OpenBuckets web-based tool is a powerful utility that allows users to quickly locate open buckets in cloud storage systems through a simple query. In addition, it provides a convenient way to search for various file types across these open buckets, making it an essential tool for security professionals, researchers, and anyone interested in discovering exposed data. This Postman collection aims to showcase the capabilities of OpenBuckets by providing a set of API requests that demonstrate how to leverage its features. By following this collection, you'll learn how to utilize OpenBuckets to identify open buckets and search for specific file types within them.
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to https://api.openbuckets.io
Class | Method | HTTP request | Description |
---|---|---|---|
BucketsApi | searchBuckets | GET /api/v2/buckets | Search Buckets |
FilesApi | searchFiles | GET /api/v2/files | Search Files |
Models
- Bucket
- BucketSearchResults
- File
- FileSearchResults
Authorization
Authentication schemes defined for the API:
bearerAuth
- Type: Bearer authentication
Tests
To run the tests, use:
Author
OpenBuckets
All versions of sdk-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0