This repo gives you access to MANY advanced tools (Ghidra, Burp, Hydra, SQLMap, etc.)
pkg update -y
pkg install wget -y
wget https://raw.githubusercontent.com/termuxvoid/repo/main/install.sh
chmod +x install.sh
./install.sh
After that, you can install tools like:
pkg install hydra
pkg install sqlmap
pkg install ghidra
pkg install burpsuite
⚠️For more information and use of this tool in termux visit github link of this tool.
👨💻 @TermuxHackTm
👍3
PassiveRecon is a rare OSINT recon tool that collects public information only — no attacks, no scanning.
Used for learning recon, bug bounty basics, and OSINT mindset.
Used for learning recon, bug bounty basics, and OSINT mindset.
pkg update -y && pkg install git python -y
git clone https://github.com/screetsec/PassiveRecon.git
cd PassiveRecon
pip install -r requirements.txt
python3 passiverecon.py
⚠️For more information and use of this tool in termux visit github link of this tool.
👨💻 @TermuxHackTm
🔥8