Discover the power of H4X-Tools, a versatile toolkit designed for scraping, OSINT (Open-Source Intelligence), and beyond.
From extracting information from social media accounts to conducting phone and IP lookups, H4X-Tools offers a wide array of functionalities to aid researchers, developers, and security enthusiasts alike.
Explore its features, installation process, and community-driven development in this article. Toolkit for scraping, OSINT and more.
Submit feature requests and bugs in the issues tab.
If you want to help with the development, follow the instructions in contributing and simply open a pull request. You can also donate to keep the project alive and me motivated!
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. |
Email Search | Efficiently finds registered accounts from a given email. Thanks to holehe. |
Webhook Spammer | Spams messages to a discord webhook. |
WhoIs Lookup | Looks up a domain and returns information about it. |
SMS Bomber | Spams messages to a given mobile number. |
Fake Info Generator | Generates fake information using Faker. |
Web Scrape | Scrapes links from a given url. |
Wi-Fi Finder | Scans for nearby Wi-Fi networks. |
Wi-Fi Password Getter | Scans for locally saved Wi-Fi passwords. |
Dir Buster | Bruteforce directories on a website. |
Local Accounts Getter | Scans for all local accounts and their information. |
Caesar Cipher | Encrypts/decrypts/bruteforce a message using the Caesar cipher. |
BaseXX | Encodes/decodes a message using Base64/32/16. |
About | Tells you about the tool. |
Donate | My crypto addresses where to donate. |
Exit | Exits the tool. |
Note
-IG Scrape requires you to log in, in order to use it.
-SMS Bomber only works with US numbers.
-You might get rate limited after using some of the tools for too long.
Installation
I’ll upload already built executables to the releases tab, but I’d recommend installing the tool manually by following the instructions below. This way you also get the freshest version.
Setup
Important
Make sure you have Python and Git installed.
view the wiki page for more detailed tutorial.
Linux
- Clone the repo
git clone https://github.com/vil/h4x-tools.git
- Change directory
cd h4x-tools
- Run
sh setup.sh
in terminal to install the tool.
Windows
- Clone the repo
git clone https://github.com/vil/h4x-tools.git
- Change directory
cd h4x-tools
- 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
.