Script runs every day at 12 am and 4 pm IST
Every time a Bug Bounty Program in Immunefi modifies its policy, assets-in-scope, or bounties-table, a bot will commit those changes to this repo.
To get a before/after diff of a project, go to ./projects/{project-name}.json
and check it's latest commit.
To get a before/after diff of a audit competitons, go to ./audit_competitions/{project-name}.json
and check it's latest commit.
No, the information and history of changes will stay here forever.
Yes.
To get a list of programs call this endpoint:
https://raw.githubusercontent.com/pratraut/Immunefi-Bug-Bounty-Programs-Snapshots/main/projects.json
https://raw.githubusercontent.com/pratraut/Immunefi-Bug-Bounty-Programs-Snapshots/main/audit_competitions.json
For example, open your console and type:
wget -qO- https://raw.githubusercontent.com/pratraut/Immunefi-Bug-Bounty-Programs-Snapshots/main/projects.json
wget -qO- https://raw.githubusercontent.com/pratraut/Immunefi-Bug-Bounty-Programs-Snapshots/main/audit_competitions.json
To get a list of assets in scope and program details call this endpoint (replacing {PROJECT_ID} with the project's id):
https://raw.githubusercontent.com/pratraut/Immunefi-Bug-Bounty-Programs-Snapshots/main/projects/{PROJECT_ID}.json
https://raw.githubusercontent.com/pratraut/Immunefi-Bug-Bounty-Programs-Snapshots/main/audit_competitions/{PROJECT_ID}.json
For example, open your console and type:
wget -qO- https://raw.githubusercontent.com/pratraut/Immunefi-Bug-Bounty-Programs-Snapshots/main/projects/2pi.json