Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/tegal1337/br0w
Web SecurityCTFLearning & EducationLabs & Practice
GitHubtegal1337/br0w

br0w

Hack The Br0w | Play your browser and learn more, hack fun !!

View RepositoryWebsite
8315 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

br0w

Hack The Br0w | Play your browser and learn more, hack fun !!

Screenshoot

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 :

root@kitploit:~
~ 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

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)
Download Tool
  • 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

    Template

    CTF-Website-Template-2020