Skip to content

Instantly share code, notes, and snippets.

View SleepNotF0und's full-sized avatar
💭
I may be slow to respond.

0xr3dhunt SleepNotF0und

💭
I may be slow to respond.
View GitHub Profile
@YasserGersy
YasserGersy / HackeroneAuto.py
Last active July 2, 2024 10:59
Get Hackerone programs and assets
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=''