Skip to content

Flare Explore is a Python program designed to find the real IP address behind Cloudflare protection. It utilizes the Censys API to gather information and reveal the actual IP address of a specified domain.

security007/FlareExplore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flare Explore

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.
Static Badge Static Badge

Fixing Error Whois Module

pip uninstall whois
pip unistall python whois
pip install -r requirements.txt

Installation and Usage

  1. Clone the repository:

    git clone https://github.com/security007/FlareExplore
  2. Install requirements module:

    pip install -r requirements.txt
  3. Change to the FlareExplore directory:

    cd FlareExplore
  4. Edit credentials in config.json:

    {
      "api_id": "censys-api-id",
      "api_secret": "censys-api-secret",
      "shodan_cookie": "shodan-cookie"
    }
  5. 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.

About

Flare Explore is a Python program designed to find the real IP address behind Cloudflare protection. It utilizes the Censys API to gather information and reveal the actual IP address of a specified domain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages