Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowkluster/darkintel
Quickly and Safely search cyber criminal forums for data breaches and leaks
https://github.com/snowkluster/darkintel
bootstrap compose docker fastapi python3 react webscraping
Last synced: 3 days ago
JSON representation
Quickly and Safely search cyber criminal forums for data breaches and leaks
- Host: GitHub
- URL: https://github.com/snowkluster/darkintel
- Owner: snowkluster
- License: gpl-2.0
- Created: 2024-07-05T20:14:21.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-13T04:36:01.000Z (3 months ago)
- Last Synced: 2024-08-13T05:42:54.935Z (3 months ago)
- Topics: bootstrap, compose, docker, fastapi, python3, react, webscraping
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dark Intel
Quickly and Safely search cyber criminal forums for data breaches and leaks
## Setup
In the [server](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](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
```sh
./start.sh
```> **_NOTE:_** Docker script is broken. too lazy to fix. maybe later
## Endpoints
Frontend is avaliable at [localhost:5173](http://localhost:5173)
Backend is avaliable at [localhost:8000](http://localhost:8000)
## NoteThe `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
- [@snowkluster](https://github.com/snowkluster)