Installation • Usage • Todo • Contribute
recon.cloud is website that scans AWS, Azure and GCP public cloud footprint this GO tool only utilize its API for getting result to terminal.
recon.cloud requires go1.19 to install successfully. Run the following command to get the repo -
go install github.com/Devang-Solanki/recon.cloud@latest
or you can download the pre-built binary from releases page
❯ recon.cloud -h
Usage of ./recon.cloud:
-d string
Only Domain
-l string
List of file containing Domains
-o string
Path of output file (default "none")
-only-ip
Get IPs instead of Domains
❯ recon.cloud -d wikipedia.com
wikipediademo.userlane.com.s3.amazonaws.com
wikipedia.s3.amazonaws.com
wikipedia-links.s3.amazonaws.com
wikipedia-test-data.s3.amazonaws.com
wikipedia.austinshaf.org.s3-website-us-east-1.amazonaws.com
❯ echo "hackerone.com" | recon.cloud
resources.hackerone.com
test-hackerone-vpn-service.s3.amazonaws.com
git.hackerone-us-west-2-production-attachments.s3.amazonaws.com
hackerone-vpn-service.s3.amazonaws.com
gslink.hackerone.com
❯ cat targets.txt | recon.cloud
❯ echo "hackerone.com" | recon.cloud -only-ip
3.98.63.202
52.60.160.16
52.60.165.183
52.218.209.82
52.92.181.81
52.218.235.67
52.92.128.209
52.92.209.49
52.84.125.62
52.84.125.13
52.84.125.129
52.84.125.74
recon.cloud -l targets.txt
recon.cloud -d hackerone.com -o result.txt
If you want to contribute to this project then:
- Submitting an issue because you have found a bug or you have any suggestion or request.
☑️ Implemented everything in GO.
- Using multiple threads for better speed
- Option for output in different format eg: JSON, CSV etc
- Option for filtering based on resources like s3, ec2 etc