Skip to content
LearningOSINTTools

H4X-Tools: An Open-Source Toolkit Designed for Scraping, OSINT, and a Variety of Other Powerful Functionalities

GitHub: https://github.com/vil/H4X-Tools/
Last Commit: July 7th, 2024


Toolkit for scraping, OSINT and more.

Submit feature requests and bugs in the issues tab.

Notice

The development of this toolkit will be slowed/stopped completely for at least 6 months. If you want to keep this up to date, feel free to open up a pull request. All new tools, additions and other improvements are always welcome.

Current tools

Warning

Some tools might not work on Windows systems.

Tool NameDescription
Ig ScrapeScrapes information from IG accounts.
Web SearchSearches the internet for the given query.
Phone LookupLooks up a phone number and returns information about it.
Ip LookupLooks up an IP/domain address and returns information about it.
Port ScannerScans for open ports in a given IP/domain address.
Username SearchTries to find a given username from many different websites.
Cybercrime IntSearches if given email/domain has been compromised and leaked.
Email SearchEfficiently finds registered accounts from a given email. Thanks to holehe.
Webhook SpammerSpams messages to a discord webhook.
WhoIs LookupLooks up a domain and returns information about it.
SMS BomberSpams messages to a given mobile number. (Works poorly and only for US numbers)
Fake Info GeneratorGenerates fake information using Faker.
Web ScrapeScrapes links from a given url.
Wi-Fi FinderScans for nearby Wi-Fi networks.
Wi-Fi VaultScans for locally saved Wi-Fi passwords.
Dir BusterBruteforce directories on a website.
Local User EnumEnumerates local user accounts on the current machine.
Caesar CipherCipher/decipher/bruteforce a message using the Caesar's code.
BaseXXEncodes/decodes a message using Base64/32/16.
HelpShows the help message.
DonateMy crypto addresses where to donate.
ExitExits the tool.

Setup

Important

Make sure you have Python and Git installed.

view the wiki page for more detailed tutorial.

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

  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

This source code is under the GNU General Public License, version 3.

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

Comments

Latest