Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSIDES NYC 2025 CTF

Included are the public copies of solved challenges. Thank you to everyone who volunteered and contributed!

Layout

BSIDES_CTF/
├── cloud/                    
│   └── cloudchal0/          
│       ├── challenge.yml
│       ├── docker-compose.yml
│       ├── Dockerfile
│       ├── README.md
│       └── src/
│           ├── app.py
│           ├── index.html
│           ├── requirements.txt
│           └── serve.sh
├── crypto/                  
│   ├── baseic_crypto/       
│   │   ├── challenge.yml
│   │   ├── README.md
│   │   └── writeup.md
│   ├── treasure-island/   
│   │   ├── challenge.yml
│   │   ├── dist/
│   │   ├── docker-compose.yml
│   │   ├── Dockerfile
│   │   ├── src/
│   │   └── writeup/           
├── forensics/               
│   ├── jedi_map/           
│   │   ├── challenge.yml
│   │   ├── dist/
│   │   ├── README.md
│   │   └── writeup/
│   ├── jedi_map-2/         
│   │   ├── challenge.yml
│   │   ├── dist/
│   │   ├── README.md
│   │   └── writeup/
│   └── jedi_tabstate/      
│       ├── challenge.yml
│       ├── dist/
│       ├── README.md
│       └── writeup/
├── media/                  
│   ├── bsides_logo_black.png
│   ├── bsides_logo_white.png
│   ├── ctfd-square.png
│   ├── lockpicks.jpg
│   ├── osiris.png
│   ├── pi5.jpg
│   ├── pi500plus.jpg
│   ├── pi500pluswhite.jpg
│   └── rpi5.jpg
├── pwn/                     
│   └── BS-Register/        
│       ├── challenge.yml
│       ├── dist/
│       ├── Dockerfile
│       ├── README.md
│       ├── src/
│       └── writeup/
├── rev/                     
│   └── dino_vault/        
│       ├── challenge.yml
│       ├── dist/
│       ├── Dockerfile
│       ├── README.md
│       ├── src/
│       └── writeup/
└── web/                     
    ├── hacky-bird/         
    │   ├── challenge.yml
    │   ├── docker-compose.yml
    │   ├── Dockerfile
    │   ├── README.md
    │   ├── src/
    │   └── writeup/
    └── PixelFilter/        
        ├── challenge.yml
        ├── docker-compose.yml
        ├── Dockerfile
        ├── README.md
        ├── src/
        └── writeup/

About

Public repo of BSIDES CTF NYC 2025

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages