Skip to content

Commit 27b5d15

Browse files
Zeus Grabber v1.0
First version was Publish : 10/14/2024
1 parent eabab21 commit 27b5d15

13 files changed

Lines changed: 1510 additions & 2 deletions

File tree

Files/icon1.png

27.6 KB
Loading

Files/icon2.png

22.1 KB
Loading

Files/icon3.png

19.6 KB
Loading

Files/icon4.png

5.78 KB
Loading

Files/logo.png

41.3 KB
Loading

Main.py

Lines changed: 1343 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 157 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,157 @@
1-
# Zeus-Grabber
2-
Zeus-Grabber (GUI) Reverse IP, IP Generator, Domain-to-IP Conversion, Google Search Dork & SQli, Zone-H
1+
# ⚡ Zeus Grabber v1.0 (GUI)
2+
3+
**Multi-Function Domain Tool:** Reverse IP, IP Generator, Domain-to-IP Conversion, Google Search Dork & SQli, Zone-H
4+
5+
---
6+
7+
Zeus Grabber is an **open-source** multi-tool for managing domains, automating reverse IP lookups, generating random IPs, converting domains to IPs, performing Google searches, and Zone-H Grab Domain.
8+
9+
> **Note:** I have an announcement! Google and Zone-H Grabber was originally coded in 2022 (copyright 2022), but I have made it public in 2024 with updated code to further improve its performance and usability.
10+
11+
Enjoy using this tool for **free**! 🚀
12+
13+
---
14+
## 📷 Screenshots :
15+
16+
🌐 **Reverse IP**
17+
![Reverse IP](https://github.com/drcrypterdotru/Zeus-Grabber/blob/main/demo/demo_1.png)
18+
19+
🌐 **Generate IP**
20+
![Generate IP](https://github.com/drcrypterdotru/Zeus-Grabber/blob/main/demo/demo_2.png)
21+
22+
🌐 **Google Grabber**
23+
![Google Grabber](https://github.com/drcrypterdotru/Zeus-Grabber/blob/main/demo/demo_3.png)
24+
25+
26+
🌐 **Zone-H**
27+
![Zone-H](https://github.com/drcrypterdotru/Zeus-Grabber/blob/main/demo/demo_4.png)
28+
29+
30+
## 🚒 Installation
31+
32+
### Run from Source (Python)
33+
34+
1. Clone the repository and navigate into the project directory:
35+
```bash
36+
git clone https://github.com/drcrypterdotru/zeus-grabber
37+
cd zeus-grabber
38+
```
39+
40+
2. Install the required dependencies:
41+
```bash
42+
pip install -r requirements.txt
43+
```
44+
45+
Or for Python 3:
46+
```bash
47+
python3 -m pip install -r requirements.txt
48+
python3 Main.py
49+
```
50+
51+
### Run from EXE (No Installation Needed)
52+
53+
You can download and run the **executable** from the [Releases section](#). No Python installation is required, just **one click** to run. 🎉
54+
55+
---
56+
57+
## ⚙️ Features
58+
59+
| Feature |
60+
|--------------------------|
61+
| 🔄 Reverse IP |
62+
| ⚙️ IP Generator |
63+
| 🔍 Google Search Automation |
64+
| 📜 Zone-H Username Input |
65+
66+
<details>
67+
<summary>Usage Instructions</summary>
68+
69+
### 🔄 Reverse IP
70+
71+
1. **Select a TXT file** (`IP_List.txt`) containing a list of IP addresses.
72+
2. Choose **API #1**, **API #2**, or **Both APIs**. Note: Using both might be slower depending on your network speed.
73+
3. **Save the results** as a `.txt` file.
74+
4. Click **Start** to begin the reverse IP lookup.
75+
76+
### ⚙️ IP Generator
77+
78+
This tool offers two IP generation options:
79+
80+
1. **Convert Domain to IP:**
81+
- Load your domain list (`Domain_List.txt`).
82+
- Save the generated IP list as a `.txt` file.
83+
- Click **Start Dom2IP**.
84+
85+
2. **Generate Random IPs:**
86+
- Input the number of IPs you want to generate.
87+
- Save the results to a `.txt` file.
88+
- Click **Generate IP**.
89+
90+
### 🔍 Google Search Automation
91+
92+
- Input your search queries (dorks) into `Dork_List.txt`, either one per line or multiple at once.
93+
- The program automates Google search for each query. Just like using Google manually but faster! 🕵️‍♂️
94+
- **Important**: Google captcha bypass is not supported, so you’ll need to solve captchas manually when prompted.
95+
96+
- Save the results in two formats:
97+
- **Domain format** (e.g., google.com).
98+
- **Full URL format** (e.g., example.com/product.php?id=...).
99+
- Or both formats.
100+
101+
If you want to exclude certain domains, use the **Block Domain** feature at the bottom of the dork list and save before starting.
102+
103+
### 📜 Zone-H Username Input
104+
105+
- Input the **Zone-H Grab Domain** you want to search.
106+
- Click **Save** and then **Start-H** to retrieve data.
107+
108+
**Note**: Captchas need to be solved manually, including for Zone-H searches.
109+
110+
</details>
111+
112+
---
113+
114+
## 🚀 How to Run
115+
116+
- After installation, launch the application by running:
117+
```bash
118+
python Main.py
119+
```
120+
121+
- Or, use the executable version available in [Releases](#) for one-click access.
122+
123+
---
124+
125+
126+
<div style="text-align: center;">
127+
128+
## Video Usage
129+
[![Video Usage](https://i.ibb.co/st2vXqG/Untitled-Project-Time-0-03-02-12.png)](https://www.youtube.com/watch?v=U9mGzYDeCHM)
130+
131+
## More Tools on Forums
132+
133+
Explore our community and connect with us on visit our website for more Tools and Resources!
134+
135+
[![Website](https://drcrypter.ru/data/assets/logo/logo1.png)](https://drcrypter.ru)
136+
137+
---
138+
139+
## 🤝 Contributing
140+
141+
We welcome contributions! Feel free to fork this repository, make enhancements, and open pull requests. Please check the [issues](#) page for ongoing tasks or bug reports.
142+
yi
143+
---
144+
145+
## 📜 License
146+
147+
This project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.
148+
149+
---
150+
151+
> ⚠️ **Disclaimer**: This tool is for educational purposes only. 🏫 The creator and contributors are not responsible for any misuse or damages caused. Use responsibly, and only on systems you own or have permission for. ✅
152+
153+
---
154+
155+
### 🎉 Enjoy Using Zeus Grabber v1.0!
156+
157+
If you encounter any issues or have questions, feel free to reach out or open an issue on GitHub.

demo/demo_1.png

107 KB
Loading

demo/demo_2.png

97.3 KB
Loading

demo/demo_3.png

167 KB
Loading

0 commit comments

Comments
 (0)