Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tegal1337/br0w
Hack The Br0w | Play your browser and learn more, hack fun !!
https://github.com/tegal1337/br0w
browser-game
Last synced: 16 days ago
JSON representation
Hack The Br0w | Play your browser and learn more, hack fun !!
- Host: GitHub
- URL: https://github.com/tegal1337/br0w
- Owner: tegal1337
- License: apache-2.0
- Created: 2020-10-14T14:36:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-21T14:54:15.000Z (over 4 years ago)
- Last Synced: 2024-02-15T07:35:51.303Z (12 months ago)
- Topics: browser-game
- Language: JavaScript
- Homepage: https://labs.tegalsec.org/br0w/
- Size: 6.37 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# br0w
Hack The Br0w | Play your browser and learn more, hack fun !!![Screenshoot](https://media2.giphy.com/media/DUCJBTChj8WfQqeeKl/giphy.gif)
The Br0w is a simple web to learn about and about web security with a browser as a tool that sometimes people forget about more benefits. Maybe it's more like Capture The Flag (CTF).
One of the challenges is, disable css and base64 encoding decoding via the console, Play more at https://labs.tegalsec.org/br0w/### List of Chall :
~ Chall 1 | User-Agent
~ Chall 2 | POST Data
~ Chall 3 | Cookie
~ Chall 4 | LocalStorage
~ Chall 5 | Eksternal CSS (Console)
~ Chall 6 | Internal CSS (Console)
~ Chall 7 | Inline CSS (Console)
~ Chall 8 | Browser Console
~ Chall 9 | Header
~ Chall 10 | Base64 (Console)
~ Chall 11 | Javascript (Console)### Demo Video :
![Screenshoot](https://media2.giphy.com/media/bh0AGuu5yOQfSP8gj8/giphy.gif)### Instalation :
- Run your web server (XAMPP / LAMPP)
- Clone the repository and put the files in the /htdocs/br0w
- You can akses http://localhost:8080/br0w
- Hack fun !!
### Deploy Manually Docker image
- Clone this repo (`git clone https://github.com/tegal1337/br0w`)
- Then run `docker build -t "br0w" .` and wait untill it's done
- If the build is clear, run this command `docker run --name web-ctf -d -it -p 80:80 br0w`
### License
[Apache License Version 2.0](https://raw.githubusercontent.com/tegal1337/br0w/main/LICENSE)
### Template
[CTF-Website-Template-2020](https://github.com/ashawe/CTF-Website-Template-2020)