sw33tLie / bbscope

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

Suspended programs getting pulled - intigriti #46

Closed proabiral closed 9 months ago

proabiral commented 9 months ago

The tool is pulling suspended programs on Intigriti.

Intigriti API has a field status > value which equals to Suspended if the program is suspended. This can be used to remove suspended programs from the output.

    {
      "id": "",
      "handle": "",
      "name": "",
      "minBounty": {
        "value": 25,
        "currency": "EUR"
      },
      "maxBounty": {
        "value": 2500,
        "currency": "EUR"
      },
      "confidentialityLevel": {
        "id": 3,
        "value": "Registered"
      },
      "status": {
        "id": 4,
        "value": "Suspended"
      },
      "type": {
        "id": 1,
        "value": "Bug Bounty"
      }
    }