/getbugcrowdprograms

Get all of your Bugcrowd's program names.

Primary LanguageJavaScript

getbugcrowdprograms

A simple Node.js tool that extracts all of your Bugcrowd programs' name. Can easily be modified to fetch other data as well.

Install

export BUGCROWD_COOKIE=<BUGCROWD_SESSION_COOKIE> #_crowdcontrol_session
git clone https://github.com/JR0ch17/getbugcrowdprograms.git
cd getbugcrowdprograms/
npm install -g .

How to use

getbugcrowdprograms

Contributions

Always looking for contributions.