Author: 4lbH4cker
Version: 4
ALHacking is a small collection of scripts and demo tools meant to teach how common security techniques work.
It’s built for learning — to help you understand attacks so you can better defend systems.
This is for beginners: clear examples, short scripts, and step-by-step usage.
Do not run these tools against any system, account, or network you do not own or do not have explicit written permission to test.
Using tools to access, disrupt, or harm others is illegal. Use ALHacking only in labs, local VMs, or authorized test environments.
- Basic info gathering (OSINT)
- Simple user discovery techniques (public sources only)
- Wordlist / hash examples (learning Hashcat basics)
- Phone number lookups (public metadata, carrier info)
- Demo modules that show how some attacks work — for learning only
- DDoS simulation module — runs only in test environments to show how traffic can impact a server
- Beginners learning cybersecurity fundamentals
- Students practicing in isolated labs or VM environments
- Instructors who want small demo scripts for teaching
- Linux (Debian/Ubuntu/Kali/Parrot)
- Android (Termux)
- Other Unix-like systems
- Install Git (use your distro package manager or Termux
pkg install git). - Clone this repo:
git clone https://github.com/4lbH4cker/ALHacking cd ALHacking bash alhack.sh
This project is intended for educational use only. The author and maintainers are not responsible for misuse. By using this repo you accept full responsibility for your actions. Unauthorized attacks or access may be illegal.