π A powerful script that automates the installation of essential tools for Termux & Linux users! π
This script is designed to automate the installation of hacking, development, networking, and security tools on Termux and Linux systems. It includes a variety of pentesting, OSINT, privacy, and coding tools that are useful for cybersecurity professionals, ethical hackers, and developers.
β
Works on both Termux & Linux
β
Automatic package manager detection (apt
, pacman
, dnf
)
β
Installs essential tools for hacking, networking, anonymity, and security
β
Colorful and stylish terminal output
β
Fast, reliable, and lightweight script
apt update && apt install git -y
git clone https://github.com/ItsMeAbhishekRai/Ultimate-Termux-Linux-Installer.git
cd Ultimate-Termux-Linux-Installer
chmod +x install.sh
bash install.sh
sudo apt update && sudo apt install git -y
git clone https://github.com/ItsMeAbhishekRai/Ultimate-Termux-Linux-Installer.git
cd Ultimate-Termux-Linux-Installer
chmod +x install.sh
sudo bash install.sh
Issue: This error occurs when the script is in Windows (CRLF) format and executed in Linux or Termux.
Your script contains Windows-style line endings (CRLF). Convert it to Linux-compatible format (LF) by following these steps:
dos2unix install.sh
If dos2unix
is not installed, install it:
For Termux:
pkg install dos2unix
For Linux:
sudo apt install dos2unix
sed -i 's/\r$//' install.sh
bash install.sh
β Python, Python2, Python3, Git, Curl, Tar, Zip, Unzip, Wget, Nano, Vim, Figlet, Toilet, Cowsay, Lolcat, Neofetch
β Nmap, Netcat, Whois, Macchanger, Proxychains, DNSutils
β Metasploit, Routersploit, SQLmap, Hydra, John, Aircrack-ng
β TheHarvester, Wpscan, Waybackurls, Subfinder, WhatWeb
β Hashcat, Cupp, Crunch
β Radare2, Ghidra
β Clang, Cmake, Make, GCC, G++, Lua, Node.js, Termux API
β Tor, Torsocks, Proxychains, Privoxy
β Hcxtools, Reaver, Pixiewps
β Aria2, Htop, Exiftool, Tmux
π Follow Me for More Updates!
π· Instagram: @ItsMeAbhishekRai
π» GitHub: ItsMeAbhishekRai
π Pinterest: ItsMeAbhishekRai
This project is licensed under the MIT License - feel free to modify and share! π―
Feel free to fork this repository and submit pull requests! Suggestions and improvements are always welcome. π‘
Q: Can I use this script on Windows?
A: No, this script is specifically for Termux (Android) and Linux.
Q: What to do if a package fails to install?
A: Run the script again or manually install the package using apt
.
Q: Can I request additional tools?
A: Yes! Open an issue on GitHub, and I'll consider adding it. π