Hacking lab for Termux, bringing Linux pentesting tools to Android
Top 67.3% on sourcepulse
i-Haklab is a comprehensive hacking laboratory designed for Termux, targeting cybersecurity enthusiasts and penetration testers. It aims to bring a wide array of open-source pentesting, scanning, exploitation, and post-exploitation tools to Android devices, simplifying their use through automation and providing extensive learning resources.
How It Works
i-Haklab leverages Termux, an Android terminal emulator, to provide a Linux-like environment. It utilizes the apt
package manager, extended with custom repositories, for easy installation of over 100 tools. The project integrates the "Oh My Fish" shell for an enhanced user experience and offers automated commands for common cybersecurity tasks, including brute-forcing, Metasploit operations, and network scanning. It also supports advanced features like a graphical desktop environment (XFCE4 via Termux:Wayland), password/fingerprint login, and integration with OpenAI modules.
Quick Start & Requirements
yes|apt install wget gnupg && \
mkdir -p $PREFIX/etc/apt/sources.list.d && \
wget https://raw.githubusercontent.com/ivam3/termux-packages/gh-pages/ivam3-termux-packages.list -O \
$PREFIX/etc/apt/sources.list.d/ivam3-termux-packages.list && \
curl -fsSL "https://raw.githubusercontent.com/ivam3/termux-packages/gh-pages/dists/stable/public_key.gpg" \
|gpg --dearmor|tee "$PREFIX/etc/apt/trusted.gpg.d/ivam3.gpg" >/dev/null && \
apt update && apt install i-haklab
git clone https://github.com/ivam3/i-Haklab
cd i-Haklab
chmod +x setup
bash setup
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
6 days ago
Inactive