sw33tLie / bbscope

Scope gathering tool for HackerOne, Bugcrowd, Intigriti, YesWeHack, and Immunefi!
Apache License 2.0
1.01k stars 145 forks source link

Intigriti URL endpoint has changed #31

Closed horise closed 1 year ago

horise commented 1 year ago

Hi, Using the default hard coded intigriti URL endpoint, I can get nothing from intigriti.

After checking the http request traffic, I found that the Intigriti URL endpoint has changed to: INTIGRITI_PROGRAMS_ENDPOINT = "https://api.intigriti.com/core/researcher/programs" INTIGRITI_PROGRAM_BASE_ENDPOINT = "https://api.intigriti.com/core/researcher/programs"

I have tested on my side, manually update the source code "github.com/bbscope/pkg/platforms/intigriti/intigriti.go", will fix this issue. intigriti

sw33tLie commented 1 year ago

Thank you!