Skip to content

AmirhosseinBidokhti/h1reports

Repository files navigation

h1reports

A crawler for most recent disclosed reports on Hackerone.

Installation

Method 1

  npm install zx -g
  ./setup.mjs

Method 2

  npm install
  npm install pm2 -g
  node index.js --init
  pm2 start "node index.js -c 8h"