Giter VIP home page Giter VIP logo

h4x-tools's Introduction

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.

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

  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!

h4x-tools's People

Contributors

deeoxys avatar itsmyrto avatar kamuridesu avatar vil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

h4x-tools's Issues

Problem running code

I am currently trying to run the cloned code on my Terminal using Py 3.12.0 and at first it was telling me there was a problem "building the wheel for aiohttp" (I think I had that fixed by installing the aiohttp 3.9 beta) but now it is saying "Failed to execute script 'h4x tools' due to unhandled exception! " What should I do?

H4X-Tools doesn't run after building it (Caused by twitter_scrape)

After running setup.sh and typing h4xtools in terminal, it gives the following:

Traceback (most recent call last):
  File "h4xtools.py", line 25, in <module>
    from utils import email_search, search_username, ig_scrape, whois_lookup, webhook_spammer, ip_scanner, ip_lookup, \
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
  File "utils/twitter_scraping.py", line 18, in <module>
    import snscrape.modules.twitter as snstwitter
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "PyInstaller/loader/pyimod02_importers.py", line 352, in exec_module
  File "snscrape/modules/__init__.py", line 17, in <module>
  File "snscrape/modules/__init__.py", line 13, in _import_modules
AttributeError: 'FrozenImporter' object has no attribute 'find_module'. Did you mean: 'exec_module'?
[380003] Failed to execute script 'h4xtools' due to unhandled exception!

H4X-Tools can be run normally tho using python3 h4xtools.py

Error

Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
##### setup-python-3.11.2-linux-x86_64: ================================================
##### setup-python-3.11.2-linux-x86_64: Attempting build of _rl_accel
##### setup-python-3.11.2-linux-x86_64: extensions from 'src/rl_addons/rl_accel'
##### setup-python-3.11.2-linux-x86_64: ================================================
##### setup-python-3.11.2-linux-x86_64: ===================================================
##### setup-python-3.11.2-linux-x86_64: Attempting build of _renderPM
##### setup-python-3.11.2-linux-x86_64: extensions from 'src/rl_addons/renderPM'
##### setup-python-3.11.2-linux-x86_64: ===================================================
##### setup-python-3.11.2-linux-x86_64: will use package libart 2.3.21
!!!!! cannot find ft2build.h
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

Consider adding integration to Hudson Rock public API for cybercrime intelligence

Consider adding Hudson Rock's complimentary data to your enrichment stack to check if an email address or domain was compromised in a global Infostealer attack. In case of compromise, the free API output will provide partially censored additional information regarding the incident.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.