CloudRecon is a Bash script designed to scan all cloud environment IP ranges and extract data from SSL certificates. It pulls information such as wildcard subdomains and related info, saving the results to a file.
Before using the script, ensure you have the following prerequisites installed on your system:
-
gcc:
sudo apt install gcc
-
Go:
go install github.com/g0ldencybersec/CloudRecon@latest
To use allcloudrecon, follow these steps:
-
Clone this repository:
git clone https://github.com/s0calledhacker/allcloudrecon.git
-
Navigate to the cloned repository:
cd allcloudrecon
-
Make the script executable:
sudo chmod +x cloud-env-scan.sh
-
Run the script:
./cloud-env-scan.sh
This will run on threads 1000 and may takes days to complete.
The script will generate a file named cloudrecon.txt, which contains information extracted from SSL certificates, including wildcard subdomains and other info.
This script is provided as-is and for educational purposes only. Use it responsibly and in compliance with applicable laws and regulations.
- [s0calledhacker]
Feel free to contribute, report issues, or suggest improvements by creating pull requests.
MIT License
Copyright (c) [2024] [s0calledhacker]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.