Skip to content

YanMo5/ctf

Repository files navigation

templates

This repository contains the project's source files.

Files included:

  • app.py
  • auto_decoder.py
  • ctf_image_tool.py
  • ctf_image_tool.html
  • index.html
  • main.html
  • Untitled-1.json

How to push this folder to GitHub (example):

  1. Create a repository on GitHub named templates under the account YanMo5 (or choose a different name).
    • Web: https://github.com/new
    • Or use the GitHub CLI: gh repo create YanMo5/templates --public --source=. --remote=origin --push
  2. Locally (already done by this script):
    git remote add origin https://github.com/YanMo5/templates.git
    git branch -M main
    git push -u origin main

If you prefer using SSH, set the remote to git@github.com:YanMo5/templates.git instead of the HTTPS URL.

Notes:

  • You must be authenticated to GitHub in your terminal to push. Using gh auth login or configuring Git credentials is required.
  • If you want me to create the remote repo for you, provide a GitHub personal access token (PAT) with repo scope or authenticate with the GitHub CLI on this machine.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors