Flare Explore is a Python program designed to find the real IP address behind Cloudflare protection. It utilizes the CENSYS API and SHODAN to gather information and reveal the actual IP address of a specified domain.
Fixing Error Whois Module
pip uninstall whois
pip unistall python whois
pip install -r requirements.txt
Installation and Usage
-
Clone the repository:
git clone https://github.com/security007/FlareExplore
-
Install requirements module:
pip install -r requirements.txt
-
Change to the FlareExplore directory:
cd FlareExplore
-
Edit credentials in config.json:
{ "api_id": "censys-api-id", "api_secret": "censys-api-secret", "shodan_cookie": "shodan-cookie" }
-
Run the program with the desired domain:
python fileexplore.py -d domain.com
Contribution
Contributions are welcome! If you find issues, have suggestions, or want to add new features, feel free to open an issue or submit a pull request. Let's make Flare Explore even better together!
License
Flare Explore is released under the MIT License.
Disclaimer
This program is intended for educational and research purposes only. Use responsibly and ensure compliance with legal and ethical standards. The authors are not responsible for any misuse or illegal activities.