Quickly and Safely search cyber criminal forums for data breaches and leaks
  • JavaScript 48.8%
  • Python 30.7%
  • Shell 10.2%
  • Dockerfile 5.8%
  • HTML 4.5%
Find a file
2024-08-13 10:05:55 +05:30
frontend docker host expose fix 2024-07-07 01:47:34 +05:30
server docker docker docker docker docker docker docker 2024-08-13 10:05:55 +05:30
.dockerignore broken docker 2024-07-07 00:38:33 +05:30
.eslintrc.cjs first commit 2024-07-06 01:45:06 +05:30
.gitignore first commit 2024-07-06 01:45:06 +05:30
compose.yml broken docker 2024-07-07 00:38:33 +05:30
LICENSE Create LICENSE 2024-07-06 01:45:45 +05:30
README.md docker docker docker docker docker docker docker 2024-08-13 10:05:55 +05:30
start.sh broken docker 2024-07-07 00:38:33 +05:30

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

Authors