Skip to content

lcdumort/CTF_decryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CTF_decryption

basic CTF encryption challenge. Written in Python3 with Flask

Prerequisites

Unix-systems

Python3 is already installed on most Unix-systems. If not:

sudo apt-get update
sudo apt-get install python3

Install pip3

sudo apt-get install python3-pip

Install flask

sudo pip3 install flask

Starting the challenge

  • Clone the repository to a folder and navigate to the folder.
  • Open a terminal
  • run python3 encrypt.py
  • open challenge2.html in a webbrowser
  • Good Luck!!

About

basic CTF encryption challenge. Written in Python3 with Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published