https://github.com/deriifirgiawan/pleer
Pleer tools are tools created from Python to find the original IP of a domain that is closed by Cloudflare. The results from the pleer tools may or may not be the original IP. The purpose of this tool is that it is created for cyber security purposes.
https://github.com/deriifirgiawan/pleer
cloudflare cybersecurity domain penetration-testing python
Last synced: 3 months ago
JSON representation
Pleer tools are tools created from Python to find the original IP of a domain that is closed by Cloudflare. The results from the pleer tools may or may not be the original IP. The purpose of this tool is that it is created for cyber security purposes.
- Host: GitHub
- URL: https://github.com/deriifirgiawan/pleer
- Owner: deriifirgiawan
- Created: 2024-07-19T16:25:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T16:32:08.000Z (11 months ago)
- Last Synced: 2025-02-06T22:34:39.096Z (4 months ago)
- Topics: cloudflare, cybersecurity, domain, penetration-testing, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pleer Tools
Pleer tools are tools created from Python to find the original IP of a domain that is closed by Cloudflare. The results from the pleer tools may or may not be the original IP. The purpose of this tool is that it is created for cyber security purposes.
## Installation
```bash
git clone https://github.com/deriifirgiawan/pleer.git
cd pleer
pip install -r requirements.txt
```## Usage
```bash
python pleer.py exampledomain.com
```