/osint-ctf

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

*************************************OSINT CTF******************************************
OSINT CTF consit of 4 levels based on different difficulty levels

***********************************Development******************************************
The entire CTF is created by using the FLASK framework in python , HTML and CSS
And run on the local server

**********************************How to PLay CTF***************************************

To run the CTF download the .zip file attached and unzip it.
After unzip open the CMD and use following command to install all the requirement to run on local machines
	C:\Users\Desktop\OSINT-CTF> pip3 install -r requirements.txt
and install all the requirement needed to run the ctf
After installing all the requirements go the OSINT-CTF folder then go to the __pycache__ folder and double
click on the app.cpython-310.py to run the ctf and then go to the link shown after running in cmd
OR

Go to the CMD
Then go the OSINT-CTF folder
the in cmd type
C:\Users\Desktop\OSINT-CTF> python3 app.py and it will run the local server 
then go to the url shown like http://127.0.0.1:5000/
and start solving


*******************************************ACCESS THE CTF Writeups added above********************************