Skip to content

Challenges used during How To Hack Workshop 2025 (meant for absolute beginners).

Notifications You must be signed in to change notification settings

athack-ctf/How-To-Hack-2025-Challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Hack 2025 - Challenges

Challenges used during How To Hack Workshop 2025 (meant for absolute beginners).

Watch How to Hack: Beginners Workshop

Running challenges locally

You can either use docker compose or npm to have all challenges running locally.

Option 1: Using docker compose (RECOMMENDED)

Note: make sure you have docker installed.

  1. Clone this repository
    git clone https://github.com/athack-ctf/How-To-Hack-2025-Challenges
    
  2. Then
    cd How-To-Hack-2025-Challenges
    
  3. Run challenges using docker compose
    docker compose up
    
  4. Check: http://localhost:2025

Option 2: Using npm

Note: make sure to have npm installed.

  1. Clone this repository
    git clone https://github.com/athack-ctf/How-To-Hack-2025-Challenges
    
  2. Then
    cd How-To-Hack-2025-Challenges
    
  3. Install dependencies
    npm install
    
  4. Start the challenges
    npm start
    
  5. Check: http://localhost:2025

Follow us for more

AtHackCTF Hexploit Alliance TECHNATIONca

About

Challenges used during How To Hack Workshop 2025 (meant for absolute beginners).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published