Skip to content

aenniw/ctf-stash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTF-Stash

CTF Events

2023

2022

2021

2020

2019

2018

Other

CTF dumping

./ctf-dump.py   # User-Agent/Cookie needs to be updated based on CTF

External tools CTFdScraper CTFDump

CTF Toolkits

CTF-tools.md

Resources

FAQ

  • serving local processes via ncat
    • ncat --listen --keep-open --sh-exec ./main.py 7777

Building locally

To work locally with this project, you'll have to follow the steps below:

  1. Fork, clone or download this project
  2. Install Docsify npm install docsify-cli -g
  3. Preview your project: docsify serve

Credits