关联漏洞
介绍
# k4_cve-2023-41064
Steps to Run the Project
Setup Frontend:
Navigate to the frontend folder:
bash
Copier
Modifier
cd frontend
Install the required Node.js dependencies by running:
bash
Copier
Modifier
npm install
Setup Backend:
Navigate to the backend folder:
bash
Copier
Modifier
cd backend
Install the required Python dependencies by running:
bash
Copier
Modifier
pip install -r requirements.txt
Run the Project:
To run the project, go back to the root of the project and execute the following command:
bash
Copier
Modifier
python run_project.py
This script will:
Install the necessary Node.js and Python dependencies.
Start both the frontend and backend servers.
Access the Project:
Frontend (React) will be running on http://localhost:3000.
Backend (FastAPI) will be running on http://localhost:8000.
Project Components:
Frontend (React with TypeScript):
The frontend is built using React and TypeScript. It runs on port 3000 by default.
Backend (FastAPI):
The backend is built using FastAPI and runs on port 8000. It serves a simple API.
Common Issues & Troubleshooting:
Error: Missing Node.js dependencies:
If you encounter errors related to missing packages, run:
bash
Copier
Modifier
npm install
Error: Missing Python dependencies:
If you encounter errors related to Python packages, run:
bash
Copier
Modifier
pip install -r requirements.txt
Backend Not Starting:
Ensure that Uvicorn is installed by running:
bash
Copier
Modifier
pip install uvicorn
Frontend Not Starting:
Ensure that react-scripts is installed by running:
bash
Copier
Modifier
npm install react-scripts
文件快照
[4.0K] /data/pocs/795efc9c56b3aa223b73d857e00493a2eb6992b4
├── [4.4K] k4_cve2023-41064-main.zip
└── [1.6K] README.md
0 directories, 2 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。