vil / H4X-Tools

Open source toolkit for scraping, OSINT and more.
https://github.com/vil/H4X-Tools/wiki
GNU General Public License v3.0
310 stars 34 forks source link
data-gathering dirbuster email-osint h4x-tools hacking hacking-tool hacktools igscraper ip-scanner linux osint phone-number port-scanner python python-script python3 tools webhook-spammer webscraping websearch

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.

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 and additions are always welcome.

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.
Cybercrime Int Searches if given email/domain has been compromised and leaked.
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. (Works poorly and only for US numbers)
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 User Enum 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.
Donate My crypto addresses where to donate.
Exit Exits 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!