Created
May 18, 2020 13:27
-
-
Save vsec7/06b8f692d501857fe8ebef28bcec7905 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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