A beginner hacker setup in Termux can be useful, especially with a focus on installing commonly used packages and tools for network and web security tasks.
EvilFeonix Basic, a basic Python script that aimed at beginners starting with gray hat hacking in Termux. EvilFeonix Basic install essential Python libraries and Termux packages, giving you a foundational toolkit for exploring network security and gray hat hacking.
EvilFeonix Basic provides a setup for installing essential tools and Python packages for gray hat hacking and security analysis on Termux. This is ideal for beginners, as it covers network and security fundamentals in a user-friendly manner.
This Python script will:
- Update Termux and install necessary packages.
- Install Python libraries useful for network analysis, web scraping, SSH connections, and more.
- Set up essential hacking tools like nmap, hydra, sqlmap, and others.
- Optionally install advanced tools, with instructions for Metasploit and other powerful utilities.
- Core Termux Tools:
nmap
,hydra
,curl
,wget
,git
,openssl
. - Extra Tools: sqlmap (SQL injection tool), john (password cracker), netcat.
- Python Packages: Network and web analysis libraries such as requests, scapy, paramiko.
- Network Utilities: SSH configuration and net-tools for network analysis. This setup script is beginner-friendly, easy to understand, and covers essential tools for hacking.
After running EvilFeonix Basic, you can manually install:
- Metasploit Framework:
- pkg install unstable-repo
- pkg install metasploit
EvilFeonix-Basic
/
- setup_basic.py - the main installation script (named to reflect the “basic” version)
- requirements.txt - list of Python packages for installation
- README.md - optional documentation file describing the project
apt update && apt upgrade
apt install git
git clone https://github.com/evilfeonix/EvilFeonix-Basic.git
cd EvilFeonix-Basic
python3 setup_basic.py
This script will automatically:
- Update Termux and install key utilities.
- Install Python packages necessary for basic hacking tasks.
- Provide guidance on additional recommended tools.
- Legal and Ethical Use Only: This toolkit is for learning and educational purposes.
- Learning Focus: EvilFeonix Basic provides tools and libraries to learn network security fundamentals, making it great for exploring ethical hacking basics.