> ## Content Index
> Fetch the complete content index at: https://darkwebinformer.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# H4X-Tools: Open source toolkit for scraping, OSINT and more
- URL: https://darkwebinformer.com/h4x-tools-open-source-toolkit-for-scraping-osint-and-more/
- Published: 2025-07-22T16:56:02.000Z
- Updated: 2025-09-04T22:21:04.000Z
- Author: Dark Web Informer
- Tags: OSINT, Tools

Toolkit for scraping, OSINT and more.

Submit feature requests and bugs in the [issues](https://github.com/vil/H4X-Tools/issues) tab.

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2025/07/486393984378923589792.png)

# Current tools

[](https://github.com/vil/H4X-Tools#current-tools)

Warning

Some tools might not work on Windows systems.

| Tool Name           | Description                                                                                                       |
| ------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Ig Scrape           | Scrapes information from IG accounts                                                                              |
| Web Search          | Searches the internet for the given query.                                                                        |
| Phone Lookup        | Looks up a phone number and returns information about it.                                                         |
| Ip Lookup           | Looks up an IP/domain address and returns information about it.                                                   |
| Port Scanner        | Scans for open ports in a given IP/domain address.                                                                |
| Username Search     | Tries to find a given username from many different websites.                                                      |
| Leak Search         | Searches if given email/domain has been compromised and leaked.                                                   |
| Email Search        | Efficiently finds registered accounts from a given email. Thanks to [holehe.](https://github.com/megadose/holehe) |
| WhoIs Lookup        | Looks up a domain and returns information about it.                                                               |
| SMS Bomber          | Spams messages to a given mobile number. (Works poorly and only for US numbers)                                   |
| Fake Info Generator | Generates fake information using [Faker](https://pypi.org/project/Faker/).                                        |
| Web Scrape          | Scrapes links from a given url.                                                                                   |
| Wi-Fi Finder        | Scans for nearby Wi-Fi networks.                                                                                  |
| Wi-Fi Vault         | Scans for locally saved Wi-Fi passwords.                                                                          |
| Dir Buster          | Bruteforce directories on a website.                                                                              |
| Local Users         | Enumerates local user accounts on the current machine.                                                            |
| Caesar Cipher       | Cipher/decipher/bruteforce a message using the Caesar's code.                                                     |
| BaseXX              | Encodes/decodes a message using Base64/32/16.                                                                     |
| Help                | Shows the help message.                                                                                           |
| Exit                | Exits the tool.                                                                                                   |

## Setup

[](https://github.com/vil/H4X-Tools#setup)

Important

Make sure you have [Python](https://www.python.org/downloads/) and [Git](https://git-scm.com/downloads) installed.

view the [wiki page](https://github.com/vil/H4X-Tools/wiki) for more detailed tutorial.

### Linux

[](https://github.com/vil/H4X-Tools#linux)

1. Clone the repo `git clone https://github.com/vil/h4x-tools.git`
2. Change directory `cd h4x-tools`
3. Run `sh setup.sh` in terminal to install the tool.

### Windows

[](https://github.com/vil/H4X-Tools#windows)

1. Clone the repo `git clone https://github.com/vil/h4x-tools.git`
2. Change directory `cd h4x-tools`
3. Run the `setup.bat` file.

Setup files will automatically build the tool as an executable. You can also run the tool using `python h4xtools.py` in the terminal.

Also, dependencies can be installed manually using `pip install -r requirements.txt`.

# License

[](https://github.com/vil/H4X-Tools#license)

> [This source code is under the GNU General Public License, version 3.](https://www.gnu.org/licenses/gpl-3.0.txt)

---

THIS TOOL IS ONLY FOR EDUCATIONAL PURPOSES, DON'T USE IT TO DO SOMETHING ILLEGAL!