Skip to content

Hacker's Terminal is a fun and interactive web application that simulates a hacking terminal. It displays a series of messages with a blinking cursor to mimic a real hacking experience.

License

Notifications You must be signed in to change notification settings

HackesticMedusa/Hackers-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker's Terminal

Hacker's Terminal is a fun and interactive web application that simulates a hacking terminal. It displays a series of messages with a blinking cursor to mimic a real hacking experience.

Features

  • Realistic terminal interface
  • Blinking cursor that moves to the end of the latest word
  • Randomized message display intervals
  • Easy to customize messages

Screenshot

Hacker's Terminal Screenshot

Installation

  1. Clone the repository:
    git clone https://github.com/HackesticMedusa/Hackers-Terminal.git
  2. Navigate to the project directory:
    cd Hackers-Terminal
  3. Open index.html in your web browser to see the terminal in action.

Usage

To customize the messages displayed in the terminal, edit the messages array in script.js:

const messages = [
    "Initializing Hacking...",
    "Reading your Files...",
    "Password files Detected...",
    "Sending all passwords and personal files to server...",
    "Cleaning up..."
];

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Hacker's Terminal is a fun and interactive web application that simulates a hacking terminal. It displays a series of messages with a blinking cursor to mimic a real hacking experience.

Topics

Resources

License

Stars

Watchers

Forks