p1ngul1n0 / blackbird-react

Blackbird OSINT tool FrontEnd React Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackbird React

This repo contains the FrontEnd React Source code for Blackbird.

Setup

Clone repository

git clone https://github.com/p1ngul1n0/blackbird-react

Install React-Scripts

Install react-scripts@4.0.3 so Polyfills error doesn't happens with react-pdf as said in facebook/create-react-app#11756

npm i react-scripts@4.0.3

Start the project

npm start

Test

To test the React JS FrontEnd along with Blackbird tool, follow the steps below:

  1. Build code
npm run build
  1. Copy "build" folder content to "templates" folder in blackbird tool

  2. Start blackbird WebServer

python blackbird.py --web

About

Blackbird OSINT tool FrontEnd React Project


Languages

Language:JavaScript 75.0%Language:CSS 20.4%Language:HTML 4.7%