IppSec / Jarmis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In Development.

This was created in two days for a CTF, so the code is very very bad. Mainly did this to learn FastAPI and highlight some work salesforce did with fingerprinting TLS. Decided it would be a fun project to turn into a real application, so will be fixing the code overtime.

Credit

Sales Force for all their work

ChristopherGS for his FastAPI Tutorial

Part 1 Local Setup

  1. pip install poetry
  2. Install dependencies cd into the directory where the pyproject.toml is located then poetry install
  3. Run the FastAPI server via poetry poetry run ./run.sh
  4. Open http://localhost:8001/

About


Languages

Language:Python 99.3%Language:Shell 0.7%