Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 268 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 268 Bytes

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"