๐ค Contributing to Cloud OSINT
February 16, 2026 ยท View on GitHub
Thank you for considering contributing to Cloud OSINT! Every contribution helps make this the definitive resource for cloud reconnaissance.
๐ How to Contribute
Suggesting a New Resource
- Check for duplicates โ Search the README to make sure the resource isn't already listed.
- Open an Issue โ Use the "Suggest a Resource" issue template to propose your addition.
- Or submit a PR directly โ If you're comfortable with Git, follow the PR process below.
Submitting a Pull Request
- Fork this repository
- Create a branch (
git checkout -b add-new-resource) - Add your resource following the formatting guidelines below
- Commit your changes (
git commit -m "Add [Resource Name] to [Section]") - Push to your branch (
git push origin add-new-resource) - Open a Pull Request using the PR template
โ Formatting Guidelines
Every entry must follow this exact format:
- [Resource Name](https://url.com) - Brief description starting with uppercase, ending with period.
Rules:
- Use dashes (
-) for list items, not asterisks or numbers. - The description must start with an uppercase letter and end with a period.
- Descriptions should be concise (one sentence, ideally under 120 characters).
- Place the entry alphabetically within its category.
- URLs must be valid and accessible โ no broken links.
- Do not include tracking parameters in URLs (remove
?utm_source=...etc.).
๐ฏ Quality Criteria
Resources added to this list should meet these criteria:
- Relevant โ Directly related to cloud OSINT, reconnaissance, or cloud security assessment.
- Maintained โ Actively maintained or still functional.
- Quality โ Well-documented, with clear usage instructions.
- Legal โ Must be a legitimate security tool or resource.
๐ Where to Add Your Resource
| Type of Resource | Section |
|---|---|
| Search engines, web platforms | Web Cloud OSINT Resources |
| CLI tools, scripts, frameworks | Cloud OSINT Tools (appropriate subcategory) |
| Google search queries | Google Dorks (appropriate provider) |
| Shodan search queries | Shodan Dorks |
| Domain/subdomain tools | Domain & Subdomain Identification |
| Certificate tools | Certificate Transparency |
| Dork generators | Dork Generation Tools |
| Other/general | Additional Resources |
๐ Reporting Issues
Found a broken link, outdated tool, or formatting error? Open an issue using the "Report a Problem" template.
๐ Code of Conduct
This project follows a Code of Conduct. By participating, you agree to abide by its terms.
Thank you for helping make Cloud OSINT the best resource for the community! โ๏ธ๐