Skip to content

Latest commit

 

History

History

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

PyJailBreak Backend

下記URLまたはローカルで実行したフロントエンドにおいて、Endpoint for PyJailBreak Serverとして本プログラムを指定してください。
https://fans.sechack365.com/PyJailBreak/

起動

pip3 install -r ./app/requirements.txt
python3 ./app/app.py

Dockerコンテナとして起動

Note

バックエンドをDockerで動かす場合、localhosthost.docker.internalまたはgateway.docker.internalとなります

docker-compose up