https://github.com/kts-o7/ctf-helper_website
A simple website to hide flags
https://github.com/kts-o7/ctf-helper_website
Last synced: 2 months ago
JSON representation
A simple website to hide flags
- Host: GitHub
- URL: https://github.com/kts-o7/ctf-helper_website
- Owner: KTS-o7
- License: mit
- Created: 2024-01-26T05:55:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T12:09:33.000Z (about 1 year ago)
- Last Synced: 2025-01-19T04:28:27.468Z (3 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CTF-Helper_website
This is a simple website that emulates a terminal and contains hidden flags in HTML, CSS, and JS files. The purpose of this website is to provide a fun challenge for participants to find and uncover these hidden flags.
## Getting Started
To get started with the CTF-Helper_website, follow these steps:
1. Clone the repository to your local machine:
```bash
git clone https://github.com/your-username/CTF-Helper_website.git
```2. Navigate to the project directory:
```bash
cd CTF-Helper_website
```3. Open the `index.html` file in your preferred web browser.
## Challenge Instructions
The goal of this challenge is to find the hidden flags in the HTML, CSS, and JS files. The flags are scattered throughout the codebase and can be found by carefully examining the files.
Here are some tips to help you get started:
- Inspect the HTML source code to look for any hidden elements or comments.
- Analyze the CSS stylesheets for any unusual class names or properties.
- Examine the JavaScript code for any obfuscated or encoded strings.## Contributing
If you would like to contribute to the CTF-Helper_website project, feel free to submit a pull request. Contributions are always welcome!
## Acknowledgements
- This project was inspired by CTF challenges and aims to provide a similar experience in a web-based environment.