- information gathering toolkit, access to many resources to gain quick access
- clear workspace and service overview
- subdivided in tools for web, local networking and passive information gathering
- easy to maintain
[0] Clear Screen [10] Password Generator
[1] Port Scanner [11] Whois URL
[2] Whois IPv4 [12] HTTP Header
[3] Banner Grabber [13] HREF Collector
[4] B64 En-/Decrypt [14] Ping
[5] Whois Phonenumber [15] IPSweep
[6] Subdomain Scanner [16] Status Code
[7] Whoami [17] Email Extractor
[8] System Overview
[9] IPv4 Extractor [99] Exit
1 ) Clone the repo:
git clone https://github.com/Keyj33k/htkit.git
2 ) Run the installer:
- Debian/-based:
sudo bash htkit/installer
- Termux:
bash htkit/installer-termux
(Or install the requirements separately):
pip install -r htkit/requirements.txt
3 ) Run the Hunter-Toolkit:
- If you used the installer:
htkit
- Or if you installed this project manually:
python3 htkit
- Debian/-based:
bash htkit/updater
- Termux:
bash htkit/updater-termux
If you found a bug, or wanna start a discussion, please use . You are also invited to
send an email to the following address: K3yjeek@proton.me
The following isn't some silly blah blah or anything. It's a serious warning. Always remember that port scanning etc. can be illegal if you don't have any permissions to do that. You can end up in jail for being a blackhat.
- This tool is only for ethical purposes.
- I'm not responsible for your actions.
- Don't hack anyone without permissions.
- With great force follows great responsibility.
Copyright (c) 2022 Keyjeek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.