- JavaScript 48.8%
- Python 30.7%
- Shell 10.2%
- Dockerfile 5.8%
- HTML 4.5%
| frontend | ||
| server | ||
| .dockerignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| compose.yml | ||
| LICENSE | ||
| README.md | ||
| start.sh | ||
Dark Intel
Quickly and Safely search cyber criminal forums for data breaches and leaks
Setup
In the server directory create a virtual environment to install the required packages
python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
Then in the root folder run
npm i to install all react and bootstrap dependancies
Start
In the server directory run
uvicorn main:app --reload to start the backend and the web scrapper
Then in the root folder run
npm run dev
Docker
If you have Docker installed you can quick start the application by running
./start.sh
NOTE: Docker script is broken. too lazy to fix. maybe later
Endpoints
Frontend is avaliable at localhost:5173
Backend is avaliable at localhost:8000
Note
The cookies.json are account cookies from one of these cyber crime forums that I was able to extract and his required to scrape the website