Skip to content

Instantly share code, notes, and snippets.

@vsec7
Created May 18, 2020 13:27
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsec7/06b8f692d501857fe8ebef28bcec7905 to your computer and use it in GitHub Desktop.
Save vsec7/06b8f692d501857fe8ebef28bcec7905 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# Search Program Bug Bounty
# By Viloid
# ./bblist.sh <search>
get=$(curl -s "https://raw.githubusercontent.com/disclose/disclose/master/program-list/program-list.json" | jq '.[]|select(.program_name|test("'$1'"; "i"))' | jq -s '[.[]]')
echo $get | jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment