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
import requests,os,base64 | |
from requests.packages.urllib3.exceptions import InsecureRequestWarning | |
requests.packages.urllib3.disable_warnings(InsecureRequestWarning) | |
# Edit hacker and token with your handle and api token , or create auth.txt including this format username:token | |
list_my_programs=False | |
bounty_only=True | |
scope_only=True | |
hacker='' | |
token='' |