Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sapphicart/osint_crypto


https://github.com/sapphicart/osint_crypto

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# OSINT + Cryptography Challenges
Welcome to the Github repository for OSINT + Cryptography Challenges. The aim of this repository is to provide help in solving the challenges published [here](https://www.shrutipriya.in/challenges/challenges-introduction).
Each file is tied to a particular challenge, e.g. `challenge_3.py` is tied to OSINT + Cryptography #3.

Furthermore, the code itself contains exhaustive comments to guide beginners in understanding the code functionality.

_**Note:** This repository only serves as a guide. The challenges can also be solved through open source intelligence without the given code. Some challenges might be tied to custom web pages (html files) on this repository. Refer to the specific challenge for more information._
### Usage:
```
git clone https://github.com/sapphicart/osint_crypto.git
cd osint_crypto
python challenge_3.py
```