Skip to content

A simulation of hacking interaction terminal like a pro hacker as shown in movies and other . You can host it locally or see the live pages.

License

Notifications You must be signed in to change notification settings

Akastha68/hacker_terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker Terminal

Hacker Terminal is a powerful simulation-based terminal designed for ethical hacking practice, cybersecurity learning, and fun command-line exploration. Built with realism in mind, it emulates hacker-style operations like password cracking, packet sniffing, port scanning, location tracing, and data decryption — all simulated for educational purposes only.


Features

  • Realistic UI/UX inspired by Hollywood hacker scenes
  • Password brute force simulator
  • Packet sniffing simulation with fake data
  • Live port scanning & spoofed target IPs
  • Randomized data decryption tasks
  • Modular command system for extendability
  • Cross-platform: Android (via Termux) & Desktop

Technologies Used

  • HTML, CSS, JS (Frontend Interface)
  • PHP (Simulated Backend Execution)
  • SQLite3 (Local Data Simulation)
  • Shell Scripts (for Termux support)
  • Optional: WebSockets for live updates

Installation

On Android (Termux)

pkg install git php sqlite nodejs python3 -y
git clone https://github.com/Akastha68/hacker_terminal.git
cd hacker_terminal
python -m http.server 8080

On Kali

sudo apt install git php python3 sqlite nodejs -y
git clone https://github.com/Akastha68/hacker_terminal.git
cd hacker_terminal
sudo python -m http.server 80

Acknowledgement

Thank Your Visit Us !!

About

A simulation of hacking interaction terminal like a pro hacker as shown in movies and other . You can host it locally or see the live pages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published