Skip to content

vil/H4X-Tools

Repository files navigation

H4X-Tools

GitHub latest commit GitHub commits GitHub stars GitHub forks

Toolkit for scraping, OSINT and more.

Submit feature requests and bugs in the issues tab.

Looking for contributors!

If you have any Python knowledge and some time to spend, please be free to contribute by adding your own set of tools and improvements! Simply fork the repository, code your tool(s)/improvement(s) and open up a pull request!

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.
WhoIs Lookup Looks up a domain and returns information about it.
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 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.
Help Shows the help message.
Exit Exits the tool.

Setup

Important

Make sure you have Python and Git installed on your system.

view the wiki page for more detailed tutorial.

Linux

  1. Clone the repository: git clone https://github.com/vil/h4x-tools.git

  2. Change directory into H4X-Tools: cd h4x-tools

  3. Run the setup script: sh setup.sh

Windows

  1. Clone the repository git clone https://github.com/vil/h4x-tools.git

  2. Change directory into H4X-Tools cd h4x-tools

  3. Run the setup script setup.bat

The setup script will automatically install dependencies and build H4X-Tools as an executable. You can also run H4X-Tools using Python by doing python h4xtools.py.

Dependencies can be installed manually by doing 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!